From b67dfbbb9e8db2f548c5a9bf4f6d0ecbea1b7a29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 05:35:50 +0000 Subject: [PATCH] ci: release packages --- .changeset/bash-cwd-workspace-restriction.md | 5 - .changeset/code-wrap-toggle.md | 5 - .changeset/compaction-turn-split.md | 5 - .../config-toml-writeback-preservation.md | 5 - .changeset/config-torn-read-guard.md | 5 - .changeset/connecting-splash-stages.md | 5 - .changeset/dangerous-command-ask.md | 5 - .changeset/esc-undo-queue-steer-guard.md | 5 - .changeset/fast-session-fork.md | 5 - .changeset/file-preview-stale-refresh.md | 5 - .changeset/fix-attachment-notice-leak.md | 5 - .changeset/fix-composer-tooltip-alignment.md | 5 - .changeset/fix-steer-bubble-reload.md | 5 - .changeset/fix-steer-working-state.md | 5 - .changeset/fix-turn-prompt-identity.md | 5 - .changeset/fix-work-mode-ime.md | 5 - .changeset/fix-working-lamp-stuck.md | 5 - .changeset/flag-config-over-master-env.md | 5 - .changeset/fork-context-notice-reminder.md | 5 - .changeset/git-status-quoted-paths.md | 5 - .changeset/mention-tab-complete.md | 5 - .changeset/multi-skill-activation.md | 5 - .changeset/notification-card-sent-by-copy.md | 5 - .changeset/notification-sender-parens.md | 5 - .changeset/olive-pandas-swim.md | 5 - .changeset/perf-mention-menu-file-picker.md | 5 - .../prompt-resolution-durable-events.md | 6 -- .changeset/quote-parser-gate.md | 5 - .changeset/remove-now-template-variable.md | 5 - .changeset/secondary-model-default-on.md | 5 - .changeset/send-failure-notify.md | 5 - .changeset/session-list-command.md | 5 - .changeset/simplify-system-prompt.md | 5 - .changeset/slash-menu-skill-pill.md | 5 - .changeset/stale-steer-echoes.md | 5 - .changeset/steer-turn-diff-gating.md | 5 - .changeset/tidy-session-event-watermark.md | 5 - .changeset/tower-mode-improvements.md | 5 - .changeset/tower-mode-manual-entry.md | 5 - .changeset/transcript-meta-usage-fold.md | 5 - .changeset/trust-prompt-default-trust.md | 5 - .changeset/tui-unicode-ellipsis.md | 6 -- .changeset/web-plugins-panel.md | 5 - .changeset/zstd-native-artifacts.md | 5 - apps/kimi-code/CHANGELOG.md | 92 +++++++++++++++++++ apps/kimi-code/package.json | 2 +- apps/vscode/CHANGELOG.md | 8 ++ apps/vscode/package.json | 2 +- packages/agent-core-v2/CHANGELOG.md | 6 ++ packages/agent-core-v2/package.json | 2 +- 50 files changed, 109 insertions(+), 225 deletions(-) delete mode 100644 .changeset/bash-cwd-workspace-restriction.md delete mode 100644 .changeset/code-wrap-toggle.md delete mode 100644 .changeset/compaction-turn-split.md delete mode 100644 .changeset/config-toml-writeback-preservation.md delete mode 100644 .changeset/config-torn-read-guard.md delete mode 100644 .changeset/connecting-splash-stages.md delete mode 100644 .changeset/dangerous-command-ask.md delete mode 100644 .changeset/esc-undo-queue-steer-guard.md delete mode 100644 .changeset/fast-session-fork.md delete mode 100644 .changeset/file-preview-stale-refresh.md delete mode 100644 .changeset/fix-attachment-notice-leak.md delete mode 100644 .changeset/fix-composer-tooltip-alignment.md delete mode 100644 .changeset/fix-steer-bubble-reload.md delete mode 100644 .changeset/fix-steer-working-state.md delete mode 100644 .changeset/fix-turn-prompt-identity.md delete mode 100644 .changeset/fix-work-mode-ime.md delete mode 100644 .changeset/fix-working-lamp-stuck.md delete mode 100644 .changeset/flag-config-over-master-env.md delete mode 100644 .changeset/fork-context-notice-reminder.md delete mode 100644 .changeset/git-status-quoted-paths.md delete mode 100644 .changeset/mention-tab-complete.md delete mode 100644 .changeset/multi-skill-activation.md delete mode 100644 .changeset/notification-card-sent-by-copy.md delete mode 100644 .changeset/notification-sender-parens.md delete mode 100644 .changeset/olive-pandas-swim.md delete mode 100644 .changeset/perf-mention-menu-file-picker.md delete mode 100644 .changeset/prompt-resolution-durable-events.md delete mode 100644 .changeset/quote-parser-gate.md delete mode 100644 .changeset/remove-now-template-variable.md delete mode 100644 .changeset/secondary-model-default-on.md delete mode 100644 .changeset/send-failure-notify.md delete mode 100644 .changeset/session-list-command.md delete mode 100644 .changeset/simplify-system-prompt.md delete mode 100644 .changeset/slash-menu-skill-pill.md delete mode 100644 .changeset/stale-steer-echoes.md delete mode 100644 .changeset/steer-turn-diff-gating.md delete mode 100644 .changeset/tidy-session-event-watermark.md delete mode 100644 .changeset/tower-mode-improvements.md delete mode 100644 .changeset/tower-mode-manual-entry.md delete mode 100644 .changeset/transcript-meta-usage-fold.md delete mode 100644 .changeset/trust-prompt-default-trust.md delete mode 100644 .changeset/tui-unicode-ellipsis.md delete mode 100644 .changeset/web-plugins-panel.md delete mode 100644 .changeset/zstd-native-artifacts.md diff --git a/.changeset/bash-cwd-workspace-restriction.md b/.changeset/bash-cwd-workspace-restriction.md deleted file mode 100644 index 22209b064d8..00000000000 --- a/.changeset/bash-cwd-workspace-restriction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Remove the workspace restriction on the Bash tool's cwd parameter. diff --git a/.changeset/code-wrap-toggle.md b/.changeset/code-wrap-toggle.md deleted file mode 100644 index c9459224f35..00000000000 --- a/.changeset/code-wrap-toggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Added a code wrap toggle to the diff panel and streamlined its header. diff --git a/.changeset/compaction-turn-split.md b/.changeset/compaction-turn-split.md deleted file mode 100644 index e1949fb5d9c..00000000000 --- a/.changeset/compaction-turn-split.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed new content not appearing after auto-compaction (stuck at "Requesting…" above the divider); output after the compaction point now renders below the divider. diff --git a/.changeset/config-toml-writeback-preservation.md b/.changeset/config-toml-writeback-preservation.md deleted file mode 100644 index ea323c8a429..00000000000 --- a/.changeset/config-toml-writeback-preservation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Preserve comments, key order, and formatting in config.toml when configuration values are updated. diff --git a/.changeset/config-torn-read-guard.md b/.changeset/config-torn-read-guard.md deleted file mode 100644 index 740ae0fde0e..00000000000 --- a/.changeset/config-torn-read-guard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix models and providers transiently disappearing when config.toml is saved non-atomically by an external editor while the daemon reloads it. diff --git a/.changeset/connecting-splash-stages.md b/.changeset/connecting-splash-stages.md deleted file mode 100644 index 023f072dd8c..00000000000 --- a/.changeset/connecting-splash-stages.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: The connecting splash screen now shows the current loading stage and the reason when the connection fails. diff --git a/.changeset/dangerous-command-ask.md b/.changeset/dangerous-command-ask.md deleted file mode 100644 index c9b6c616719..00000000000 --- a/.changeset/dangerous-command-ask.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Block dangerous shell commands such as shutdown, reboot, or rm -rf in Auto mode, and always ask before running them in Manual and YOLO modes; disable the guard with `[permission] dangerous_command_guard = false` or `KIMI_CODE_DANGEROUS_COMMAND_GUARD=false`. diff --git a/.changeset/esc-undo-queue-steer-guard.md b/.changeset/esc-undo-queue-steer-guard.md deleted file mode 100644 index 81949e068a7..00000000000 --- a/.changeset/esc-undo-queue-steer-guard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed queued or steered messages being unexpectedly retracted by pressing Esc after they start running. diff --git a/.changeset/fast-session-fork.md b/.changeset/fast-session-fork.md deleted file mode 100644 index d61d1d69f5b..00000000000 --- a/.changeset/fast-session-fork.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Make session forks much faster. diff --git a/.changeset/file-preview-stale-refresh.md b/.changeset/file-preview-stale-refresh.md deleted file mode 100644 index 22f70320129..00000000000 --- a/.changeset/file-preview-stale-refresh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Show a refresh button in the right-sidebar file preview when the previewed file is edited mid-turn. diff --git a/.changeset/fix-attachment-notice-leak.md b/.changeset/fix-attachment-notice-leak.md deleted file mode 100644 index d6764ed2872..00000000000 --- a/.changeset/fix-attachment-notice-leak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed the server-side attachment notice text leaking into your own message bubble after sending a file. diff --git a/.changeset/fix-composer-tooltip-alignment.md b/.changeset/fix-composer-tooltip-alignment.md deleted file mode 100644 index d1dd164f915..00000000000 --- a/.changeset/fix-composer-tooltip-alignment.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed misaligned content in the composer attachment tooltip. diff --git a/.changeset/fix-steer-bubble-reload.md b/.changeset/fix-steer-bubble-reload.md deleted file mode 100644 index 09a45e67a3e..00000000000 --- a/.changeset/fix-steer-bubble-reload.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed messages sent with Ctrl+S while the agent is running disappearing after a page reload. diff --git a/.changeset/fix-steer-working-state.md b/.changeset/fix-steer-working-state.md deleted file mode 100644 index 8158e7996ca..00000000000 --- a/.changeset/fix-steer-working-state.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed sessions occasionally stuck showing "working" after a message is appended mid-turn. diff --git a/.changeset/fix-turn-prompt-identity.md b/.changeset/fix-turn-prompt-identity.md deleted file mode 100644 index 6eaaa3bb289..00000000000 --- a/.changeset/fix-turn-prompt-identity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix duplicate user messages in transcript clients. diff --git a/.changeset/fix-work-mode-ime.md b/.changeset/fix-work-mode-ime.md deleted file mode 100644 index 767d680fd9b..00000000000 --- a/.changeset/fix-work-mode-ime.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed the first pinyin letter being committed as English text in Chinese IMEs after enabling goal or plan mode. diff --git a/.changeset/fix-working-lamp-stuck.md b/.changeset/fix-working-lamp-stuck.md deleted file mode 100644 index dc0a2cc85b6..00000000000 --- a/.changeset/fix-working-lamp-stuck.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed sessions occasionally stuck showing "working" long after the reply had completed. diff --git a/.changeset/flag-config-over-master-env.md b/.changeset/flag-config-over-master-env.md deleted file mode 100644 index 468827476c9..00000000000 --- a/.changeset/flag-config-over-master-env.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Honor explicit `[experimental]` config entries over the `KIMI_CODE_EXPERIMENTAL_FLAG` master switch, so a flag set to `false` in `config.toml` stays off; per-feature `KIMI_CODE_EXPERIMENTAL_` variables still override both. diff --git a/.changeset/fork-context-notice-reminder.md b/.changeset/fork-context-notice-reminder.md deleted file mode 100644 index 580f337245e..00000000000 --- a/.changeset/fork-context-notice-reminder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Send the forked-subagent context notice as a system reminder. diff --git a/.changeset/git-status-quoted-paths.md b/.changeset/git-status-quoted-paths.md deleted file mode 100644 index 5b4eb59172e..00000000000 --- a/.changeset/git-status-quoted-paths.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Parse `git status --porcelain` with `-z` so non-ASCII paths are no longer mangled into bogus quoted directory segments. diff --git a/.changeset/mention-tab-complete.md b/.changeset/mention-tab-complete.md deleted file mode 100644 index be181f2b0c4..00000000000 --- a/.changeset/mention-tab-complete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Pressing Tab in the @ file menu completes the highlighted candidate's name into the input while keeping the menu open for further filtering. diff --git a/.changeset/multi-skill-activation.md b/.changeset/multi-skill-activation.md deleted file mode 100644 index c155c1243d1..00000000000 --- a/.changeset/multi-skill-activation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Support activating multiple skills from a single message. diff --git a/.changeset/notification-card-sent-by-copy.md b/.changeset/notification-card-sent-by-copy.md deleted file mode 100644 index 640560ee4ac..00000000000 --- a/.changeset/notification-card-sent-by-copy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Background task notification cards now show a "Sent from background · bash" source line and a single "status: task description" body line. diff --git a/.changeset/notification-sender-parens.md b/.changeset/notification-sender-parens.md deleted file mode 100644 index 5443c3809a0..00000000000 --- a/.changeset/notification-sender-parens.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Background task notification cards now label the sender as "Sent from background (Bash) / (Agent)". diff --git a/.changeset/olive-pandas-swim.md b/.changeset/olive-pandas-swim.md deleted file mode 100644 index 6c84e8fc96a..00000000000 --- a/.changeset/olive-pandas-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -The `kimi acp` subcommand no longer honors `KIMI_CODE_LEGACY_FLAG`; it always runs on the default agent engine. diff --git a/.changeset/perf-mention-menu-file-picker.md b/.changeset/perf-mention-menu-file-picker.md deleted file mode 100644 index 97b55094063..00000000000 --- a/.changeset/perf-mention-menu-file-picker.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Superseded @ file searches are now cancelled promptly during fast typing, reducing background load. diff --git a/.changeset/prompt-resolution-durable-events.md b/.changeset/prompt-resolution-durable-events.md deleted file mode 100644 index 6696de37d66..00000000000 --- a/.changeset/prompt-resolution-durable-events.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch -"kimi-code": patch ---- - -Fix prompts remaining queued forever after reopening a session. diff --git a/.changeset/quote-parser-gate.md b/.changeset/quote-parser-gate.md deleted file mode 100644 index 9033ee6dc78..00000000000 --- a/.changeset/quote-parser-gate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed manually typed > quote blocks in messages being misrendered as quote annotations; they now render as plain text. diff --git a/.changeset/remove-now-template-variable.md b/.changeset/remove-now-template-variable.md deleted file mode 100644 index 65e4124678e..00000000000 --- a/.changeset/remove-now-template-variable.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/agent-core-v2": patch ---- - -Remove the `${now}` variable from the system prompt template variable table. diff --git a/.changeset/secondary-model-default-on.md b/.changeset/secondary-model-default-on.md deleted file mode 100644 index 4e635966e1f..00000000000 --- a/.changeset/secondary-model-default-on.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -The subagent model pool (`[secondary_model]`) is enabled by default in every launch mode and remains opt-out via `KIMI_CODE_EXPERIMENTAL_SECONDARY_MODEL=0` or `[experimental] secondary-model = false`. diff --git a/.changeset/send-failure-notify.md b/.changeset/send-failure-notify.md deleted file mode 100644 index ac7f745d224..00000000000 --- a/.changeset/send-failure-notify.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed messages rejected by the server sometimes showing no failure toast. diff --git a/.changeset/session-list-command.md b/.changeset/session-list-command.md deleted file mode 100644 index 8c79023317d..00000000000 --- a/.changeset/session-list-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add the `kimi session list` command to list sessions from the command line. diff --git a/.changeset/simplify-system-prompt.md b/.changeset/simplify-system-prompt.md deleted file mode 100644 index 354250b4d94..00000000000 --- a/.changeset/simplify-system-prompt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Simplify the built-in system prompt. diff --git a/.changeset/slash-menu-skill-pill.md b/.changeset/slash-menu-skill-pill.md deleted file mode 100644 index 97e44e1ec2e..00000000000 --- a/.changeset/slash-menu-skill-pill.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Selecting a skill from the slash menu now inserts the same skill pill as the @ menu. diff --git a/.changeset/stale-steer-echoes.md b/.changeset/stale-steer-echoes.md deleted file mode 100644 index ff0a6a84f7b..00000000000 --- a/.changeset/stale-steer-echoes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed stale steered-message bubbles lingering after a transcript refresh. diff --git a/.changeset/steer-turn-diff-gating.md b/.changeset/steer-turn-diff-gating.md deleted file mode 100644 index ebf303fc26a..00000000000 --- a/.changeset/steer-turn-diff-gating.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed the file-change summary card appearing too early when a turn is steered while still running. diff --git a/.changeset/tidy-session-event-watermark.md b/.changeset/tidy-session-event-watermark.md deleted file mode 100644 index 6c2f450ee14..00000000000 --- a/.changeset/tidy-session-event-watermark.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix idle sessions briefly showing a "Working" state when opened in desktop and web clients. diff --git a/.changeset/tower-mode-improvements.md b/.changeset/tower-mode-improvements.md deleted file mode 100644 index 5b3eeb163bf..00000000000 --- a/.changeset/tower-mode-improvements.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Tower mode (experimental, `KIMI_CODE_EXPERIMENTAL_TOWER=1`): spawned workers now start from the base checkout's uncommitted changes instead of missing them, and TowerMerge refuses to merge while the checkout still holds those changes uncommitted. Also, a new session can now enter tower mode after the previous owning session stopped without exiting, instead of being refused while that session stays open. Tower mode now stays on after tower teardown; turn it off explicitly with /tower off. Tower mode is now mutually exclusive with plan mode and swarm mode: entering any one of them exits the others. diff --git a/.changeset/tower-mode-manual-entry.md b/.changeset/tower-mode-manual-entry.md deleted file mode 100644 index 09833da7d8e..00000000000 --- a/.changeset/tower-mode-manual-entry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Tower mode (experimental, `KIMI_CODE_EXPERIMENTAL_TOWER=1`): the agent can no longer enter tower mode on its own — turn it on with /tower on, or with /tower (also in the web UI) to pin the local branch missions merge back into; a missing base branch is created from the current checkout (uncommitted changes committed onto it as a labeled WIP snapshot) and the workspace is initialized or rebased to it immediately, refusing with guidance while missions are open. Tower agents that die (failed, timed out, killed, or lost) are recorded in the tower protocol — TowerStatus marks them in the roster and warns about missions whose owner died, with a resume hint — and the tower's console instructions now require summarizing every worker's deliverables per mission before teardown. diff --git a/.changeset/transcript-meta-usage-fold.md b/.changeset/transcript-meta-usage-fold.md deleted file mode 100644 index 098a66c4231..00000000000 --- a/.changeset/transcript-meta-usage-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fixed the context usage ring not refreshing after compaction; session usage now updates live from transcript metadata. diff --git a/.changeset/trust-prompt-default-trust.md b/.changeset/trust-prompt-default-trust.md deleted file mode 100644 index 5931ba5f9df..00000000000 --- a/.changeset/trust-prompt-default-trust.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Default the workspace trust prompt selection to "Trust this folder" instead of "Don't trust". diff --git a/.changeset/tui-unicode-ellipsis.md b/.changeset/tui-unicode-ellipsis.md deleted file mode 100644 index f7507d5db6e..00000000000 --- a/.changeset/tui-unicode-ellipsis.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch -"kimi-code": patch ---- - -Use the Unicode ellipsis "…" in user-facing TUI and VS Code webview text. diff --git a/.changeset/web-plugins-panel.md b/.changeset/web-plugins-panel.md deleted file mode 100644 index 52142b59041..00000000000 --- a/.changeset/web-plugins-panel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -web: Added a Plugins panel to Settings for browsing the plugin marketplace and installing, enabling, disabling, and removing plugins. diff --git a/.changeset/zstd-native-artifacts.md b/.changeset/zstd-native-artifacts.md deleted file mode 100644 index d928721f6e7..00000000000 --- a/.changeset/zstd-native-artifacts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Download compressed native update artifacts and decompress them while staging. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index db07074bb75..60f3ce39b6e 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,97 @@ # @moonshot-ai/kimi-code +## 0.40.0 + +### Minor Changes + +- [#3434](https://github.com/MoonshotAI/kimi-code/pull/3434) [`ae7a6dc`](https://github.com/MoonshotAI/kimi-code/commit/ae7a6dc6fb56cde119f0ac1512649a52c19ef7e8) Thanks [@sailist](https://github.com/sailist)! - The `kimi acp` subcommand no longer honors `KIMI_CODE_LEGACY_FLAG`; it always runs on the default agent engine. + +- [#3334](https://github.com/MoonshotAI/kimi-code/pull/3334) [`971a8b2`](https://github.com/MoonshotAI/kimi-code/commit/971a8b24c172912f100eaa9a88625387086b327b) Thanks [@7Sageer](https://github.com/7Sageer)! - The subagent model pool (`[secondary_model]`) is enabled by default in every launch mode and remains opt-out via `KIMI_CODE_EXPERIMENTAL_SECONDARY_MODEL=0` or `[experimental] secondary-model = false`. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Added a Plugins panel to Settings for browsing the plugin marketplace and installing, enabling, disabling, and removing plugins. + +### Patch Changes + +- [#3444](https://github.com/MoonshotAI/kimi-code/pull/3444) [`b4ae7f8`](https://github.com/MoonshotAI/kimi-code/commit/b4ae7f875dddcc40878c8d48d29bce02727dd87c) Thanks [@sailist](https://github.com/sailist)! - Remove the workspace restriction on the Bash tool's cwd parameter. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Added a code wrap toggle to the diff panel and streamlined its header. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed new content not appearing after auto-compaction (stuck at "Requesting…" above the divider); output after the compaction point now renders below the divider. + +- [#3392](https://github.com/MoonshotAI/kimi-code/pull/3392) [`616d510`](https://github.com/MoonshotAI/kimi-code/commit/616d51045dbb7c3949c05713d4a0273c74dd07fc) Thanks [@7Sageer](https://github.com/7Sageer)! - Preserve comments, key order, and formatting in config.toml when configuration values are updated. + +- [#3348](https://github.com/MoonshotAI/kimi-code/pull/3348) [`9d2304c`](https://github.com/MoonshotAI/kimi-code/commit/9d2304c23ca30c781b1a39540971dcaef085a500) Thanks [@liukx0205](https://github.com/liukx0205)! - Fix models and providers transiently disappearing when config.toml is saved non-atomically by an external editor while the daemon reloads it. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: The connecting splash screen now shows the current loading stage and the reason when the connection fails. + +- [#3290](https://github.com/MoonshotAI/kimi-code/pull/3290) [`4b9888b`](https://github.com/MoonshotAI/kimi-code/commit/4b9888b73db5937f86c65d1880c44f5326acd69d) Thanks [@sailist](https://github.com/sailist)! - Block dangerous shell commands such as shutdown, reboot, or rm -rf in Auto mode, and always ask before running them in Manual and YOLO modes; disable the guard with `[permission] dangerous_command_guard = false` or `KIMI_CODE_DANGEROUS_COMMAND_GUARD=false`. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed queued or steered messages being unexpectedly retracted by pressing Esc after they start running. + +- [#3421](https://github.com/MoonshotAI/kimi-code/pull/3421) [`9c37feb`](https://github.com/MoonshotAI/kimi-code/commit/9c37feb473cddb0b8bfe2552ad481f83f83fe6d0) Thanks [@sailist](https://github.com/sailist)! - Make session forks much faster. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Show a refresh button in the right-sidebar file preview when the previewed file is edited mid-turn. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed the server-side attachment notice text leaking into your own message bubble after sending a file. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed misaligned content in the composer attachment tooltip. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed messages sent with Ctrl+S while the agent is running disappearing after a page reload. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed sessions occasionally stuck showing "working" after a message is appended mid-turn. + +- [#3377](https://github.com/MoonshotAI/kimi-code/pull/3377) [`58b74cf`](https://github.com/MoonshotAI/kimi-code/commit/58b74cfeab157483eef8a9e4ed8f4b683eecb34d) Thanks [@chengluyu](https://github.com/chengluyu)! - Fix duplicate user messages in transcript clients. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed the first pinyin letter being committed as English text in Chinese IMEs after enabling goal or plan mode. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed sessions occasionally stuck showing "working" long after the reply had completed. + +- [#3427](https://github.com/MoonshotAI/kimi-code/pull/3427) [`442b563`](https://github.com/MoonshotAI/kimi-code/commit/442b56391bd8f1cdc65bb0bab2b6a57c786ec871) Thanks [@sailist](https://github.com/sailist)! - Honor explicit `[experimental]` config entries over the `KIMI_CODE_EXPERIMENTAL_FLAG` master switch, so a flag set to `false` in `config.toml` stays off; per-feature `KIMI_CODE_EXPERIMENTAL_` variables still override both. + +- [#3412](https://github.com/MoonshotAI/kimi-code/pull/3412) [`7bc5b20`](https://github.com/MoonshotAI/kimi-code/commit/7bc5b2027cd80e19dcacf43ed92aad749964a9e3) Thanks [@7Sageer](https://github.com/7Sageer)! - Send the forked-subagent context notice as a system reminder. + +- [#3415](https://github.com/MoonshotAI/kimi-code/pull/3415) [`82bf0a8`](https://github.com/MoonshotAI/kimi-code/commit/82bf0a8dd283da1c25d3eb83c44e310d2bcbdee1) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Parse `git status --porcelain` with `-z` so non-ASCII paths are no longer mangled into bogus quoted directory segments. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Pressing Tab in the @ file menu completes the highlighted candidate's name into the input while keeping the menu open for further filtering. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Support activating multiple skills from a single message. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Background task notification cards now show a "Sent from background · bash" source line and a single "status: task description" body line. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Background task notification cards now label the sender as "Sent from background (Bash) / (Agent)". + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Superseded @ file searches are now cancelled promptly during fast typing, reducing background load. + +- [#3371](https://github.com/MoonshotAI/kimi-code/pull/3371) [`9e88152`](https://github.com/MoonshotAI/kimi-code/commit/9e881528a89945a373002b0b229f91735e8f2c4f) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - Fix prompts remaining queued forever after reopening a session. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed manually typed > quote blocks in messages being misrendered as quote annotations; they now render as plain text. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed messages rejected by the server sometimes showing no failure toast. + +- [#3425](https://github.com/MoonshotAI/kimi-code/pull/3425) [`ceb5153`](https://github.com/MoonshotAI/kimi-code/commit/ceb51535efa58d9a9eaa176140ec64959d980c53) Thanks [@sailist](https://github.com/sailist)! - Add the `kimi session list` command to list sessions from the command line. + +- [#3390](https://github.com/MoonshotAI/kimi-code/pull/3390) [`76c1a7a`](https://github.com/MoonshotAI/kimi-code/commit/76c1a7a347ca0bfae68f85d8d4d69d73671c0403) Thanks [@Grapedge](https://github.com/Grapedge)! - Simplify the built-in system prompt. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Selecting a skill from the slash menu now inserts the same skill pill as the @ menu. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed stale steered-message bubbles lingering after a transcript refresh. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed the file-change summary card appearing too early when a turn is steered while still running. + +- [#3436](https://github.com/MoonshotAI/kimi-code/pull/3436) [`0f39b2c`](https://github.com/MoonshotAI/kimi-code/commit/0f39b2cf3aa7b83f7049f922f9babf4b36092ddc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - Fix idle sessions briefly showing a "Working" state when opened in desktop and web clients. + +- [#3346](https://github.com/MoonshotAI/kimi-code/pull/3346) [`ece9618`](https://github.com/MoonshotAI/kimi-code/commit/ece96185e93742db4771de83147f709f22ca6130) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - Tower mode (experimental, `KIMI_CODE_EXPERIMENTAL_TOWER=1`): spawned workers now start from the base checkout's uncommitted changes instead of missing them, and TowerMerge refuses to merge while the checkout still holds those changes uncommitted. Also, a new session can now enter tower mode after the previous owning session stopped without exiting, instead of being refused while that session stays open. Tower mode now stays on after tower teardown; turn it off explicitly with /tower off. Tower mode is now mutually exclusive with plan mode and swarm mode: entering any one of them exits the others. + +- [#3399](https://github.com/MoonshotAI/kimi-code/pull/3399) [`c3bf6f9`](https://github.com/MoonshotAI/kimi-code/commit/c3bf6f9d2d9d9de53a86052193c038b324eebeca) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - Tower mode (experimental, `KIMI_CODE_EXPERIMENTAL_TOWER=1`): the agent can no longer enter tower mode on its own — turn it on with /tower on, or with /tower (also in the web UI) to pin the local branch missions merge back into; a missing base branch is created from the current checkout (uncommitted changes committed onto it as a labeled WIP snapshot) and the workspace is initialized or rebased to it immediately, refusing with guidance while missions are open. Tower agents that die (failed, timed out, killed, or lost) are recorded in the tower protocol — TowerStatus marks them in the roster and warns about missions whose owner died, with a resume hint — and the tower's console instructions now require summarizing every worker's deliverables per mission before teardown. + +- [#3454](https://github.com/MoonshotAI/kimi-code/pull/3454) [`913a242`](https://github.com/MoonshotAI/kimi-code/commit/913a24228beaad4bcd0a9c9ee704999b0d617ad4) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fixed the context usage ring not refreshing after compaction; session usage now updates live from transcript metadata. + +- [#3391](https://github.com/MoonshotAI/kimi-code/pull/3391) [`5f0aa7f`](https://github.com/MoonshotAI/kimi-code/commit/5f0aa7f6d61c1ce5e26f11852375fc7fd94db27b) Thanks [@7Sageer](https://github.com/7Sageer)! - Default the workspace trust prompt selection to "Trust this folder" instead of "Don't trust". + +- [#3366](https://github.com/MoonshotAI/kimi-code/pull/3366) [`9619277`](https://github.com/MoonshotAI/kimi-code/commit/961927739ef34819d67d76fa5870cbe4ba7a01ff) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Use the Unicode ellipsis "…" in user-facing TUI and VS Code webview text. + +- [#3405](https://github.com/MoonshotAI/kimi-code/pull/3405) [`630a11d`](https://github.com/MoonshotAI/kimi-code/commit/630a11db51ab0ac422cae6a10580b62c1ae8e05f) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Download compressed native update artifacts and decompress them while staging. + ## 0.39.1 ### Patch Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index af1d71edf40..da3b067a3d1 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.39.1", + "version": "0.40.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI", diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 25eb312081d..3393d57ce59 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.7.4 + +### Patch Changes + +- [#3371](https://github.com/MoonshotAI/kimi-code/pull/3371) [`9e88152`](https://github.com/MoonshotAI/kimi-code/commit/9e881528a89945a373002b0b229f91735e8f2c4f) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - Fix prompts remaining queued forever after reopening a session. + +- [#3366](https://github.com/MoonshotAI/kimi-code/pull/3366) [`9619277`](https://github.com/MoonshotAI/kimi-code/commit/961927739ef34819d67d76fa5870cbe4ba7a01ff) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Use the Unicode ellipsis "…" in user-facing TUI and VS Code webview text. + ## 0.7.3 ### Patch Changes diff --git a/apps/vscode/package.json b/apps/vscode/package.json index b65e444f89f..c3f81a5b47e 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -3,7 +3,7 @@ "publisher": "moonshot-ai", "displayName": "Kimi Code", "description": "Official Kimi Code plugin for VS Code", - "version": "0.7.3", + "version": "0.7.4", "private": true, "license": "Apache-2.0", "type": "module", diff --git a/packages/agent-core-v2/CHANGELOG.md b/packages/agent-core-v2/CHANGELOG.md index 3ac8923c2cb..f56ad50fcbd 100644 --- a/packages/agent-core-v2/CHANGELOG.md +++ b/packages/agent-core-v2/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/agent-core-v2 +## 0.4.3 + +### Patch Changes + +- [#3341](https://github.com/MoonshotAI/kimi-code/pull/3341) [`9fa1e77`](https://github.com/MoonshotAI/kimi-code/commit/9fa1e77df5794cebaa3eb09d01bbe174d55e5a28) Thanks [@7Sageer](https://github.com/7Sageer)! - Remove the `${now}` variable from the system prompt template variable table. + ## 0.4.2 ### Patch Changes diff --git a/packages/agent-core-v2/package.json b/packages/agent-core-v2/package.json index 1f2d1976f08..00555b5e09d 100644 --- a/packages/agent-core-v2/package.json +++ b/packages/agent-core-v2/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/agent-core-v2", - "version": "0.4.2", + "version": "0.4.3", "private": true, "description": "The unified agent engine for Kimi (v2 — DI Scope architecture)", "license": "MIT",