Feat: Display release status in agent version history. (#13479)

### What problem does this PR solve?
Feat: Display release status in agent version history.

### Type of change


- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
balibabu
2026-03-10 14:25:27 +08:00
committed by GitHub
parent 249b78561b
commit aaf900cf16
14 changed files with 148 additions and 23 deletions

View File

@@ -1500,6 +1500,7 @@ Example: Virtual Hosted Style`,
other: 'Other',
ingestionPipeline: 'Ingestion pipeline',
agents: 'Agents',
publishedAt: 'Published at',
days: 'Days',
beginInput: 'Begin input',
ref: 'Variable',
@@ -1581,6 +1582,7 @@ Example: Virtual Hosted Style`,
citeTip: 'citeTip',
name: 'Name',
nameMessage: 'Please input name',
lastSavedAt: 'Last saved at',
description: 'Description',
descriptionMessage: 'This is an agent for a specific task.',
examples: 'Examples',
@@ -2185,6 +2187,9 @@ This process aggregates variables from multiple branches into a single variable
'Write your SQL query here. You can use variables, raw SQL, or mix both using variable syntax.',
frameworkPrompts: 'Framework',
release: 'Publish',
production: 'Production',
productionTooltip:
'This version is published to production. Access it via the API or the embedded page.',
confirmPublish: 'Confirm Publish',
publishDescription: 'You are about to publish this data pipeline.',
linkedDataset: 'Linked dataset',

View File

@@ -919,8 +919,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
githubDescription:
'连接 GitHub可同步 Pull Request 与 Issue 内容用于检索。',
airtableDescription: '连接 Airtable同步指定工作区下指定表格中的文件。',
dingtalkAITableDescription:
'连接钉钉AI表格同步指定表格中的记录。',
dingtalkAITableDescription: '连接钉钉AI表格同步指定表格中的记录。',
gitlabDescription:
'连接 GitLab同步仓库、Issue、合并请求MR及相关文档内容。',
asanaDescription: '连接 Asana同步工作区中的文件。',
@@ -1250,6 +1249,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
consumerApp: '消费者应用',
other: '其他',
agents: '智能体',
publishedAt: '发布于',
beginInput: '开始输入',
seconds: '秒',
ref: '引用变量',
@@ -1345,6 +1345,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
cite: '引用',
citeTip: '引用',
nameMessage: '请输入名称',
lastSavedAt: '上次保存于',
description: '描述',
examples: '示例',
to: '下一步',
@@ -1888,6 +1889,8 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
'在此处编写您的 SQL 查询。您可以使用变量、原始 SQL或使用变量语法混合使用两者。',
frameworkPrompts: '框架',
release: '发布',
production: '正式版',
productionTooltip: '此版本已发布到生产环境。可通过 API 或嵌入页面访问。',
createFromBlank: '从空白创建',
createFromTemplate: '从模板创建',
importJsonFile: '导入 JSON 文件',