diff --git a/.changeset/btw-readonly-tools.md b/.changeset/btw-readonly-tools.md deleted file mode 100644 index 52e43d02e91..00000000000 --- a/.changeset/btw-readonly-tools.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Add read-only tools to the /btw side agent. diff --git a/.changeset/chat-scrollbar-target.md b/.changeset/chat-scrollbar-target.md deleted file mode 100644 index 129b048a691..00000000000 --- a/.changeset/chat-scrollbar-target.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix the conversation scrollbar being too thin to click and drag easily. diff --git a/.changeset/compact-tool-cards.md b/.changeset/compact-tool-cards.md deleted file mode 100644 index 563c0a78627..00000000000 --- a/.changeset/compact-tool-cards.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Collapse finished tool calls in the transcript to a header plus one marked outcome row: short output is shown whole, hidden output is counted (`N more lines`, `+N more`) and revealed by `Ctrl+O`, which the footer advertises while it is available. diff --git a/.changeset/compaction-resume-anchor.md b/.changeset/compaction-resume-anchor.md deleted file mode 100644 index 2daf11e9631..00000000000 --- a/.changeset/compaction-resume-anchor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the agent resuming the wrong request after automatic context compaction in long sessions. diff --git a/.changeset/database-config-section.md b/.changeset/database-config-section.md deleted file mode 100644 index 7aaa8aba894..00000000000 --- a/.changeset/database-config-section.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -The minidb session-index read model and global search worker are now always on; the experimental flags have been replaced by the `[database]` config section and the `KIMI_CODE_PERSISTENCE_MINIDB_READMODEL` / `KIMI_CODE_SEARCH_WORKER` env vars. diff --git a/.changeset/fix-anthropic-profile-undefined-model.md b/.changeset/fix-anthropic-profile-undefined-model.md deleted file mode 100644 index 5db03cac002..00000000000 --- a/.changeset/fix-anthropic-profile-undefined-model.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kosong": patch ---- - -Fix a crash when a model config entry lacks the `model` field (e.g. from a malformed TOML key like `[models.kimi-k2.7-code]`): the Anthropic profile matchers now tolerate `undefined` model names and return no profile instead of throwing `TypeError: Cannot read properties of undefined (reading 'toLowerCase')`. diff --git a/.changeset/fix-task-notification-order.md b/.changeset/fix-task-notification-order.md deleted file mode 100644 index ec1e22bf1e5..00000000000 --- a/.changeset/fix-task-notification-order.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix background task notifications lingering at the bottom of the session during subsequent tool calls. diff --git a/.changeset/glob-pagination.md b/.changeset/glob-pagination.md deleted file mode 100644 index d67f3026a2e..00000000000 --- a/.changeset/glob-pagination.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Allow file searches to retrieve matches beyond the first 100 results. diff --git a/.changeset/kimi-default-model-image-gate.md b/.changeset/kimi-default-model-image-gate.md deleted file mode 100644 index b20f2a55517..00000000000 --- a/.changeset/kimi-default-model-image-gate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Accept HEIC, HEIF, and BMP images on a session's first prompt when the configured default model is served by Kimi and no model has been selected yet. diff --git a/.changeset/kimi-heic-bmp-images.md b/.changeset/kimi-heic-bmp-images.md deleted file mode 100644 index cdaf0a8e0ea..00000000000 --- a/.changeset/kimi-heic-bmp-images.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Accept HEIC, HEIF, and BMP images in ReadMediaFile and prompt attachments when the model is served by Kimi. diff --git a/.changeset/lazy-task-output.md b/.changeset/lazy-task-output.md deleted file mode 100644 index 0cb55adfb3e..00000000000 --- a/.changeset/lazy-task-output.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix page jank caused by hundreds of simultaneous requests when reloading a session with many background tasks. diff --git a/.changeset/mcp-structured-results.md b/.changeset/mcp-structured-results.md deleted file mode 100644 index c086c48ff88..00000000000 --- a/.changeset/mcp-structured-results.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Preserve distinct structured data in MCP tool results. diff --git a/.changeset/native-zstd-manifest.md b/.changeset/native-zstd-manifest.md deleted file mode 100644 index a095885e9b7..00000000000 --- a/.changeset/native-zstd-manifest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Support compressed downloads from updated native release manifests. diff --git a/.changeset/notify-user-panel.md b/.changeset/notify-user-panel.md deleted file mode 100644 index 4327583943a..00000000000 --- a/.changeset/notify-user-panel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Add an experimental Updates panel with paginated progress messages from the main agent and subagents; enable it with `KIMI_CODE_EXPERIMENTAL_NOTIFY_USER=1`. diff --git a/.changeset/offscreen-history-markdown.md b/.changeset/offscreen-history-markdown.md deleted file mode 100644 index 6b5471129cc..00000000000 --- a/.changeset/offscreen-history-markdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: reduce jank when opening and scrolling back through long conversations, while preserving message and tool expansion state. diff --git a/.changeset/preserve-media-attachment-names.md b/.changeset/preserve-media-attachment-names.md deleted file mode 100644 index 9b540316a76..00000000000 --- a/.changeset/preserve-media-attachment-names.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Preserve image and video filenames in session history. diff --git a/.changeset/read-character-budgets.md b/.changeset/read-character-budgets.md deleted file mode 100644 index fdac35e6075..00000000000 --- a/.changeset/read-character-budgets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add configurable character limits and resumable long-line file reads without repeated output truncation. diff --git a/.changeset/read-invalid-utf16.md b/.changeset/read-invalid-utf16.md deleted file mode 100644 index beea27d7e58..00000000000 --- a/.changeset/read-invalid-utf16.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Read malformed UTF-16 files with an explicit lossy-decoding warning. diff --git a/.changeset/read-tail-consistency.md b/.changeset/read-tail-consistency.md deleted file mode 100644 index 4c225e2f6b8..00000000000 --- a/.changeset/read-tail-consistency.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Avoid repeated scanning for common tail reads and report file changes detected during tail rereads. diff --git a/.changeset/recommended-default-effort.md b/.changeset/recommended-default-effort.md deleted file mode 100644 index 6a2f4fc1ff4..00000000000 --- a/.changeset/recommended-default-effort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Upgrade the default thinking effort to the recommended level for eligible users. diff --git a/.changeset/remote-control-always-available.md b/.changeset/remote-control-always-available.md deleted file mode 100644 index 43737693b4f..00000000000 --- a/.changeset/remote-control-always-available.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Remote Control is now always on; the experimental `KIMI_CODE_EXPERIMENTAL_REMOTE_CONTROL` flag has been removed. diff --git a/.changeset/secondary-model-always-on.md b/.changeset/secondary-model-always-on.md deleted file mode 100644 index 7655c14b688..00000000000 --- a/.changeset/secondary-model-always-on.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -The subagent model pool (`[secondary_model]`) is now always on; the experimental secondary-model flag and the `KIMI_CODE_EXPERIMENTAL_SECONDARY_MODEL` opt-out have been removed. diff --git a/.changeset/session-delete-context-menu.md b/.changeset/session-delete-context-menu.md deleted file mode 100644 index 64d5ea9175b..00000000000 --- a/.changeset/session-delete-context-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -web: support permanently deleting sessions from the session row context menu, with a confirmation prompt. diff --git a/.changeset/session-index-stray-files.md b/.changeset/session-index-stray-files.md deleted file mode 100644 index 2077fcd02db..00000000000 --- a/.changeset/session-index-stray-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix recent sessions missing from the session list when the sessions directory contains stray files. diff --git a/.changeset/skill-reload-on-turn-end.md b/.changeset/skill-reload-on-turn-end.md deleted file mode 100644 index d03f95ae3fc..00000000000 --- a/.changeset/skill-reload-on-turn-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix skills created mid-session not appearing in the slash list until the app restarts. diff --git a/.changeset/stable-streaming-markdown.md b/.changeset/stable-streaming-markdown.md deleted file mode 100644 index fb2bad14424..00000000000 --- a/.changeset/stable-streaming-markdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix trailing backticks briefly flashing at the end of code blocks while they stream. diff --git a/.changeset/stop-context-budget-reminders.md b/.changeset/stop-context-budget-reminders.md deleted file mode 100644 index 3bbd7752e2e..00000000000 --- a/.changeset/stop-context-budget-reminders.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Stop reminding the model of its context budget before automatic compaction. diff --git a/.changeset/tasks-list-agent-model.md b/.changeset/tasks-list-agent-model.md deleted file mode 100644 index 62dfaeef21d..00000000000 --- a/.changeset/tasks-list-agent-model.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@moonshot-ai/kimi-code': patch ---- - -The /tasks panel now shows each background agent's model under its task row. diff --git a/.changeset/tidy-donuts-serve.md b/.changeset/tidy-donuts-serve.md deleted file mode 100644 index e135ea37440..00000000000 --- a/.changeset/tidy-donuts-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the streaming debug timing attributing client-side busy time to the server. diff --git a/.changeset/tower-mode-fixes.md b/.changeset/tower-mode-fixes.md deleted file mode 100644 index 5e280a7f51b..00000000000 --- a/.changeset/tower-mode-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Tower worker and reviewer briefings now carry the full mission context, and tower agent timeouts follow the subagent timeout setting (`[subagent] timeout_ms` or `KIMI_SUBAGENT_TIMEOUT_MS`), defaulting to 2 hours. Fix the /tasks list not showing the model for tower-spawned agents. diff --git a/.changeset/visible-media-attachments.md b/.changeset/visible-media-attachments.md deleted file mode 100644 index aa23a1d0bca..00000000000 --- a/.changeset/visible-media-attachments.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -web: preview images and videos in a reorderable media rail in the composer, mention them in the text on demand, and keep the previews after queueing and sending. diff --git a/.changeset/warn-trust-gated-mcp-in-print-mode.md b/.changeset/warn-trust-gated-mcp-in-print-mode.md deleted file mode 100644 index a0b1fb79758..00000000000 --- a/.changeset/warn-trust-gated-mcp-in-print-mode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Print a warning in `kimi -p` when project-level MCP servers are skipped because the folder is not trusted. diff --git a/.changeset/watch-user-skill-roots.md b/.changeset/watch-user-skill-roots.md deleted file mode 100644 index ff85d285a6d..00000000000 --- a/.changeset/watch-user-skill-roots.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Watch the user-level skill roots (`~/.kimi-code/skills` and `~/.agents/skills`) so the workspace skill catalog refreshes automatically when skills are created, modified, or deleted while the daemon is running — no restart or manual reload needed. diff --git a/.changeset/web-open-wildcard-host.md b/.changeset/web-open-wildcard-host.md deleted file mode 100644 index bf08cc40289..00000000000 --- a/.changeset/web-open-wildcard-host.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Open the browser on localhost instead of the wildcard bind address for `kimi web --host 0.0.0.0`. diff --git a/.changeset/witty-crabs-tap.md b/.changeset/witty-crabs-tap.md deleted file mode 100644 index 384d1ed9128..00000000000 --- a/.changeset/witty-crabs-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix slow response streaming and rendering after resuming sessions with many scheduled cron turns. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 6e305fcb975..d9820860722 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,79 @@ # @moonshot-ai/kimi-code +## 0.42.0 + +### Minor Changes + +- [#3613](https://github.com/MoonshotAI/kimi-code/pull/3613) [`d4d20d2`](https://github.com/MoonshotAI/kimi-code/commit/d4d20d21d733a7942056c15ffcc2c74cce51f7d5) Thanks [@liukx0205](https://github.com/liukx0205)! - Add read-only tools to the /btw side agent. + +- [#3524](https://github.com/MoonshotAI/kimi-code/pull/3524) [`f6a9c39`](https://github.com/MoonshotAI/kimi-code/commit/f6a9c39e22a63b2a231684ed8426bfe4ec406cf7) Thanks [@RealKai42](https://github.com/RealKai42)! - Add an experimental Updates panel with paginated progress messages from the main agent and subagents; enable it with `KIMI_CODE_EXPERIMENTAL_NOTIFY_USER=1`. + +- [#3634](https://github.com/MoonshotAI/kimi-code/pull/3634) [`e831fd1`](https://github.com/MoonshotAI/kimi-code/commit/e831fd1ea9488ad5192bcc9d96579470cf0c4442) Thanks [@7Sageer](https://github.com/7Sageer)! - The subagent model pool (`[secondary_model]`) is now always on; the experimental secondary-model flag and the `KIMI_CODE_EXPERIMENTAL_SECONDARY_MODEL` opt-out have been removed. + +- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: support permanently deleting sessions from the session row context menu, with a confirmation prompt. + +- [#3526](https://github.com/MoonshotAI/kimi-code/pull/3526) [`55685c5`](https://github.com/MoonshotAI/kimi-code/commit/55685c58b5dbff692e16c66efa65fa6d32222f61) Thanks [@RealKai42](https://github.com/RealKai42)! - Stop reminding the model of its context budget before automatic compaction. + +- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: preview images and videos in a reorderable media rail in the composer, mention them in the text on demand, and keep the previews after queueing and sending. + +### Patch Changes + +- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix the conversation scrollbar being too thin to click and drag easily. + +- [#3539](https://github.com/MoonshotAI/kimi-code/pull/3539) [`34ad513`](https://github.com/MoonshotAI/kimi-code/commit/34ad5137ce36f6eb03c4a42145e9bdcc8d607d87) Thanks [@RealKai42](https://github.com/RealKai42)! - Collapse finished tool calls in the transcript to a header plus one marked outcome row: short output is shown whole, hidden output is counted (`N more lines`, `+N more`) and revealed by `Ctrl+O`, which the footer advertises while it is available. + +- [#3537](https://github.com/MoonshotAI/kimi-code/pull/3537) [`f12d59e`](https://github.com/MoonshotAI/kimi-code/commit/f12d59e089e2531a33fbca30b26ffeabd5862b45) Thanks [@7Sageer](https://github.com/7Sageer)! - Fix the agent resuming the wrong request after automatic context compaction in long sessions. + +- [#3552](https://github.com/MoonshotAI/kimi-code/pull/3552) [`f0434f2`](https://github.com/MoonshotAI/kimi-code/commit/f0434f2d25ead11d44f5616930157a59dfd524a5) Thanks [@sailist](https://github.com/sailist)! - The minidb session-index read model and global search worker are now always on; the experimental flags have been replaced by the `[database]` config section and the `KIMI_CODE_PERSISTENCE_MINIDB_READMODEL` / `KIMI_CODE_SEARCH_WORKER` env vars. + +- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix background task notifications lingering at the bottom of the session during subsequent tool calls. + +- [#3658](https://github.com/MoonshotAI/kimi-code/pull/3658) [`ff7371b`](https://github.com/MoonshotAI/kimi-code/commit/ff7371b70a7ae80ec70712b610f73e6d6f29edc0) Thanks [@RealKai42](https://github.com/RealKai42)! - Allow file searches to retrieve matches beyond the first 100 results. + +- [#3652](https://github.com/MoonshotAI/kimi-code/pull/3652) [`7f5debf`](https://github.com/MoonshotAI/kimi-code/commit/7f5debfa71ac9e4a23b5dab1a511aa3672677381) Thanks [@RealKai42](https://github.com/RealKai42)! - Accept HEIC, HEIF, and BMP images on a session's first prompt when the configured default model is served by Kimi and no model has been selected yet. + +- [#3649](https://github.com/MoonshotAI/kimi-code/pull/3649) [`80480c0`](https://github.com/MoonshotAI/kimi-code/commit/80480c01d27a921d4660ad043e78c8b61167f82b) Thanks [@RealKai42](https://github.com/RealKai42)! - Accept HEIC, HEIF, and BMP images in ReadMediaFile and prompt attachments when the model is served by Kimi. + +- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix page jank caused by hundreds of simultaneous requests when reloading a session with many background tasks. + +- [#3654](https://github.com/MoonshotAI/kimi-code/pull/3654) [`6de0cec`](https://github.com/MoonshotAI/kimi-code/commit/6de0cec174ae3af44fc9f9f74b2aa8599b928fdf) Thanks [@RealKai42](https://github.com/RealKai42)! - Preserve distinct structured data in MCP tool results. + +- [#3669](https://github.com/MoonshotAI/kimi-code/pull/3669) [`f8c606e`](https://github.com/MoonshotAI/kimi-code/commit/f8c606e7d7b33a43190721d47ec6c8a2076eaec6) Thanks [@wbxl2000](https://github.com/wbxl2000)! - Support compressed downloads from updated native release manifests. + +- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: reduce jank when opening and scrolling back through long conversations, while preserving message and tool expansion state. + +- [#3548](https://github.com/MoonshotAI/kimi-code/pull/3548) [`baf17a8`](https://github.com/MoonshotAI/kimi-code/commit/baf17a8fcc289f20fa6c8d85dd8f93eeb3ff0cbc) Thanks [@chengluyu](https://github.com/chengluyu)! - Preserve image and video filenames in session history. + +- [#3645](https://github.com/MoonshotAI/kimi-code/pull/3645) [`5000f98`](https://github.com/MoonshotAI/kimi-code/commit/5000f981c3ef8b59560f26fd01a20fbfe030d81e) Thanks [@RealKai42](https://github.com/RealKai42)! - Add configurable character limits and resumable long-line file reads without repeated output truncation. + +- [#3645](https://github.com/MoonshotAI/kimi-code/pull/3645) [`5000f98`](https://github.com/MoonshotAI/kimi-code/commit/5000f981c3ef8b59560f26fd01a20fbfe030d81e) Thanks [@RealKai42](https://github.com/RealKai42)! - Read malformed UTF-16 files with an explicit lossy-decoding warning. + +- [#3645](https://github.com/MoonshotAI/kimi-code/pull/3645) [`5000f98`](https://github.com/MoonshotAI/kimi-code/commit/5000f981c3ef8b59560f26fd01a20fbfe030d81e) Thanks [@RealKai42](https://github.com/RealKai42)! - Avoid repeated scanning for common tail reads and report file changes detected during tail rereads. + +- [#3616](https://github.com/MoonshotAI/kimi-code/pull/3616) [`260ac3f`](https://github.com/MoonshotAI/kimi-code/commit/260ac3faad1cf0ca84dca26173ddf66a09220841) Thanks [@Grapedge](https://github.com/Grapedge)! - Upgrade the default thinking effort to the recommended level for eligible users. + +- [#3552](https://github.com/MoonshotAI/kimi-code/pull/3552) [`f0434f2`](https://github.com/MoonshotAI/kimi-code/commit/f0434f2d25ead11d44f5616930157a59dfd524a5) Thanks [@sailist](https://github.com/sailist)! - Remote Control is now always on; the experimental `KIMI_CODE_EXPERIMENTAL_REMOTE_CONTROL` flag has been removed. + +- [#3618](https://github.com/MoonshotAI/kimi-code/pull/3618) [`75682b0`](https://github.com/MoonshotAI/kimi-code/commit/75682b0ef130e0340a9d16421312e2766c327be1) Thanks [@sailist](https://github.com/sailist)! - Fix recent sessions missing from the session list when the sessions directory contains stray files. + +- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix skills created mid-session not appearing in the slash list until the app restarts. + +- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix trailing backticks briefly flashing at the end of code blocks while they stream. + +- [#3596](https://github.com/MoonshotAI/kimi-code/pull/3596) [`0d7833e`](https://github.com/MoonshotAI/kimi-code/commit/0d7833ee8019d39161f8462977a3a2713bbfd39e) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - The /tasks panel now shows each background agent's model under its task row. + +- [#3607](https://github.com/MoonshotAI/kimi-code/pull/3607) [`5eea890`](https://github.com/MoonshotAI/kimi-code/commit/5eea89016511d113480755907619defafaf025cf) Thanks [@huangzheng2016](https://github.com/huangzheng2016)! - Fix the streaming debug timing attributing client-side busy time to the server. + +- [#3596](https://github.com/MoonshotAI/kimi-code/pull/3596) [`0d7833e`](https://github.com/MoonshotAI/kimi-code/commit/0d7833ee8019d39161f8462977a3a2713bbfd39e) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - Tower worker and reviewer briefings now carry the full mission context, and tower agent timeouts follow the subagent timeout setting (`[subagent] timeout_ms` or `KIMI_SUBAGENT_TIMEOUT_MS`), defaulting to 2 hours. Fix the /tasks list not showing the model for tower-spawned agents. + +- [#3593](https://github.com/MoonshotAI/kimi-code/pull/3593) [`00cfbb0`](https://github.com/MoonshotAI/kimi-code/commit/00cfbb0547cee6ec2650fd3fc52e15d2072c41aa) Thanks [@7Sageer](https://github.com/7Sageer)! - Print a warning in `kimi -p` when project-level MCP servers are skipped because the folder is not trusted. + +- [#3608](https://github.com/MoonshotAI/kimi-code/pull/3608) [`fb0353a`](https://github.com/MoonshotAI/kimi-code/commit/fb0353a8ba5ceb7e8ae4e27f3260b3c8c8d80784) Thanks [@liukx0205](https://github.com/liukx0205)! - Watch the user-level skill roots (`~/.kimi-code/skills` and `~/.agents/skills`) so the workspace skill catalog refreshes automatically when skills are created, modified, or deleted while the daemon is running — no restart or manual reload needed. + +- [#3560](https://github.com/MoonshotAI/kimi-code/pull/3560) [`af81bb9`](https://github.com/MoonshotAI/kimi-code/commit/af81bb92215dca2f933579ce0119f7add452bc96) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Open the browser on localhost instead of the wildcard bind address for `kimi web --host 0.0.0.0`. + +- [#3605](https://github.com/MoonshotAI/kimi-code/pull/3605) [`f1e9152`](https://github.com/MoonshotAI/kimi-code/commit/f1e915277655c68213cf91fe5010413bfde3cb65) Thanks [@huangzheng2016](https://github.com/huangzheng2016)! - Fix slow response streaming and rendering after resuming sessions with many scheduled cron turns. + ## 0.41.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 3ca622cf243..a2d86dc85dd 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.41.0", + "version": "0.42.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI", diff --git a/packages/kosong/CHANGELOG.md b/packages/kosong/CHANGELOG.md index 2771494b1da..ec3ba7e8430 100644 --- a/packages/kosong/CHANGELOG.md +++ b/packages/kosong/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/kosong +## 0.5.6 + +### Patch Changes + +- [#3003](https://github.com/MoonshotAI/kimi-code/pull/3003) [`ed1dc72`](https://github.com/MoonshotAI/kimi-code/commit/ed1dc720e2c134866854f6a67ae05fde023e1c33) Thanks [@silentiris](https://github.com/silentiris)! - Fix a crash when a model config entry lacks the `model` field (e.g. from a malformed TOML key like `[models.kimi-k2.7-code]`): the Anthropic profile matchers now tolerate `undefined` model names and return no profile instead of throwing `TypeError: Cannot read properties of undefined (reading 'toLowerCase')`. + ## 0.5.5 ### Patch Changes diff --git a/packages/kosong/package.json b/packages/kosong/package.json index 6ac04bc839b..070cea21462 100644 --- a/packages/kosong/package.json +++ b/packages/kosong/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kosong", - "version": "0.5.5", + "version": "0.5.6", "private": true, "description": "The LLM abstraction layer for modern AI agent applications", "license": "MIT",