diff --git a/.changeset/agent-card-background-indicator.md b/.changeset/agent-card-background-indicator.md deleted file mode 100644 index e9c27db4b88..00000000000 --- a/.changeset/agent-card-background-indicator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix background agent message cards incorrectly showing a running indicator. diff --git a/.changeset/auto-unanalyzable-command-allow.md b/.changeset/auto-unanalyzable-command-allow.md deleted file mode 100644 index 32b3d15684e..00000000000 --- a/.changeset/auto-unanalyzable-command-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Stop blocking dangerous commands and commands that cannot be statically analyzed in auto permission mode. diff --git a/.changeset/background-question-inline-answer.md b/.changeset/background-question-inline-answer.md deleted file mode 100644 index 88aee15a09a..00000000000 --- a/.changeset/background-question-inline-answer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Deliver background question answers to the agent directly instead of via a saved output file. diff --git a/.changeset/background-question-survives-turn-end.md b/.changeset/background-question-survives-turn-end.md deleted file mode 100644 index 18022db46a1..00000000000 --- a/.changeset/background-question-survives-turn-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix background questions being cancelled as soon as the agent finishes its turn. diff --git a/.changeset/bash-task-panel-terminal.md b/.changeset/bash-task-panel-terminal.md deleted file mode 100644 index a6ba78e965f..00000000000 --- a/.changeset/bash-task-panel-terminal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: polish the style and interaction of Bash commands in the right-side panel. diff --git a/.changeset/compaction-context-budget.md b/.changeset/compaction-context-budget.md deleted file mode 100644 index 4217e6ff5a8..00000000000 --- a/.changeset/compaction-context-budget.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Remind the model of its context budget before automatic compaction, and after compaction point it at the session's event log for exact details. diff --git a/.changeset/diff-panel-selection-quote.md b/.changeset/diff-panel-selection-quote.md deleted file mode 100644 index 7b641fdbf6f..00000000000 --- a/.changeset/diff-panel-selection-quote.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: support selection comments and quote-to-chat in the diff and per-turn changes panels. diff --git a/.changeset/drop-subagent-summary-bounce.md b/.changeset/drop-subagent-summary-bounce.md deleted file mode 100644 index bc9c2f59cf5..00000000000 --- a/.changeset/drop-subagent-summary-bounce.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Subagent final messages are no longer bounced back for expansion when they are under 200 characters. diff --git a/.changeset/edit-turn-diff-overlap.md b/.changeset/edit-turn-diff-overlap.md deleted file mode 100644 index 66986d1367c..00000000000 --- a/.changeset/edit-turn-diff-overlap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix file change previews showing added/removed lines that never existed when the same file is edited multiple times in one turn. diff --git a/.changeset/esc-no-close-panel.md b/.changeset/esc-no-close-panel.md deleted file mode 100644 index 799ecaf4a8f..00000000000 --- a/.changeset/esc-no-close-panel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: pressing Esc no longer closes the right detail panel. diff --git a/.changeset/file-history-always-on.md b/.changeset/file-history-always-on.md deleted file mode 100644 index 8ecc65ee49d..00000000000 --- a/.changeset/file-history-always-on.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Turn-level file history is now always on; the experimental file-history flag has been removed. diff --git a/.changeset/fix-default-thinking-top-effort.md b/.changeset/fix-default-thinking-top-effort.md deleted file mode 100644 index fbf142751b6..00000000000 --- a/.changeset/fix-default-thinking-top-effort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix the default thinking effort in settings not being settable to the highest level (Max). diff --git a/.changeset/permission-mode-copy.md b/.changeset/permission-mode-copy.md deleted file mode 100644 index 031ef2e0e99..00000000000 --- a/.changeset/permission-mode-copy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: rename the three permission modes to Always Ask / Ask When Needed / Never Ask and update their Chinese and English descriptions. diff --git a/.changeset/permission-mode-file-warning.md b/.changeset/permission-mode-file-warning.md deleted file mode 100644 index 7dc75fdd79f..00000000000 --- a/.changeset/permission-mode-file-warning.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show a warning after switching to Ask When Needed or Never Ask mode. diff --git a/.changeset/print-mode-telemetry-disable-env.md b/.changeset/print-mode-telemetry-disable-env.md deleted file mode 100644 index 9efd39f7540..00000000000 --- a/.changeset/print-mode-telemetry-disable-env.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix print mode (`kimi -p`) ignoring the `KIMI_DISABLE_TELEMETRY` environment variable. diff --git a/.changeset/print-wire-flush-on-exit.md b/.changeset/print-wire-flush-on-exit.md deleted file mode 100644 index 6e649d403b6..00000000000 --- a/.changeset/print-wire-flush-on-exit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix print mode (`kimi -p`) losing session records when the run exits on an error or a termination signal. diff --git a/.changeset/quote-pill-neutral-restyle.md b/.changeset/quote-pill-neutral-restyle.md deleted file mode 100644 index 5eb37cb6cc5..00000000000 --- a/.changeset/quote-pill-neutral-restyle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: restyle selection quote pills from blue to the same neutral ink as other mentions, with a vertical bar separating the quote and comment. diff --git a/.changeset/quote-pill-shorter-excerpt.md b/.changeset/quote-pill-shorter-excerpt.md deleted file mode 100644 index 27bb6dbd3d7..00000000000 --- a/.changeset/quote-pill-shorter-excerpt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: shorten selection quote pill excerpts to at most 12 characters. diff --git a/.changeset/restore-selection-quote.md b/.changeset/restore-selection-quote.md deleted file mode 100644 index c260b2669ee..00000000000 --- a/.changeset/restore-selection-quote.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: restore selection quoting — after selecting text in a message or file preview, you can add a comment or quote it into the chat. diff --git a/.changeset/resume-subagent-after-restart.md b/.changeset/resume-subagent-after-restart.md deleted file mode 100644 index 89e84dca36f..00000000000 --- a/.changeset/resume-subagent-after-restart.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Resuming a subagent by its agent id now works after the session is reopened in a new process; the resumed subagent follows the current permission mode and is matched by its own profile in permission rules. diff --git a/.changeset/selection-bubble-grow-upward.md b/.changeset/selection-bubble-grow-upward.md deleted file mode 100644 index 863d9c8c228..00000000000 --- a/.changeset/selection-bubble-grow-upward.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: selection comment bubbles near the bottom of the page now pop above the selection and grow upward, eliminating double scrollbars. diff --git a/.changeset/selection-bubble-header-drag-fix.md b/.changeset/selection-bubble-header-drag-fix.md deleted file mode 100644 index 1c02aa61fc2..00000000000 --- a/.changeset/selection-bubble-header-drag-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix selection bubbles displayed over the panel header being unclickable and lacking a hover state. diff --git a/.changeset/selection-bubble-mid-drag-fix.md b/.changeset/selection-bubble-mid-drag-fix.md deleted file mode 100644 index 0045a79aaad..00000000000 --- a/.changeset/selection-bubble-mid-drag-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix the comment bubble popping up before mouse release when selecting text with a slow drag. diff --git a/.changeset/selection-comment-actions-rework.md b/.changeset/selection-comment-actions-rework.md deleted file mode 100644 index 298ca4b938e..00000000000 --- a/.changeset/selection-comment-actions-rework.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: rework selection comment bubble actions into right-aligned Cancel / Add to chat below the input, with an Enter hint on the confirm button. diff --git a/.changeset/selection-comment-composer-revamp.md b/.changeset/selection-comment-composer-revamp.md deleted file mode 100644 index 6bb057455df..00000000000 --- a/.changeset/selection-comment-composer-revamp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: revamp the selection comment bubble — the comment box supports multi-line input and auto-grows, and the confirm button now matches the chat composer send button. diff --git a/.changeset/session-rating-survey.md b/.changeset/session-rating-survey.md deleted file mode 100644 index a2ac6ba4247..00000000000 --- a/.changeset/session-rating-survey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Add an occasional session rating prompt above the input box. diff --git a/.changeset/terminal-selection-quote.md b/.changeset/terminal-selection-quote.md deleted file mode 100644 index 342e2d1f985..00000000000 --- a/.changeset/terminal-selection-quote.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: support selection quoting in the terminal — select text to add a comment or quote it into the chat. diff --git a/.changeset/tooltip-show-delay-longer.md b/.changeset/tooltip-show-delay-longer.md deleted file mode 100644 index 605afd62f57..00000000000 --- a/.changeset/tooltip-show-delay-longer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: lengthen the hover delay of quote and mention preview cards so merely passing the mouse over them no longer triggers them. diff --git a/.changeset/tower-mode-fixes.md b/.changeset/tower-mode-fixes.md deleted file mode 100644 index 62e5e5c1beb..00000000000 --- a/.changeset/tower-mode-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Tower mode (experimental, `KIMI_CODE_EXPERIMENTAL_TOWER=1`): fix tower mode never starting when enabled through `[experimental] tower = true` in `config.toml` instead of the environment variable. When tower mode cannot be enabled, the error now names the actual blocker — the disabled experiment, a required restart, or the owning session. When another live session owns the workspace tower, the message also names the owning session's title alongside its id. /tower now also works in a directory that is not a git repository — it runs git init and commits what is there (an empty initial commit for empty directories). diff --git a/.changeset/tower-mode.md b/.changeset/tower-mode.md deleted file mode 100644 index 1e565a9da39..00000000000 --- a/.changeset/tower-mode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -web: add tower multi-agent collaboration mode (experimental), enabled via the /tower command or the composer plus menu; /tower supports specifying a base branch (e.g. /tower add-new-feature). diff --git a/.changeset/tui-tips-remove-dance.md b/.changeset/tui-tips-remove-dance.md deleted file mode 100644 index 9861b063814..00000000000 --- a/.changeset/tui-tips-remove-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Remove the /dance Easter egg hint from the TUI tips rotation. diff --git a/.changeset/turn-file-history-stats.md b/.changeset/turn-file-history-stats.md deleted file mode 100644 index fde45d5aa25..00000000000 --- a/.changeset/turn-file-history-stats.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix inaccurate added/removed line counts in per-turn file change summaries after the same file is edited or overwritten multiple times. diff --git a/.changeset/turn-files-authoritative-only.md b/.changeset/turn-files-authoritative-only.md deleted file mode 100644 index ef1bca76b9c..00000000000 --- a/.changeset/turn-files-authoritative-only.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: per-turn file change cards now show only exact line statistics, and the card no longer appears when statistics are unavailable. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 1075d86cda7..6e305fcb975 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,77 @@ # @moonshot-ai/kimi-code +## 0.41.0 + +### Minor Changes + +- [#3423](https://github.com/MoonshotAI/kimi-code/pull/3423) [`b199e33`](https://github.com/MoonshotAI/kimi-code/commit/b199e3326de28d5094ca5f18816a74ab336c51e0) Thanks [@RealKai42](https://github.com/RealKai42)! - Remind the model of its context budget before automatic compaction, and after compaction point it at the session's event log for exact details. + +- [#3525](https://github.com/MoonshotAI/kimi-code/pull/3525) [`eba23ed`](https://github.com/MoonshotAI/kimi-code/commit/eba23edb93ec00aa11ffa288e2b89ebbf3d77a70) Thanks [@wbxl2000](https://github.com/wbxl2000)! - Turn-level file history is now always on; the experimental file-history flag has been removed. + +- [#3516](https://github.com/MoonshotAI/kimi-code/pull/3516) [`6013658`](https://github.com/MoonshotAI/kimi-code/commit/60136588a4218bc2423b93467c4fae8c6554219c) Thanks [@Grapedge](https://github.com/Grapedge)! - Add an occasional session rating prompt above the input box. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: add tower multi-agent collaboration mode (experimental), enabled via the /tower command or the composer plus menu; /tower supports specifying a base branch (e.g. /tower add-new-feature). + +### Patch Changes + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: fix background agent message cards incorrectly showing a running indicator. + +- [#3529](https://github.com/MoonshotAI/kimi-code/pull/3529) [`b184b31`](https://github.com/MoonshotAI/kimi-code/commit/b184b31497949ac019ac43d5a3dfe2ab87dbebc4) Thanks [@sailist](https://github.com/sailist)! - Stop blocking dangerous commands and commands that cannot be statically analyzed in auto permission mode. + +- [#3522](https://github.com/MoonshotAI/kimi-code/pull/3522) [`523d35b`](https://github.com/MoonshotAI/kimi-code/commit/523d35b54b25a0b4589388a2b6c8c4261f1ef7db) Thanks [@RealKai42](https://github.com/RealKai42)! - Deliver background question answers to the agent directly instead of via a saved output file. + +- [#3522](https://github.com/MoonshotAI/kimi-code/pull/3522) [`523d35b`](https://github.com/MoonshotAI/kimi-code/commit/523d35b54b25a0b4589388a2b6c8c4261f1ef7db) Thanks [@RealKai42](https://github.com/RealKai42)! - Fix background questions being cancelled as soon as the agent finishes its turn. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: polish the style and interaction of Bash commands in the right-side panel. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: support selection comments and quote-to-chat in the diff and per-turn changes panels. + +- [#3459](https://github.com/MoonshotAI/kimi-code/pull/3459) [`b6b9b37`](https://github.com/MoonshotAI/kimi-code/commit/b6b9b374dd5a3cda4257081b194760d7998e73f0) Thanks [@RealKai42](https://github.com/RealKai42)! - Subagent final messages are no longer bounced back for expansion when they are under 200 characters. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: fix file change previews showing added/removed lines that never existed when the same file is edited multiple times in one turn. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: pressing Esc no longer closes the right detail panel. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: fix the default thinking effort in settings not being settable to the highest level (Max). + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: rename the three permission modes to Always Ask / Ask When Needed / Never Ask and update their Chinese and English descriptions. + +- [#3473](https://github.com/MoonshotAI/kimi-code/pull/3473) [`d567a6a`](https://github.com/MoonshotAI/kimi-code/commit/d567a6a4fdaeb052deae9d9b313df0d922105799) Thanks [@7Sageer](https://github.com/7Sageer)! - Show a warning after switching to Ask When Needed or Never Ask mode. + +- [#3498](https://github.com/MoonshotAI/kimi-code/pull/3498) [`a3b48a7`](https://github.com/MoonshotAI/kimi-code/commit/a3b48a7272880dafb64e4c403006d94dc781d05c) Thanks [@7Sageer](https://github.com/7Sageer)! - Fix print mode (`kimi -p`) ignoring the `KIMI_DISABLE_TELEMETRY` environment variable. + +- [#3531](https://github.com/MoonshotAI/kimi-code/pull/3531) [`51bd52a`](https://github.com/MoonshotAI/kimi-code/commit/51bd52a589089f99a941e0d3285b0cf638e5b1a0) Thanks [@7Sageer](https://github.com/7Sageer)! - Fix print mode (`kimi -p`) losing session records when the run exits on an error or a termination signal. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: restyle selection quote pills from blue to the same neutral ink as other mentions, with a vertical bar separating the quote and comment. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: shorten selection quote pill excerpts to at most 12 characters. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: restore selection quoting — after selecting text in a message or file preview, you can add a comment or quote it into the chat. + +- [#3478](https://github.com/MoonshotAI/kimi-code/pull/3478) [`052e98e`](https://github.com/MoonshotAI/kimi-code/commit/052e98ec17ac8d931873ef892fb0e1912aa401e0) Thanks [@RealKai42](https://github.com/RealKai42)! - Resuming a subagent by its agent id now works after the session is reopened in a new process; the resumed subagent follows the current permission mode and is matched by its own profile in permission rules. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: selection comment bubbles near the bottom of the page now pop above the selection and grow upward, eliminating double scrollbars. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: fix selection bubbles displayed over the panel header being unclickable and lacking a hover state. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: fix the comment bubble popping up before mouse release when selecting text with a slow drag. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: rework selection comment bubble actions into right-aligned Cancel / Add to chat below the input, with an Enter hint on the confirm button. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: revamp the selection comment bubble — the comment box supports multi-line input and auto-grows, and the confirm button now matches the chat composer send button. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: support selection quoting in the terminal — select text to add a comment or quote it into the chat. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: lengthen the hover delay of quote and mention preview cards so merely passing the mouse over them no longer triggers them. + +- [#3461](https://github.com/MoonshotAI/kimi-code/pull/3461) [`8057d30`](https://github.com/MoonshotAI/kimi-code/commit/8057d30afbd2942f7c2e647f33a9dc7401af2b43) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - Tower mode (experimental, `KIMI_CODE_EXPERIMENTAL_TOWER=1`): fix tower mode never starting when enabled through `[experimental] tower = true` in `config.toml` instead of the environment variable. When tower mode cannot be enabled, the error now names the actual blocker — the disabled experiment, a required restart, or the owning session. When another live session owns the workspace tower, the message also names the owning session's title alongside its id. /tower now also works in a directory that is not a git repository — it runs git init and commits what is there (an empty initial commit for empty directories). + +- [#3521](https://github.com/MoonshotAI/kimi-code/pull/3521) [`744b718`](https://github.com/MoonshotAI/kimi-code/commit/744b718b672199f407786f3b5f789fb3caf4b2a7) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Remove the /dance Easter egg hint from the TUI tips rotation. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: fix inaccurate added/removed line counts in per-turn file change summaries after the same file is edited or overwritten multiple times. + +- [#3549](https://github.com/MoonshotAI/kimi-code/pull/3549) [`29e1875`](https://github.com/MoonshotAI/kimi-code/commit/29e1875919a6b2a734d6ae1c0d8694a98dd80933) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: per-turn file change cards now show only exact line statistics, and the card no longer appears when statistics are unavailable. + ## 0.40.1 ### Patch Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 65d0b2a1bee..443cf49c7df 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.40.1", + "version": "0.41.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",