Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/unify-web-context-tooltip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---

web: Unify the composer context-usage tooltip format and add a clear "Context" prefix so users immediately know what the percentage and token counts refer to.
2 changes: 1 addition & 1 deletion apps/kimi-web/src/i18n/locales/en/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
connectionConnected: 'Connected',
connectionConnecting: 'Connecting…',
connectionDisconnected: 'Disconnected',
ctxTooltip: 'Used {used} / {max} tokens ({pct}%)',
ctxTooltip: 'Context: {pct}% ( {used} / {max} )',
modelLabel: 'Model',
permissionManual: 'Manual',
permissionAuto: 'Auto',
Expand Down
2 changes: 1 addition & 1 deletion apps/kimi-web/src/i18n/locales/zh/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
connectionConnected: '已连接',
connectionConnecting: '连接中…',
connectionDisconnected: '未连接',
ctxTooltip: '使用 {used} / {max} tokens ({pct}%)',
ctxTooltip: '上下文: {pct}% ( {used} / {max} )',
modelLabel: '模型',
permissionManual: '逐条确认',
permissionAuto: '完全自主',
Expand Down