[codex] update coding agents i18n and changelog (#1129)
* update coding agents i18n and changelog * move virtual scroller to dev dependencies
This commit is contained in:
@@ -138,6 +138,7 @@ export default {
|
||||
groupMonitoringShort: '監控',
|
||||
groupTools: '工具',
|
||||
groupToolsShort: "工具",
|
||||
codingAgents: "編程工具",
|
||||
versionPreview: "版本預覽",
|
||||
settings: '設定',
|
||||
connected: '已連線',
|
||||
@@ -1057,6 +1058,82 @@ export default {
|
||||
stopSuccess: "預覽已停止",
|
||||
},
|
||||
|
||||
codingAgents: {
|
||||
title: "編程工具",
|
||||
notice: "並非所有提供商和模型都相容。",
|
||||
claudeDescription: "Anthropic CLI,適合 print mode 單次任務和互動式編程工作階段。",
|
||||
codexDescription: "OpenAI CLI,以及 Hermes openai-codex 提供商的倉庫任務流程。",
|
||||
copyCommand: "複製",
|
||||
commandCopied: "命令已複製",
|
||||
commandCopyFailed: "複製失敗",
|
||||
refresh: "重新整理",
|
||||
checking: "偵測中",
|
||||
installStatus: "安裝狀態",
|
||||
installed: "已安裝",
|
||||
notInstalled: "未安裝",
|
||||
installNow: "安裝",
|
||||
installing: "安裝中",
|
||||
installSuccess: "安裝完成",
|
||||
installFailed: "安裝失敗",
|
||||
deleteNow: "刪除",
|
||||
deleting: "刪除中",
|
||||
deleteSuccess: "刪除完成",
|
||||
deleteFailed: "刪除失敗",
|
||||
configFiles: "設定檔",
|
||||
profileScope: "設定",
|
||||
providerScope: "提供商",
|
||||
providerPlaceholder: "例如 custom:glm",
|
||||
modelScope: "模型",
|
||||
modelPlaceholder: "選擇模型",
|
||||
launchModeScope: "啟動方式",
|
||||
launchModeGlobal: "全域預設設定",
|
||||
launchModeScoped: "選擇提供商和模型",
|
||||
protocolScope: "協議",
|
||||
protocolOpenAiChat: "OpenAI Chat Completions (/v1/chat/completions)",
|
||||
protocolOpenAiResponses: "OpenAI Responses (/v1/responses)",
|
||||
protocolAnthropicMessages: "Anthropic Messages (/v1/messages)",
|
||||
reloadConfig: "重新讀取設定",
|
||||
configFileNotCreated: "未建立",
|
||||
configLoadFailed: "讀取設定檔失敗",
|
||||
loadFailed: "偵測編程工具失敗",
|
||||
launch: "啟動",
|
||||
launchTitle: "啟動編程工具",
|
||||
nativeTerminal: "原生終端機",
|
||||
builtInTerminal: "內建終端機",
|
||||
launchPrepared: "啟動設定已產生",
|
||||
launchPrepareFailed: "產生啟動設定失敗",
|
||||
nativeLaunchStarted: "已開啟原生終端機",
|
||||
nativeLaunchFailed: "開啟原生終端機失敗",
|
||||
terminalTitle: "編程工具終端機",
|
||||
loadProvidersFailed: "讀取目前設定的提供商失敗",
|
||||
selectProviderModel: "請選擇提供商和模型",
|
||||
launchConfigDir: "啟動設定目錄",
|
||||
launchCommand: "啟動命令",
|
||||
table: {
|
||||
tool: "工具",
|
||||
kind: "步驟",
|
||||
command: "命令",
|
||||
note: "說明",
|
||||
action: "操作",
|
||||
},
|
||||
kinds: {
|
||||
install: "安裝",
|
||||
auth: "認證",
|
||||
health: "檢查",
|
||||
run: "執行",
|
||||
},
|
||||
notes: {
|
||||
claudeInstall: "全域安裝 Claude Code CLI。",
|
||||
codexInstall: "全域安裝 Codex CLI。",
|
||||
claudeAuth: "檢查 Claude Code 登入狀態;未登入時先執行 claude。",
|
||||
codexAuth: "新增 Hermes 管理的 OpenAI Codex OAuth 憑證。",
|
||||
claudeHealth: "檢查自動更新器和本機 CLI 健康狀態。",
|
||||
codexHealth: "確認 Codex CLI 已在 PATH 中可用。",
|
||||
claudeRun: "Print mode 最適合 API 驅動的單次任務。",
|
||||
codexRun: "Codex 單次任務需要在 git 倉庫中執行。",
|
||||
},
|
||||
},
|
||||
|
||||
// 平台頻道設定
|
||||
platform: {
|
||||
requireMention: "需要 {'@'}提及",
|
||||
@@ -1340,6 +1417,10 @@ export default {
|
||||
new_0_6_4_5: '預覽實例隔離前後端連接埠、Web UI home 與 agent bridge endpoint,並在執行時修補舊版本的連接埠、WebSocket、base URL 與巢狀預覽入口',
|
||||
new_0_6_4_6: '修復 legacy session_usage 表缺少 created_at 時的遷移問題,舊資料會以預設值補齊',
|
||||
new_0_6_4_7: '預覽與正式環境的 bridge profile worker endpoint 會依 broker 隔離,避免同名 Profile 並發聊天時互相搶占導致 unknown run',
|
||||
new_0_6_5_1: 'Coding Agents 新增完整啟動工作流:支援 Claude Code 與 Codex、全域設定啟動、按設定/提供商隔離的工作區,以及內建/原生終端機啟動',
|
||||
new_0_6_5_2: 'Codex 啟動補齊 OpenAI Chat Completions、OpenAI Responses 和 Anthropic Messages 三種協議,並透過本機代理適配不同提供商',
|
||||
new_0_6_5_3: 'Windows 下 Coding Agents 安裝偵測與終端機啟動更穩定,支援 .cmd/.bat shim,Claude Code 自訂模型啟動也避開本機型號校驗',
|
||||
new_0_6_5_4: '訊息列表、History 分頁、TTS 認證、群聊 agent 提及、版本檢查開關和 bridge worker transport 等執行體驗繼續完善',
|
||||
new_0_6_3_1: 'Bridge spinner 狀態不再寫入模型 reasoning,避免裝飾性 thinking 文字污染後續上下文',
|
||||
new_0_6_3_2: 'History 新增 Hermes CLI 工作階段匯入控制,並在匯入時更安全地規範化訊息結構',
|
||||
new_0_6_3_3: 'Provider 設定支援編輯內建 base URL,新增 LM Studio 內建 Provider,並支援從 LM Studio /models 即時發現模型',
|
||||
@@ -1357,27 +1438,6 @@ export default {
|
||||
new_0_6_2_8: 'Clarify 彈窗輸入框不再按 Enter 直接提交,已回覆的 Clarify 也不會在切換工作階段後重複彈出',
|
||||
new_0_6_2_9: 'Bridge 終端環境刷新與 stale pid 清理收斂到更準確的作用域,減少前端執行狀態殘留',
|
||||
new_0_6_2_10: '預設上下文長度遵循 Hermes 規範,調整為 256,000 tokens',
|
||||
new_0_5_31_1: "增強 Bridge Broker 重啟穩定性,修復群聊最終串流渲染,並新增群聊 {'@'}all 路由",
|
||||
new_0_5_31_2: '檔案管理支援複製絕對路徑,並修復行動端工作階段抽屜層級遮擋問題',
|
||||
new_0_5_31_3: 'Profile 選擇器新增頭像展示、自訂頭像、執行狀態彈窗,以及網關/Profile 重啟操作',
|
||||
new_0_5_31_4: 'Profile 頭像會同步用於單聊、群聊和折疊側邊欄,頭像中繼資料保存到 Web UI 目錄並相容 Windows 路徑',
|
||||
new_0_5_31_5: '改進 Docker、Termux、Windows 的 gateway 偵測和重啟邏輯,優先使用 gateway_state/gateway.pid 判斷 managed gateway 是否存活',
|
||||
new_0_5_31_6: '新增 APIKEY.FUN 生圖媒體接口和內建 apikey-image-gen skill,支援文生圖、圖生圖和圖片編輯,並從 active Profile 的 fun-codex 配置讀取憑據',
|
||||
new_0_5_33_1: '單聊和群聊的執行失敗、Socket 錯誤會作為紅色 Agent 訊息保留在訊息列表中,不再一閃而過',
|
||||
new_0_5_33_2: '會話搜尋支援按目前選中的 Profile 限定範圍,未選擇 Profile 時仍可搜尋全部 Profile',
|
||||
new_0_5_33_3: 'Skills 頁面新增中英文推薦清單,未選中 Skill 時展示推薦內容,並支援再次點擊已選 Skill 取消選中',
|
||||
new_0_5_33_4: '清理未使用的 changelog 國際化內容,減少前端 i18n 體積',
|
||||
new_0_5_33_5: '修復 Windows 中文系統下 agent bridge 解析 netstat 輸出編碼失敗導致啟動異常的問題',
|
||||
new_0_5_33_6: '更新 Nous Portal 預設模型列表,對齊公開 catalog 和 Portal 推薦模型',
|
||||
new_0_5_33_7: 'Profile 列表和執行狀態改為從目錄讀取 Profile 名稱、從 config 讀取預設模型,避免 CLI 表格欄寬導致 name/model/gateway 解析錯位',
|
||||
new_0_5_34_1: '儲存工作階段和群聊訊息時會規範化多模態工具結果,避免 base64 圖片污染回放內容',
|
||||
new_0_5_34_2: '自訂 Hermes 模型改由後端設定持久化,並新增新增/移除模型介面',
|
||||
new_0_5_34_3: '修復 Bridge 執行結束後的最終上下文用量和工具狀態更新',
|
||||
new_0_5_34_4: '最佳化看板篩選、負責人展示、卡片操作和任務詳情處理',
|
||||
new_0_5_34_5: '修復壓縮用量統計:快取固定 prompt/tool 上下文,並顯示完整上下文 token 總量',
|
||||
new_0_5_34_6: '群聊 Agent 快取各自固定上下文,僅在真正開始壓縮時顯示壓縮進度',
|
||||
new_0_5_34_7: 'Web UI 內建 Skills 會同步注入到所有 Profile,並在日誌中標明目標 Profile',
|
||||
new_0_5_34_8: '如果 Windows 下看板功能異常,請升級 Hermes 以取得最新的看板資料庫遷移修復',
|
||||
new_0_5_35_1: 'Bridge 工作階段支援不同 session 並發執行,同一 session 仍保持串行以避免訊息順序錯亂',
|
||||
new_0_5_35_2: '新增「效能監控」頁面,可查看系統 CPU/記憶體、Web UI、Bridge Broker、Workers 和活躍工作階段狀態',
|
||||
new_0_5_35_3: '新增 Worker 級資源統計,展示每個 worker 的 CPU、記憶體、Profile、工作階段數和執行狀態',
|
||||
|
||||
Reference in New Issue
Block a user