Fix telemetry shutdown noise and improve token usage diagnostics (#444)

Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
This commit is contained in:
Lingxuan Zuo
2026-03-13 13:57:49 +08:00
committed by GitHub
Unverified
parent 01adc828b5
commit 995a7f070d
21 changed files with 923 additions and 116 deletions

View File

@@ -219,6 +219,29 @@
"cliPowershell": "PowerShell 命令。",
"cmdUnavailable": "命令不可用",
"cmdCopied": "CLI 命令已复制",
"doctor": "OpenClaw Doctor 诊断",
"doctorDesc": "运行 `openclaw doctor --json` 并查看原始诊断输出。",
"runDoctor": "运行 Doctor",
"runDoctorFix": "运行 Doctor 并修复",
"doctorSucceeded": "OpenClaw doctor 已完成",
"doctorFailed": "OpenClaw doctor 检测到问题",
"doctorRunFailed": "运行 OpenClaw doctor 失败",
"doctorFixSucceeded": "OpenClaw doctor 修复已完成",
"doctorFixFailed": "OpenClaw doctor 修复后仍有问题",
"doctorFixRunFailed": "运行 OpenClaw doctor 修复失败",
"doctorCopied": "诊断输出已复制",
"doctorOk": "正常",
"doctorIssue": "发现问题",
"doctorFixOk": "已修复",
"doctorFixIssue": "修复失败",
"doctorExitCode": "退出码",
"doctorDuration": "耗时",
"doctorCommand": "命令",
"doctorWorkingDir": "工作目录",
"doctorError": "错误",
"doctorStdout": "标准输出",
"doctorStderr": "标准错误",
"doctorOutputEmpty": "(空)",
"wsDiagnostic": "WS 诊断模式",
"wsDiagnosticDesc": "临时启用 WS/HTTP 回退链,用于网关 RPC 调试。",
"wsDiagnosticEnabled": "已启用 WS 诊断模式",