diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 0c23869b4f..d03297471d 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -7746,6 +7746,10 @@ "label": "Ponytail (lazy senior dev)", "description": "Lazy senior-dev discipline: climb the YAGNI ladder, fix root cause, smallest working diff." }, + "i-have-adhd": { + "label": "I have ADHD (action-first)", + "description": "Action-first output: next action leads, steps numbered, one concrete next step, no preamble." + }, "terse-cjk": { "label": "Terse CJK (文言)", "description": "Classical-Chinese ultra-terse style (available only for Chinese)." @@ -8026,6 +8030,10 @@ "disableSessionStickinessDesc": "Round-robin and random combos rotate to a different connection on every request instead of pinning a whole conversation to one connection by the first-message hash. Leave off to preserve prompt-cache hits for multi-turn chats. Per-combo overrides take precedence.", "promptCacheAffinity": "Prompt-cache locality routing", "promptCacheAffinityDesc": "Prefer the same provider account for matching prompt-cache keys while preserving health and quota failover.", + "reasoningTokenBuffer": "Reasoning token buffer", + "reasoningTokenBufferDesc": "Allow combo routing to add max_tokens headroom only for known reasoning models when the full buffer fits inside a known output cap.", + "zeroLatencyOptimizations": "Zero-latency optimizations", + "zeroLatencyOptimizationsDesc": "Opt in to hedging, predictive TTFT skips, and proactive fallback compression. Leave off to prevent these latency features from racing targets or compressing fallback requests.", "credentialRedaction": "Credential Redaction", "credentialRedactionDesc": "Redact API keys, tokens, and secrets from context sent to providers and from responses.", "enableCredentialRedaction": "Enable credential redaction", diff --git a/src/i18n/messages/zh-CN.json b/src/i18n/messages/zh-CN.json index e1e1b9174b..35a3e97170 100644 --- a/src/i18n/messages/zh-CN.json +++ b/src/i18n/messages/zh-CN.json @@ -7746,6 +7746,10 @@ "label": "马尾辫(懒人高级开发)", "description": "懒人高级开发原则:遵循 YAGNI 阶梯,修复根因,最小可行差异。" }, + "i-have-adhd": { + "label": "我有 ADHD(行动优先)", + "description": "行动优先输出:先给出下一步操作,步骤编号,只提供一个具体的后续步骤,不加开场白。" + }, "terse-cjk": { "label": "精简 CJK (文言)", "description": "文言文极简风格 (仅适用于中文)。" @@ -8026,6 +8030,10 @@ "disableSessionStickinessDesc": "轮询和随机组合在每次请求时都会轮换到不同的连接,而不是通过首条消息的哈希将整个对话固定在单个连接上。保持关闭以保留多轮对话的提示词缓存命中率。每个组合的覆盖设置优先。", "promptCacheAffinity": "提示缓存局部性路由", "promptCacheAffinityDesc": "在保持健康检查和配额故障转移的同时,优先使用同一提供者账户匹配提示缓存键。", + "reasoningTokenBuffer": "推理令牌缓冲", + "reasoningTokenBufferDesc": "仅当完整缓冲空间不超过已知输出上限时,才允许组合路由为已知推理模型增加 max_tokens 余量。", + "zeroLatencyOptimizations": "零延迟优化", + "zeroLatencyOptimizationsDesc": "选择启用对冲、预测性 TTFT 跳过和主动压缩回退请求。保持关闭可避免这些延迟优化功能竞速多个目标或压缩回退请求。", "credentialRedaction": "凭据脱敏", "credentialRedactionDesc": "对发送给提供者的上下文以及响应中的 API 密钥、令牌和机密信息进行脱敏。", "enableCredentialRedaction": "启用凭据脱敏", diff --git a/src/i18n/messages/zh-TW.json b/src/i18n/messages/zh-TW.json index 2779732456..9946b38ce8 100644 --- a/src/i18n/messages/zh-TW.json +++ b/src/i18n/messages/zh-TW.json @@ -1082,21 +1082,21 @@ "faviconPreview": "Favicon 預覽", "changelog": "更新日誌", "contextSection": "上下文與快取", - "contextCaveman": "Caveman", - "contextRtk": "RTK", + "contextCaveman": "穴居人", + "contextRtk": "指令輸出過濾", "contextCombos": "引擎組合", - "contextLite": "Lite", - "contextAggressive": "Aggressive", - "contextUltra": "Ultra", - "contextOmniglyph": "OmniGlyph", - "contextSettings": "Compression Settings", - "contextHeadroom": "Headroom", - "contextSessionDedup": "Session Dedup", - "contextCcr": "CCR", + "contextLite": "輕量", + "contextAggressive": "激進", + "contextUltra": "極致", + "contextOmniglyph": "全象形", + "contextSettings": "壓縮設定", + "contextHeadroom": "預留空間", + "contextSessionDedup": "工作階段去重", + "contextCcr": "內容定址檢索", "contextLlmlingua": "LLMLingua", - "combosLive": "Combo Studio", + "combosLive": "組合工作室", "combosLiveSubtitle": "即時路由串聯", - "compressionStudio": "Compression Studio", + "compressionStudio": "壓縮工作室", "compressionExclusions": "排除規則", "contextSettingsSubtitle": "全域預設值", "contextHeadroomSubtitle": "表格壓縮", @@ -7746,6 +7746,10 @@ "label": "Ponytail (lazy senior dev)", "description": "Lazy senior-dev discipline: climb the YAGNI ladder, fix root cause, smallest working diff." }, + "i-have-adhd": { + "label": "我有 ADHD(行動優先)", + "description": "行動優先輸出:先給出下一步操作、以數字編排步驟、只提供一個明確的後續步驟,且不加開場白。" + }, "terse-cjk": { "label": "精簡 CJK(文言)", "description": "文言文極簡風格(僅適用於中文)。" @@ -8024,8 +8028,12 @@ "modelLockoutMaxBackoffStepsDescription": "冷卻時間停止增長前的最大回退步數。在大多數配置中,最大冷卻上限會先達到,這使得此設定成為提高最大冷卻時的安全上限。", "disableSessionStickiness": "停用工作階段黏性", "disableSessionStickinessDesc": "輪詢和隨機組合在每個請求輪換到不同的連線,而不是根據第一則訊息的雜湊將整個對話固定到一個連線。關閉以保留多輪聊天的提示快取命中。各組合的覆寫設定優先。", - "promptCacheAffinity": "Prompt-cache locality routing", - "promptCacheAffinityDesc": "Prefer the same provider account for matching prompt-cache keys while preserving health and quota failover.", + "promptCacheAffinity": "提示詞快取區域性路由", + "promptCacheAffinityDesc": "在維持健康檢查與配額容錯移轉的同時,針對相符的提示詞快取鍵,優先使用相同的提供者帳戶。", + "reasoningTokenBuffer": "推理權杖緩衝區", + "reasoningTokenBufferDesc": "僅在完整緩衝區不超過已知輸出上限時,才允許組合路由為已知的推理模型增加 max_tokens 預留空間。", + "zeroLatencyOptimizations": "零延遲最佳化", + "zeroLatencyOptimizationsDesc": "選擇啟用請求對沖、預測式 TTFT 略過與主動備援壓縮。保持關閉可避免這些延遲功能競逐多個目標,或壓縮備援請求。", "credentialRedaction": "憑證編輯", "credentialRedactionDesc": "從傳送給提供者的上下文和回應中編輯 API 金鑰、令牌和機密。", "enableCredentialRedaction": "啟用憑證遮蔽",