diff --git a/.changeset/about-page-agreements.md b/.changeset/about-page-agreements.md deleted file mode 100644 index 06a238095f2..00000000000 --- a/.changeset/about-page-agreements.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: add user agreement and privacy policy entries to the Settings → About page. diff --git a/.changeset/auto-session-title-ga.md b/.changeset/auto-session-title-ga.md deleted file mode 100644 index ee78b695838..00000000000 --- a/.changeset/auto-session-title-ga.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -web: AI session titles are now always on — a title is generated after the first turn and can be regenerated from the rename field, with no experimental flag required. diff --git a/.changeset/compaction-max-attempts.md b/.changeset/compaction-max-attempts.md deleted file mode 100644 index 9f01ca0ecd6..00000000000 --- a/.changeset/compaction-max-attempts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add the `loop_control.compaction_max_attempts` config option to set the maximum total attempts for a failing compaction request (default 5). diff --git a/.changeset/delete-session-from-picker.md b/.changeset/delete-session-from-picker.md deleted file mode 100644 index 48e0b61b145..00000000000 --- a/.changeset/delete-session-from-picker.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Delete sessions from the session picker: press Ctrl+X on a session, then y to confirm. diff --git a/.changeset/dynamic-tools-official-models.md b/.changeset/dynamic-tools-official-models.md deleted file mode 100644 index 69a35db5cd6..00000000000 --- a/.changeset/dynamic-tools-official-models.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add the dynamically_loaded_tools capability to official Kimi Code models when the service declares support for message-level tool declarations. diff --git a/.changeset/fix-attachment-projection-stall.md b/.changeset/fix-attachment-projection-stall.md deleted file mode 100644 index 6d8cbcd35c2..00000000000 --- a/.changeset/fix-attachment-projection-stall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix sessions containing many brackets or backslashes getting stuck while loading. diff --git a/.changeset/fix-infinite-retry-stream-invalidation.md b/.changeset/fix-infinite-retry-stream-invalidation.md deleted file mode 100644 index 2cb50049cb7..00000000000 --- a/.changeset/fix-infinite-retry-stream-invalidation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix a crash that killed the process when a retried LLM request had streamed a partial tool call before disconnecting. diff --git a/.changeset/fix-long-session-streaming-stall.md b/.changeset/fix-long-session-streaming-stall.md deleted file mode 100644 index 13079a5f4ff..00000000000 --- a/.changeset/fix-long-session-streaming-stall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix persistent UI stuttering while streaming in long sessions. diff --git a/.changeset/fix-long-text-scanning.md b/.changeset/fix-long-text-scanning.md deleted file mode 100644 index 228de5d19c3..00000000000 --- a/.changeset/fix-long-text-scanning.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix certain formulas, links, tool results, and log contents causing the UI to stutter or become unresponsive. diff --git a/.changeset/fix-new-session-draft-send-blocked.md b/.changeset/fix-new-session-draft-send-blocked.md deleted file mode 100644 index ac640e02965..00000000000 --- a/.changeset/fix-new-session-draft-send-blocked.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix the send button staying disabled when starting a new session. diff --git a/.changeset/fix-stale-session-unread-notification.md b/.changeset/fix-stale-session-unread-notification.md deleted file mode 100644 index 0189b60a1d6..00000000000 --- a/.changeset/fix-stale-session-unread-notification.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix previous sessions being wrongly marked as unread and triggering "turn complete" notifications after starting a new conversation. diff --git a/.changeset/markdown-frontmatter-metadata.md b/.changeset/markdown-frontmatter-metadata.md deleted file mode 100644 index e5da933aadc..00000000000 --- a/.changeset/markdown-frontmatter-metadata.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: render Markdown frontmatter metadata as key-value cards and tag lists. diff --git a/.changeset/mcp-attachment-originals.md b/.changeset/mcp-attachment-originals.md deleted file mode 100644 index 218a4fa8e44..00000000000 --- a/.changeset/mcp-attachment-originals.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Preserve MCP attachments that cannot be delivered directly to the model. diff --git a/.changeset/mcp-server-deferred-config.md b/.changeset/mcp-server-deferred-config.md deleted file mode 100644 index 4001d65a0a0..00000000000 --- a/.changeset/mcp-server-deferred-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add a per-server `deferred` field to MCP server configuration: when the model supports dynamic tool loading (experimental `tool-select` flag), set `deferred: true` to keep a server's tools out of the top-level tool list and load them on demand via `select_tools`; servers are exposed inline by default. diff --git a/.changeset/panel-new-tab-menu-changes-entry.md b/.changeset/panel-new-tab-menu-changes-entry.md deleted file mode 100644 index 894988b770a..00000000000 --- a/.changeset/panel-new-tab-menu-changes-entry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: drop the Changes entry from the panel new-tab menu while a diff tab is open. diff --git a/.changeset/pause-goal-clock-on-close.md b/.changeset/pause-goal-clock-on-close.md deleted file mode 100644 index a687aab79b1..00000000000 --- a/.changeset/pause-goal-clock-on-close.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Exclude time spent with the session closed from goal time budgets. diff --git a/.changeset/permission-mode-reminder-env.md b/.changeset/permission-mode-reminder-env.md deleted file mode 100644 index 73d5c3c462b..00000000000 --- a/.changeset/permission-mode-reminder-env.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add the `KIMI_CODE_PERMISSION_MODE_REMINDER` environment variable: set it to `0` to stop injecting the auto permission-mode reminders into the model context. diff --git a/.changeset/rc-local-ui-token.md b/.changeset/rc-local-ui-token.md deleted file mode 100644 index 4730554447e..00000000000 --- a/.changeset/rc-local-ui-token.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Include the server token in the Remote Control Local UI link so it opens already signed in. diff --git a/.changeset/rc-tunnel-base64-linear-check.md b/.changeset/rc-tunnel-base64-linear-check.md deleted file mode 100644 index c5f1cc79fce..00000000000 --- a/.changeset/rc-tunnel-base64-linear-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix Remote Control uploads larger than ~3.5MB always failing with a 400 error. diff --git a/.changeset/rc-tunnel-cache.md b/.changeset/rc-tunnel-cache.md deleted file mode 100644 index 737b2821ecd..00000000000 --- a/.changeset/rc-tunnel-cache.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Reuse unchanged Remote Control assets across page loads instead of retransferring them. diff --git a/.changeset/remove-goal-time-cap.md b/.changeset/remove-goal-time-cap.md deleted file mode 100644 index 57920efbf9b..00000000000 --- a/.changeset/remove-goal-time-cap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Remove the 24-hour limit on goal time budgets. diff --git a/.changeset/rm-rf-temp-paths.md b/.changeset/rm-rf-temp-paths.md deleted file mode 100644 index 9ed41bef33d..00000000000 --- a/.changeset/rm-rf-temp-paths.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Skip the confirmation prompt for rm -rf commands that target only /tmp or /temp paths. diff --git a/.changeset/select-tools-profile-activation.md b/.changeset/select-tools-profile-activation.md deleted file mode 100644 index a4c8d4430ef..00000000000 --- a/.changeset/select-tools-profile-activation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the select_tools tool never being registered because agent profiles do not list it in their tool allowlists. diff --git a/.changeset/settings-page-restructure.md b/.changeset/settings-page-restructure.md deleted file mode 100644 index 830f33a6d63..00000000000 --- a/.changeset/settings-page-restructure.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: restructure the Settings pages — Account moves right after General, Agent is renamed to Agents & Sessions and now includes message folding, Advanced is renamed to About, and data & privacy settings move into General. diff --git a/.changeset/steady-segmented-selection.md b/.changeset/steady-segmented-selection.md deleted file mode 100644 index 89bcf61982f..00000000000 --- a/.changeset/steady-segmented-selection.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix the selected segment background flashing and shifting while the Settings segmented control loads. diff --git a/.changeset/steer-background-waits.md b/.changeset/steer-background-waits.md deleted file mode 100644 index a72f764f97a..00000000000 --- a/.changeset/steer-background-waits.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Allow steering messages to interrupt waits for background tasks. diff --git a/.changeset/switch-capsule-hover.md b/.changeset/switch-capsule-hover.md deleted file mode 100644 index f4d34e60b77..00000000000 --- a/.changeset/switch-capsule-hover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix the switch thumb deforming at both ends when stretched on hover. diff --git a/.changeset/tooltip-unintended-popup.md b/.changeset/tooltip-unintended-popup.md deleted file mode 100644 index eca00e5ca42..00000000000 --- a/.changeset/tooltip-unintended-popup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: fix tooltips popping up even when the mouse has not moved. diff --git a/.changeset/tower-resume-wake-teardown.md b/.changeset/tower-resume-wake-teardown.md deleted file mode 100644 index 756532dbc6a..00000000000 --- a/.changeset/tower-resume-wake-teardown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Tower mode reliability fixes across messaging, worktrees, and the review-to-merge gate. diff --git a/.changeset/tunnel-response-gzip.md b/.changeset/tunnel-response-gzip.md deleted file mode 100644 index 593c163d637..00000000000 --- a/.changeset/tunnel-response-gzip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Compress Remote Control tunnel responses with gzip. diff --git a/.changeset/update-yes-flag.md b/.changeset/update-yes-flag.md deleted file mode 100644 index 0567b158387..00000000000 --- a/.changeset/update-yes-flag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add `-y, --yes` to `kimi upgrade` (alias `kimi update`) to skip the confirmation prompt and install the update directly. diff --git a/.changeset/warn-malformed-models-entry.md b/.changeset/warn-malformed-models-entry.md deleted file mode 100644 index 0b74fb051cd..00000000000 --- a/.changeset/warn-malformed-models-entry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Warn at startup when a [models] entry in config.toml is missing the model field and cannot be used. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index d9820860722..3e296e01db2 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,75 @@ # @moonshot-ai/kimi-code +## 0.43.0 + +### Minor Changes + +- [#3749](https://github.com/MoonshotAI/kimi-code/pull/3749) [`6126472`](https://github.com/MoonshotAI/kimi-code/commit/6126472c7af421070f09c470c5750455dd277657) Thanks [@liruifengv](https://github.com/liruifengv)! - web: AI session titles are now always on — a title is generated after the first turn and can be regenerated from the rename field, with no experimental flag required. + +- [#3670](https://github.com/MoonshotAI/kimi-code/pull/3670) [`a9efbe0`](https://github.com/MoonshotAI/kimi-code/commit/a9efbe053f966104d4b51090118da5135c084e22) Thanks [@Grapedge](https://github.com/Grapedge)! - Delete sessions from the session picker: press Ctrl+X on a session, then y to confirm. + +### Patch Changes + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: add user agreement and privacy policy entries to the Settings → About page. + +- [#3750](https://github.com/MoonshotAI/kimi-code/pull/3750) [`775a6c3`](https://github.com/MoonshotAI/kimi-code/commit/775a6c35de40e6dd8cc399cc848f95818733ee7c) Thanks [@7Sageer](https://github.com/7Sageer)! - Add the `loop_control.compaction_max_attempts` config option to set the maximum total attempts for a failing compaction request (default 5). + +- [#3667](https://github.com/MoonshotAI/kimi-code/pull/3667) [`9296e68`](https://github.com/MoonshotAI/kimi-code/commit/9296e6877032328fcd9cf1d145f9286bec140897) Thanks [@sailist](https://github.com/sailist)! - Add the dynamically_loaded_tools capability to official Kimi Code models when the service declares support for message-level tool declarations. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix sessions containing many brackets or backslashes getting stuck while loading. + +- [#3734](https://github.com/MoonshotAI/kimi-code/pull/3734) [`ee2cac1`](https://github.com/MoonshotAI/kimi-code/commit/ee2cac102b835fcd7adb3d4b9bc3d62b0b71cdfd) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Fix a crash that killed the process when a retried LLM request had streamed a partial tool call before disconnecting. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix persistent UI stuttering while streaming in long sessions. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix certain formulas, links, tool results, and log contents causing the UI to stutter or become unresponsive. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix the send button staying disabled when starting a new session. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix previous sessions being wrongly marked as unread and triggering "turn complete" notifications after starting a new conversation. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: render Markdown frontmatter metadata as key-value cards and tag lists. + +- [#3688](https://github.com/MoonshotAI/kimi-code/pull/3688) [`9f7e68e`](https://github.com/MoonshotAI/kimi-code/commit/9f7e68e8bdb70d3e5cde5a924740e357ede2fc40) Thanks [@RealKai42](https://github.com/RealKai42)! - Preserve MCP attachments that cannot be delivered directly to the model. + +- [#3667](https://github.com/MoonshotAI/kimi-code/pull/3667) [`9296e68`](https://github.com/MoonshotAI/kimi-code/commit/9296e6877032328fcd9cf1d145f9286bec140897) Thanks [@sailist](https://github.com/sailist)! - Add a per-server `deferred` field to MCP server configuration: when the model supports dynamic tool loading (experimental `tool-select` flag), set `deferred: true` to keep a server's tools out of the top-level tool list and load them on demand via `select_tools`; servers are exposed inline by default. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: drop the Changes entry from the panel new-tab menu while a diff tab is open. + +- [#3657](https://github.com/MoonshotAI/kimi-code/pull/3657) [`5b3b5b6`](https://github.com/MoonshotAI/kimi-code/commit/5b3b5b6f7cfa4e9cca2a394632d52f8748dc8190) Thanks [@chengluyu](https://github.com/chengluyu)! - Exclude time spent with the session closed from goal time budgets. + +- [#3728](https://github.com/MoonshotAI/kimi-code/pull/3728) [`b180725`](https://github.com/MoonshotAI/kimi-code/commit/b1807253c34e12b0ecf60c9b4da3890d0c80ce72) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Add the `KIMI_CODE_PERMISSION_MODE_REMINDER` environment variable: set it to `0` to stop injecting the auto permission-mode reminders into the model context. + +- [#3696](https://github.com/MoonshotAI/kimi-code/pull/3696) [`d3dc594`](https://github.com/MoonshotAI/kimi-code/commit/d3dc5945548d3353a5e6cfc457a3a8cf84d7da71) Thanks [@sailist](https://github.com/sailist)! - Include the server token in the Remote Control Local UI link so it opens already signed in. + +- [#3709](https://github.com/MoonshotAI/kimi-code/pull/3709) [`306f6f6`](https://github.com/MoonshotAI/kimi-code/commit/306f6f69251d65fda434463433c0761758eacb16) Thanks [@sailist](https://github.com/sailist)! - Fix Remote Control uploads larger than ~3.5MB always failing with a 400 error. + +- [#3718](https://github.com/MoonshotAI/kimi-code/pull/3718) [`ab9e688`](https://github.com/MoonshotAI/kimi-code/commit/ab9e688cd0c753bd3cea3406a9e9194c73ab2239) Thanks [@sailist](https://github.com/sailist)! - Reuse unchanged Remote Control assets across page loads instead of retransferring them. + +- [#3657](https://github.com/MoonshotAI/kimi-code/pull/3657) [`5b3b5b6`](https://github.com/MoonshotAI/kimi-code/commit/5b3b5b6f7cfa4e9cca2a394632d52f8748dc8190) Thanks [@chengluyu](https://github.com/chengluyu)! - Remove the 24-hour limit on goal time budgets. + +- [#3714](https://github.com/MoonshotAI/kimi-code/pull/3714) [`565093f`](https://github.com/MoonshotAI/kimi-code/commit/565093f727eee07e2aa05f43859fa12b9e977989) Thanks [@sailist](https://github.com/sailist)! - Skip the confirmation prompt for rm -rf commands that target only /tmp or /temp paths. + +- [#3667](https://github.com/MoonshotAI/kimi-code/pull/3667) [`9296e68`](https://github.com/MoonshotAI/kimi-code/commit/9296e6877032328fcd9cf1d145f9286bec140897) Thanks [@sailist](https://github.com/sailist)! - Fix the select_tools tool never being registered because agent profiles do not list it in their tool allowlists. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: restructure the Settings pages — Account moves right after General, Agent is renamed to Agents & Sessions and now includes message folding, Advanced is renamed to About, and data & privacy settings move into General. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix the selected segment background flashing and shifting while the Settings segmented control loads. + +- [#3697](https://github.com/MoonshotAI/kimi-code/pull/3697) [`5e452fc`](https://github.com/MoonshotAI/kimi-code/commit/5e452fc2ddf5a0d9feedfbf3c7cdde4246fc44b6) Thanks [@RealKai42](https://github.com/RealKai42)! - Allow steering messages to interrupt waits for background tasks. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix the switch thumb deforming at both ends when stretched on hover. + +- [#3763](https://github.com/MoonshotAI/kimi-code/pull/3763) [`dd6a411`](https://github.com/MoonshotAI/kimi-code/commit/dd6a4116ddfcc56cb3d37b0c1d526d64cb36086b) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix tooltips popping up even when the mouse has not moved. + +- [#3648](https://github.com/MoonshotAI/kimi-code/pull/3648) [`2da4aa2`](https://github.com/MoonshotAI/kimi-code/commit/2da4aa23b0d484312cc068b2d4b2a62e694a2bfe) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - Tower mode reliability fixes across messaging, worktrees, and the review-to-merge gate. + +- [#3707](https://github.com/MoonshotAI/kimi-code/pull/3707) [`e409bc8`](https://github.com/MoonshotAI/kimi-code/commit/e409bc8ba582c9f390146eca08812d22790c81f8) Thanks [@sailist](https://github.com/sailist)! - Compress Remote Control tunnel responses with gzip. + +- [#3702](https://github.com/MoonshotAI/kimi-code/pull/3702) [`42998cf`](https://github.com/MoonshotAI/kimi-code/commit/42998cfc13cb03914256587f0b702ec95e2d156c) Thanks [@sailist](https://github.com/sailist)! - Add `-y, --yes` to `kimi upgrade` (alias `kimi update`) to skip the confirmation prompt and install the update directly. + +- [#3681](https://github.com/MoonshotAI/kimi-code/pull/3681) [`1306a9a`](https://github.com/MoonshotAI/kimi-code/commit/1306a9a8dbd5acd9532182c36edcabbc7e8de807) Thanks [@7Sageer](https://github.com/7Sageer)! - Warn at startup when a [models] entry in config.toml is missing the model field and cannot be used. + ## 0.42.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index a2d86dc85dd..3548d514879 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.42.0", + "version": "0.43.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",