feat: support runtime config (#12902)

* feat: support runtime config

* fix: cloud sandbox default tool ids
This commit is contained in:
Rdmclin2
2026-03-11 23:43:33 +08:00
committed by GitHub
parent 21d1f0e472
commit 14dd5d09dd
29 changed files with 589 additions and 193 deletions

View File

@@ -241,6 +241,14 @@
"rag.userQuery.actions.regenerate": "Regenerate Query",
"regenerate": "Regenerate",
"roleAndArchive": "Agent Profile & History",
"runtimeEnv.mode.cloud": "Cloud Sandbox",
"runtimeEnv.mode.cloudDesc": "Run in a secure cloud sandbox",
"runtimeEnv.mode.local": "Local",
"runtimeEnv.mode.localDesc": "Access local files and commands",
"runtimeEnv.mode.none": "None",
"runtimeEnv.mode.noneDesc": "No runtime environment",
"runtimeEnv.selectMode": "Select Runtime Environment",
"runtimeEnv.title": "Runtime Environment",
"search.grounding.imageSearchQueries": "Image Search Keywords",
"search.grounding.imageTitle": "Found {{count}} images",
"search.grounding.searchQueries": "Search Keywords",
@@ -391,6 +399,7 @@
"tokenTag.overload": "Exceeded Limit",
"tokenTag.remained": "Remaining",
"tokenTag.used": "Used",
"tool.intervention.approvalMode": "Approval Mode",
"tool.intervention.approve": "Approve",
"tool.intervention.approveAndRemember": "Approve and Remember",
"tool.intervention.approveOnce": "Approve This Time Only",

View File

@@ -241,6 +241,14 @@
"rag.userQuery.actions.regenerate": "重新生成 Query",
"regenerate": "重新生成",
"roleAndArchive": "助理档案与记录",
"runtimeEnv.mode.cloud": "云端沙箱",
"runtimeEnv.mode.cloudDesc": "在安全的云端沙箱中运行",
"runtimeEnv.mode.local": "本地",
"runtimeEnv.mode.localDesc": "访问本地文件和命令",
"runtimeEnv.mode.none": "不启用",
"runtimeEnv.mode.noneDesc": "不启用运行环境",
"runtimeEnv.selectMode": "选择运行环境",
"runtimeEnv.title": "运行环境",
"search.grounding.imageSearchQueries": "图片搜索关键词",
"search.grounding.imageTitle": "找到 {{count}} 张图片",
"search.grounding.searchQueries": "搜索关键词",
@@ -391,6 +399,7 @@
"tokenTag.overload": "超出限制",
"tokenTag.remained": "剩余",
"tokenTag.used": "已使用",
"tool.intervention.approvalMode": "审批模式",
"tool.intervention.approve": "批准",
"tool.intervention.approveAndRemember": "批准并记住",
"tool.intervention.approveOnce": "仅本次批准",