diff --git a/.changeset/add-update-alias.md b/.changeset/add-update-alias.md deleted file mode 100644 index 267c556ed..000000000 --- a/.changeset/add-update-alias.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add an `update` alias for the `kimi upgrade` command. Run `kimi update` to upgrade to the latest version. diff --git a/.changeset/collapsed-todo-status-breakdown.md b/.changeset/collapsed-todo-status-breakdown.md deleted file mode 100644 index 449eeeebc..000000000 --- a/.changeset/collapsed-todo-status-breakdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show the done / in progress / pending breakdown of hidden todos in the collapsed todo panel. diff --git a/.changeset/dynamic-completion-budget.md b/.changeset/dynamic-completion-budget.md deleted file mode 100644 index 70e833f8d..000000000 --- a/.changeset/dynamic-completion-budget.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonshot-ai/kosong": minor -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Cap completion tokens to the remaining context window for chat-completions providers, avoiding context-overflow and invalid max_tokens errors. diff --git a/.changeset/feedback-attachments.md b/.changeset/feedback-attachments.md deleted file mode 100644 index 296ab04a8..000000000 --- a/.changeset/feedback-attachments.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch -"@moonshot-ai/kimi-code-sdk": patch ---- - -Add optional feedback attachments for diagnostic logs and codebase context. diff --git a/.changeset/fix-windows-token-permission.md b/.changeset/fix-windows-token-permission.md deleted file mode 100644 index cda5f007f..000000000 --- a/.changeset/fix-windows-token-permission.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/server": patch -"@moonshot-ai/kimi-code": patch ---- - -Fix the local server failing to start on Windows after the first run because the persistent token file's synthesized mode was rejected as too permissive. diff --git a/.changeset/harden-system-prompt-and-tool-descriptions.md b/.changeset/harden-system-prompt-and-tool-descriptions.md deleted file mode 100644 index f3691e3a3..000000000 --- a/.changeset/harden-system-prompt-and-tool-descriptions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Harden the default system prompt and built-in tool descriptions: stop the agent from blocking on background tasks it should let run, keep its guidance matched to the tools each profile actually provides, and surface tool-result details (fetched-page mode, Grep match totals) it previously missed. diff --git a/.changeset/plugin-hooks.md b/.changeset/plugin-hooks.md deleted file mode 100644 index eb6e9d9b7..000000000 --- a/.changeset/plugin-hooks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Plugins can now declare hooks in their manifest to run scripts on lifecycle events. diff --git a/.changeset/server-allowed-host-flag.md b/.changeset/server-allowed-host-flag.md deleted file mode 100644 index 5e58fa48e..000000000 --- a/.changeset/server-allowed-host-flag.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch -"@moonshot-ai/server": patch ---- - -Add a --allowed-host flag to kimi server run that lets extra Host header values pass the DNS-rebinding check, and include allow guidance in the 403 error message. Pass --allowed-host to allow an extra host. diff --git a/.changeset/tui-render-cache.md b/.changeset/tui-render-cache.md deleted file mode 100644 index e86acd671..000000000 --- a/.changeset/tui-render-cache.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Keep the terminal responsive in long conversations by caching rendered message lines. diff --git a/.changeset/tui-transcript-window.md b/.changeset/tui-transcript-window.md deleted file mode 100644 index 12def5c55..000000000 --- a/.changeset/tui-transcript-window.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Keep long sessions responsive by retaining only recent turns in the transcript and collapsing older steps within each turn. diff --git a/.changeset/web-composer-auto-grow-expand.md b/.changeset/web-composer-auto-grow-expand.md deleted file mode 100644 index 05df5277b..000000000 --- a/.changeset/web-composer-auto-grow-expand.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Make the web chat input grow with its content and add an expandable editor for longer messages. diff --git a/.changeset/web-slash-token.md b/.changeset/web-slash-token.md deleted file mode 100644 index 55486fe2a..000000000 --- a/.changeset/web-slash-token.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the /web slash command not carrying the server token, so the opened web UI signs in automatically and the token is shown before the terminal exits. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 10c86ade6..35517e06d 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,33 @@ # @moonshot-ai/kimi-code +## 0.20.1 + +### Patch Changes + +- [#1125](https://github.com/MoonshotAI/kimi-code/pull/1125) [`e9a3b7c`](https://github.com/MoonshotAI/kimi-code/commit/e9a3b7c83a623c7323da509ba885567c465093fc) - Add an `update` alias for the `kimi upgrade` command. Run `kimi update` to upgrade to the latest version. + +- [#1122](https://github.com/MoonshotAI/kimi-code/pull/1122) [`820d77a`](https://github.com/MoonshotAI/kimi-code/commit/820d77ab4cfad7752358a4692fd3d7def49f005d) - Show the done / in progress / pending breakdown of hidden todos in the collapsed todo panel. + +- [#1131](https://github.com/MoonshotAI/kimi-code/pull/1131) [`76c643b`](https://github.com/MoonshotAI/kimi-code/commit/76c643bcb6da447c8c47728b4f58512a7a11cfa6) - Cap completion tokens to the remaining context window for chat-completions providers, avoiding context-overflow and invalid max_tokens errors. + +- [#1120](https://github.com/MoonshotAI/kimi-code/pull/1120) [`e736349`](https://github.com/MoonshotAI/kimi-code/commit/e736349a7c8ff55b73e05cc0192dfaf0114745fa) - Add optional feedback attachments for diagnostic logs and codebase context. + +- [#1135](https://github.com/MoonshotAI/kimi-code/pull/1135) [`bf51fb7`](https://github.com/MoonshotAI/kimi-code/commit/bf51fb7a105b2f34a59ed4e83d2588e790cfb086) - Fix the local server failing to start on Windows after the first run because the persistent token file's synthesized mode was rejected as too permissive. + +- [#1102](https://github.com/MoonshotAI/kimi-code/pull/1102) [`9c97161`](https://github.com/MoonshotAI/kimi-code/commit/9c9716125e104b217540d0591229d03c6d676ead) - Harden the default system prompt and built-in tool descriptions: stop the agent from blocking on background tasks it should let run, keep its guidance matched to the tools each profile actually provides, and surface tool-result details (fetched-page mode, Grep match totals) it previously missed. + +- [#1127](https://github.com/MoonshotAI/kimi-code/pull/1127) [`184acf5`](https://github.com/MoonshotAI/kimi-code/commit/184acf5db521a964a8af9dfdb1502121a9be76dc) - Plugins can now declare hooks in their manifest to run scripts on lifecycle events. + +- [#1128](https://github.com/MoonshotAI/kimi-code/pull/1128) [`0886bff`](https://github.com/MoonshotAI/kimi-code/commit/0886bff2bcd3aed954990c948201d84787c0f3f3) - Add a --allowed-host flag to kimi server run that lets extra Host header values pass the DNS-rebinding check, and include allow guidance in the 403 error message. Pass --allowed-host to allow an extra host. + +- [#1119](https://github.com/MoonshotAI/kimi-code/pull/1119) [`b0b2aee`](https://github.com/MoonshotAI/kimi-code/commit/b0b2aee8c5a496c2b679fc9dbbc05e3d1934d5d9) - Keep the terminal responsive in long conversations by caching rendered message lines. + +- [#1119](https://github.com/MoonshotAI/kimi-code/pull/1119) [`b0b2aee`](https://github.com/MoonshotAI/kimi-code/commit/b0b2aee8c5a496c2b679fc9dbbc05e3d1934d5d9) - Keep long sessions responsive by retaining only recent turns in the transcript and collapsing older steps within each turn. + +- [#1121](https://github.com/MoonshotAI/kimi-code/pull/1121) [`81ba48f`](https://github.com/MoonshotAI/kimi-code/commit/81ba48f45534e133947c4e5e78907c2ad0db0b90) - Make the web chat input grow with its content and add an expandable editor for longer messages. + +- [#1133](https://github.com/MoonshotAI/kimi-code/pull/1133) [`f1c8175`](https://github.com/MoonshotAI/kimi-code/commit/f1c8175f9c5766f6a928fd07fb680e3159c564b0) - Fix the /web slash command not carrying the server token, so the opened web UI signs in automatically and the token is shown before the terminal exits. + ## 0.20.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 60aa0893b..2d4fa92fe 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.20.0", + "version": "0.20.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI", diff --git a/packages/agent-core/CHANGELOG.md b/packages/agent-core/CHANGELOG.md index f9f9c2198..1fdb24f04 100644 --- a/packages/agent-core/CHANGELOG.md +++ b/packages/agent-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @moonshot-ai/agent-core +## 0.14.1 + +### Patch Changes + +- [#1131](https://github.com/MoonshotAI/kimi-code/pull/1131) [`76c643b`](https://github.com/MoonshotAI/kimi-code/commit/76c643bcb6da447c8c47728b4f58512a7a11cfa6) - Cap completion tokens to the remaining context window for chat-completions providers, avoiding context-overflow and invalid max_tokens errors. + +- Updated dependencies [[`76c643b`](https://github.com/MoonshotAI/kimi-code/commit/76c643bcb6da447c8c47728b4f58512a7a11cfa6)]: + - @moonshot-ai/kosong@0.5.0 + ## 0.14.0 ### Minor Changes diff --git a/packages/agent-core/package.json b/packages/agent-core/package.json index 8d3871282..2b8d30ec0 100644 --- a/packages/agent-core/package.json +++ b/packages/agent-core/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/agent-core", - "version": "0.14.0", + "version": "0.14.1", "private": true, "description": "The unified agent engine for Kimi", "license": "MIT", diff --git a/packages/kosong/CHANGELOG.md b/packages/kosong/CHANGELOG.md index a4f88eee5..43ba87753 100644 --- a/packages/kosong/CHANGELOG.md +++ b/packages/kosong/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/kosong +## 0.5.0 + +### Minor Changes + +- [#1131](https://github.com/MoonshotAI/kimi-code/pull/1131) [`76c643b`](https://github.com/MoonshotAI/kimi-code/commit/76c643bcb6da447c8c47728b4f58512a7a11cfa6) - Cap completion tokens to the remaining context window for chat-completions providers, avoiding context-overflow and invalid max_tokens errors. + ## 0.4.6 ### Patch Changes diff --git a/packages/kosong/package.json b/packages/kosong/package.json index 0a8bc629d..a6221824b 100644 --- a/packages/kosong/package.json +++ b/packages/kosong/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kosong", - "version": "0.4.6", + "version": "0.5.0", "private": true, "description": "The LLM abstraction layer for modern AI agent applications", "license": "MIT", diff --git a/packages/node-sdk/CHANGELOG.md b/packages/node-sdk/CHANGELOG.md index bc969e903..549589972 100644 --- a/packages/node-sdk/CHANGELOG.md +++ b/packages/node-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/kimi-code-sdk +## 0.10.1 + +### Patch Changes + +- [#1120](https://github.com/MoonshotAI/kimi-code/pull/1120) [`e736349`](https://github.com/MoonshotAI/kimi-code/commit/e736349a7c8ff55b73e05cc0192dfaf0114745fa) - Add optional feedback attachments for diagnostic logs and codebase context. + ## 0.10.0 ### Minor Changes diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index 52331a187..8c428ecb6 100644 --- a/packages/node-sdk/package.json +++ b/packages/node-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code-sdk", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "TypeScript SDK for the Kimi Code Agent", "license": "MIT", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 80656a0ff..25f308267 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,16 @@ # @moonshot-ai/server +## 0.2.2 + +### Patch Changes + +- [#1135](https://github.com/MoonshotAI/kimi-code/pull/1135) [`bf51fb7`](https://github.com/MoonshotAI/kimi-code/commit/bf51fb7a105b2f34a59ed4e83d2588e790cfb086) - Fix the local server failing to start on Windows after the first run because the persistent token file's synthesized mode was rejected as too permissive. + +- [#1128](https://github.com/MoonshotAI/kimi-code/pull/1128) [`0886bff`](https://github.com/MoonshotAI/kimi-code/commit/0886bff2bcd3aed954990c948201d84787c0f3f3) - Add a --allowed-host flag to kimi server run that lets extra Host header values pass the DNS-rebinding check, and include allow guidance in the 403 error message. Pass --allowed-host to allow an extra host. + +- Updated dependencies [[`76c643b`](https://github.com/MoonshotAI/kimi-code/commit/76c643bcb6da447c8c47728b4f58512a7a11cfa6)]: + - @moonshot-ai/agent-core@0.14.1 + ## 0.2.1 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index cf18e628b..dd65cc98a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/server", - "version": "0.2.1", + "version": "0.2.2", "private": true, "description": "Local REST + WebSocket server exposing kimi-code SDK over a stable wire protocol.", "license": "MIT",