update changelog and context default (#1045)

This commit is contained in:
ekko
2026-05-26 19:35:48 +08:00
committed by GitHub
parent 82680f5c0b
commit 42f7b64ffb
17 changed files with 150 additions and 44 deletions
+12 -2
View File
@@ -197,7 +197,7 @@ export default {
contextEditTitle: '編輯上下文長度',
contextEditDesc: '設定目前模型的上下文長度限制(token 數量)',
contextEditPlaceholder: '請輸入上下文長度',
contextEditHint: '常見值:200k (Claude), 128k (GPT-4), 32k (GPT-3.5)',
contextEditHint: '常見值:256k (Hermes 預設), 128k (GPT-4), 32k (GPT-3.5)',
contextEditSave: '儲存',
contextEditCancel: '取消',
contextEditInvalid: '請輸入有效的上下文長度',
@@ -686,7 +686,7 @@ export default {
customType: '自訂',
provider: 'Provider',
contextLength: '上下文長度',
contextLengthPlaceholder: '例如 200000(選填)',
contextLengthPlaceholder: '例如 256000(選填)',
local: '本地 ({host})',
selectProviderRequired: '請選擇 Provider',
baseUrlRequired: 'Base URL 為必填項',
@@ -1295,6 +1295,16 @@ export default {
// 更新日誌
changelog: {
new_0_6_2_1: 'Web Bridge 支援 /plan 命令,計畫命令會正確啟動並顯示執行狀態',
new_0_6_2_2: '聊天輸入框指令選單新增 /goal 和 /subgoal,支援狀態、暫停、恢復、完成和清空等操作',
new_0_6_2_3: 'Goal 與 subgoal 工作流接入聊天工作階段,支援目標延續與狀態更新',
new_0_6_2_4: '修復任務投遞目標渠道選項,排程任務可以選擇正確的投遞位置',
new_0_6_2_5: '上下文 token 用量在重新連線後會依快照感知邏輯準確恢復',
new_0_6_2_6: '上下文檢查點壓縮對較慢的 Codex 摘要更穩定:Web UI 等待 5 分鐘,Python bridge broker 不再於 2 分鐘後提前切斷 worker 請求',
new_0_6_2_7: '修復聊天佇列推進,queued 訊息不會提前跳入訊息列表,多視窗同步場景也保持一致',
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 重啟操作',