Skip to content
Merged
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/web-thinking-pill-label.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---

web: Show just the level name (e.g. Max) in the model pill instead of "thinking: max".
2 changes: 1 addition & 1 deletion apps/kimi-web/src/i18n/locales/en/composer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export default {
emptyConversation: 'No messages yet — type below to start the conversation',
quickStartPlaceholder: 'Type a message to start a new conversation…',
thinkingSuffix: ' · thinking',
thinkingSuffixEffort: ' · thinking: {level}',
thinkingSuffixEffort: ' · {level}',

} as const;
2 changes: 1 addition & 1 deletion apps/kimi-web/src/i18n/locales/zh/composer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export default {
emptyConversation: '还没有消息 —— 在下方输入开始对话',
quickStartPlaceholder: '输入消息开始新对话…',
thinkingSuffix: ' · 思考',
thinkingSuffixEffort: ' · 思考: {level}',
thinkingSuffixEffort: ' · {level}',

} as const;
Loading