feat: implement app runtime upgrade feature to clone and convert classic runtime apps to sandboxed mode

This commit is contained in:
Novice
2026-03-17 13:53:12 +08:00
parent f0c6c0159c
commit 40b0d7c898
13 changed files with 656 additions and 21 deletions

View File

@ -305,5 +305,6 @@
"types.basic": "Basic",
"types.chatbot": "Chatbot",
"types.completion": "Completion",
"types.workflow": "Workflow"
"types.workflow": "Workflow",
"upgradeRuntime": "Clone & Upgrade Runtime"
}

View File

@ -1180,10 +1180,13 @@
"publishLimit.startNodeDesc": "Youve reached the limit of 2 triggers per workflow for this plan. Upgrade to publish this workflow.",
"publishLimit.startNodeTitlePrefix": "Upgrade to",
"publishLimit.startNodeTitleSuffix": "unlock unlimited triggers per workflow",
"sandboxMigrationModal.bannerHint": "This app uses classic runtime. Upgrade to sandboxed runtime for enhanced agent capabilities.",
"sandboxMigrationModal.description": "This will create a separate copy of your app, without affecting the original.",
"sandboxMigrationModal.dismiss": "Dismiss",
"sandboxMigrationModal.title": "Upgrade to filesystem-based agents",
"sandboxMigrationModal.upgrade": "Clone & Upgrade",
"sandboxMigrationModal.upgradedFrom": "This app was upgraded from \"{{name}}\"",
"sandboxMigrationModal.viewOriginal": "View original app",
"sidebar.exportWarning": "Export Current Saved Version",
"sidebar.exportWarningDesc": "This will export the current saved version of your workflow. If you have unsaved changes in the editor, please save them first by using the export option in the workflow canvas.",
"singleRun.back": "Back",

View File

@ -305,5 +305,6 @@
"types.basic": "基础编排",
"types.chatbot": "聊天助手",
"types.completion": "文本生成",
"types.workflow": "工作流"
"types.workflow": "工作流",
"upgradeRuntime": "复制并升级运行时"
}

View File

@ -1180,10 +1180,13 @@
"publishLimit.startNodeDesc": "您已达到此计划上每个工作流最多 2 个触发器的限制。请升级后再发布此工作流。",
"publishLimit.startNodeTitlePrefix": "升级以",
"publishLimit.startNodeTitleSuffix": "解锁每个工作流无限制的触发器",
"sandboxMigrationModal.bannerHint": "当前应用使用经典运行时,升级到沙箱运行时可获得增强的智能体能力。",
"sandboxMigrationModal.description": "这将创建你的应用的一个独立副本,不会影响原应用。",
"sandboxMigrationModal.dismiss": "暂不升级",
"sandboxMigrationModal.title": "升级到基于文件系统的智能体",
"sandboxMigrationModal.upgrade": "复制并升级",
"sandboxMigrationModal.upgradedFrom": "此应用由「{{name}}」升级而来",
"sandboxMigrationModal.viewOriginal": "查看原应用",
"sidebar.exportWarning": "导出当前已保存版本",
"sidebar.exportWarningDesc": "这将导出您工作流的当前已保存版本。如果您在编辑器中有未保存的更改,请先使用工作流画布中的导出选项保存它们。",
"singleRun.back": "返回",