diff --git a/.changeset/acp-sdk-and-cli-fixes.md b/.changeset/acp-sdk-and-cli-fixes.md deleted file mode 100644 index 1b1c89908..000000000 --- a/.changeset/acp-sdk-and-cli-fixes.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@moonshot-ai/acp-adapter": patch -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code-sdk": patch -"@moonshot-ai/kimi-code": patch ---- - -Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging. diff --git a/.changeset/detect-scoop-git-bash.md b/.changeset/detect-scoop-git-bash.md deleted file mode 100644 index 4b9234e76..000000000 --- a/.changeset/detect-scoop-git-bash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kaos": patch -"@moonshot-ai/kimi-code": patch ---- - -Detect Git Bash installed through Scoop and other Git shims on Windows. diff --git a/.changeset/fd-file-mentions.md b/.changeset/fd-file-mentions.md deleted file mode 100644 index d162d9201..000000000 --- a/.changeset/fd-file-mentions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Rework file reference completion in the TUI. diff --git a/.changeset/fix-approval-long-command-wrap.md b/.changeset/fix-approval-long-command-wrap.md deleted file mode 100644 index 79025b6a1..000000000 --- a/.changeset/fix-approval-long-command-wrap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Wrap long single-line shell commands in approval prompts so the full command remains visible. diff --git a/.changeset/fix-mcp-status-multiline-error.md b/.changeset/fix-mcp-status-multiline-error.md deleted file mode 100644 index f76e81ed7..000000000 --- a/.changeset/fix-mcp-status-multiline-error.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the `/mcp` status panel border being broken by multi-line MCP server errors, which are now folded onto a single row. diff --git a/.changeset/fix-windows-session-workdir-separators.md b/.changeset/fix-windows-session-workdir-separators.md deleted file mode 100644 index 98480b509..000000000 --- a/.changeset/fix-windows-session-workdir-separators.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix session workdir mismatch on Windows caused by inconsistent path separators. diff --git a/.changeset/follow-kimi-home-resources.md b/.changeset/follow-kimi-home-resources.md deleted file mode 100644 index 0189791bf..000000000 --- a/.changeset/follow-kimi-home-resources.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Load Kimi-specific user Skills and global agent instructions from `KIMI_CODE_HOME` when it is set. diff --git a/.changeset/full-plan-card.md b/.changeset/full-plan-card.md deleted file mode 100644 index ed8a5cb01..000000000 --- a/.changeset/full-plan-card.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show full plan cards directly and remove the Plan card keyboard shortcut. diff --git a/.changeset/homebrew-update-detection.md b/.changeset/homebrew-update-detection.md deleted file mode 100644 index b9c8d6c8f..000000000 --- a/.changeset/homebrew-update-detection.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Detect Homebrew installations and use `brew upgrade kimi-code` for updates instead of falling back to npm. diff --git a/.changeset/http-proxy-support.md b/.changeset/http-proxy-support.md deleted file mode 100644 index 698f6a584..000000000 --- a/.changeset/http-proxy-support.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonshot-ai/agent-core": minor -"@moonshot-ai/kimi-code-sdk": minor -"@moonshot-ai/kimi-code": minor ---- - -Honor the standard `HTTP_PROXY` / `HTTPS_PROXY` / `ALL_PROXY` / `NO_PROXY` environment variables, including SOCKS proxies, for all outbound traffic. diff --git a/.changeset/remove-compaction-turn-limit.md b/.changeset/remove-compaction-turn-limit.md deleted file mode 100644 index eda427900..000000000 --- a/.changeset/remove-compaction-turn-limit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Remove the per-turn auto-compaction limit so long conversations can keep compacting instead of failing early. diff --git a/.changeset/session-picker-exit-shortcuts.md b/.changeset/session-picker-exit-shortcuts.md deleted file mode 100644 index 87fdc855e..000000000 --- a/.changeset/session-picker-exit-shortcuts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Allow the startup session picker to exit with repeated Ctrl-C or Ctrl-D. diff --git a/.changeset/show-migration-failure-reason.md b/.changeset/show-migration-failure-reason.md deleted file mode 100644 index 2a09c1b56..000000000 --- a/.changeset/show-migration-failure-reason.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show the underlying error when migration fails. diff --git a/.changeset/subagent-tool-output-preview.md b/.changeset/subagent-tool-output-preview.md deleted file mode 100644 index 00212923a..000000000 --- a/.changeset/subagent-tool-output-preview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix thinking text and tool output display for subagents. diff --git a/.changeset/template-agent-swarm.md b/.changeset/template-agent-swarm.md deleted file mode 100644 index 6896ebdcb..000000000 --- a/.changeset/template-agent-swarm.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@moonshot-ai/agent-core": minor -"@moonshot-ai/kosong": minor -"@moonshot-ai/kimi-code-sdk": minor -"@moonshot-ai/kimi-code": minor ---- - -Add swarm agent runs with SDK/TUI controls, live progress, and rate-limit-aware retries. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 6d6587b35..f47c1e189 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,41 @@ # @moonshot-ai/kimi-code +## 0.12.0 + +### Minor Changes + +- [#531](https://github.com/MoonshotAI/kimi-code/pull/531) [`b47734c`](https://github.com/MoonshotAI/kimi-code/commit/b47734ca0bac84e0b2c4ff50cd3d5eedb9e0c7c1) - Detect Homebrew installations and use `brew upgrade kimi-code` for updates instead of falling back to npm. + +- [#487](https://github.com/MoonshotAI/kimi-code/pull/487) [`4d11394`](https://github.com/MoonshotAI/kimi-code/commit/4d113949c8e906c20c7188817926f44786653923) - Honor the standard `HTTP_PROXY` / `HTTPS_PROXY` / `ALL_PROXY` / `NO_PROXY` environment variables, including SOCKS proxies, for all outbound traffic. + +- [#424](https://github.com/MoonshotAI/kimi-code/pull/424) [`72c4b0a`](https://github.com/MoonshotAI/kimi-code/commit/72c4b0adaa6ae0466875cd8e4066c42456195f21) - Add swarm agent runs with SDK/TUI controls, live progress, and rate-limit-aware retries. + +### Patch Changes + +- [#395](https://github.com/MoonshotAI/kimi-code/pull/395) [`879a7ee`](https://github.com/MoonshotAI/kimi-code/commit/879a7eeb33a8bedf18779d74a00d78369dae3db5) - Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging. + +- [#529](https://github.com/MoonshotAI/kimi-code/pull/529) [`3b62b12`](https://github.com/MoonshotAI/kimi-code/commit/3b62b123e68cc4543bfa8fa376c7e8a24fee0afb) - Detect Git Bash installed through Scoop and other Git shims on Windows. + +- [#547](https://github.com/MoonshotAI/kimi-code/pull/547) [`3765a49`](https://github.com/MoonshotAI/kimi-code/commit/3765a491636a57c0f84ba409c325df10f7613a49) - Rework file reference completion in the TUI. + +- [#537](https://github.com/MoonshotAI/kimi-code/pull/537) [`8d0c91f`](https://github.com/MoonshotAI/kimi-code/commit/8d0c91faa1c878e395bffe9bafa89e10736c2384) - Wrap long single-line shell commands in approval prompts so the full command remains visible. + +- [#521](https://github.com/MoonshotAI/kimi-code/pull/521) [`9aba465`](https://github.com/MoonshotAI/kimi-code/commit/9aba465fd8689be998fa8581d04792b3c7c54359) - Fix the `/mcp` status panel border being broken by multi-line MCP server errors, which are now folded onto a single row. + +- [#543](https://github.com/MoonshotAI/kimi-code/pull/543) [`0c3d556`](https://github.com/MoonshotAI/kimi-code/commit/0c3d556778f969b3c99e69e07ecba27af8bd6c29) - Fix session workdir mismatch on Windows caused by inconsistent path separators. + +- [#544](https://github.com/MoonshotAI/kimi-code/pull/544) [`5cff6d6`](https://github.com/MoonshotAI/kimi-code/commit/5cff6d60273a6145ee38539b9c1306adddc66510) - Load Kimi-specific user Skills and global agent instructions from `KIMI_CODE_HOME` when it is set. + +- [#536](https://github.com/MoonshotAI/kimi-code/pull/536) [`b785e26`](https://github.com/MoonshotAI/kimi-code/commit/b785e2698a2da7adc9ef10251a2aed9b243e3b5f) - Show full plan cards directly and remove the Plan card keyboard shortcut. + +- [#506](https://github.com/MoonshotAI/kimi-code/pull/506) [`f09ec7b`](https://github.com/MoonshotAI/kimi-code/commit/f09ec7bbb59af42805a93df2993301dbd317ff2d) - Remove the per-turn auto-compaction limit so long conversations can keep compacting instead of failing early. + +- [#473](https://github.com/MoonshotAI/kimi-code/pull/473) [`3787c30`](https://github.com/MoonshotAI/kimi-code/commit/3787c3016a12af3434072da1cb6fd0c95821ea45) - Allow the startup session picker to exit with repeated Ctrl-C or Ctrl-D. + +- [#210](https://github.com/MoonshotAI/kimi-code/pull/210) [`d995928`](https://github.com/MoonshotAI/kimi-code/commit/d995928681fa2446902a0164919cf893b81efd75) - Show the underlying error when migration fails. + +- [#541](https://github.com/MoonshotAI/kimi-code/pull/541) [`2db1bd9`](https://github.com/MoonshotAI/kimi-code/commit/2db1bd9675ef3b6adf3833f05b7b6d87a137c6eb) - Fix thinking text and tool output display for subagents. + ## 0.11.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 4609c742c..50a3bfdad 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.11.0", + "version": "0.12.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI", diff --git a/packages/acp-adapter/CHANGELOG.md b/packages/acp-adapter/CHANGELOG.md index 03028460a..b8e501629 100644 --- a/packages/acp-adapter/CHANGELOG.md +++ b/packages/acp-adapter/CHANGELOG.md @@ -1,5 +1,16 @@ # @moonshot-ai/acp-adapter +## 0.2.3 + +### Patch Changes + +- [#395](https://github.com/MoonshotAI/kimi-code/pull/395) [`879a7ee`](https://github.com/MoonshotAI/kimi-code/commit/879a7eeb33a8bedf18779d74a00d78369dae3db5) - Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging. + +- Updated dependencies [[`879a7ee`](https://github.com/MoonshotAI/kimi-code/commit/879a7eeb33a8bedf18779d74a00d78369dae3db5), [`3b62b12`](https://github.com/MoonshotAI/kimi-code/commit/3b62b123e68cc4543bfa8fa376c7e8a24fee0afb), [`5cff6d6`](https://github.com/MoonshotAI/kimi-code/commit/5cff6d60273a6145ee38539b9c1306adddc66510), [`4d11394`](https://github.com/MoonshotAI/kimi-code/commit/4d113949c8e906c20c7188817926f44786653923), [`f09ec7b`](https://github.com/MoonshotAI/kimi-code/commit/f09ec7bbb59af42805a93df2993301dbd317ff2d), [`72c4b0a`](https://github.com/MoonshotAI/kimi-code/commit/72c4b0adaa6ae0466875cd8e4066c42456195f21)]: + - @moonshot-ai/agent-core@0.11.0 + - @moonshot-ai/kimi-code-sdk@0.9.0 + - @moonshot-ai/kaos@0.1.4 + ## 0.2.2 ### Patch Changes diff --git a/packages/acp-adapter/package.json b/packages/acp-adapter/package.json index ef73302b3..8a581e66f 100644 --- a/packages/acp-adapter/package.json +++ b/packages/acp-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/acp-adapter", - "version": "0.2.2", + "version": "0.2.3", "private": true, "description": "Agent Client Protocol adapter for kimi-code", "license": "MIT", diff --git a/packages/agent-core/CHANGELOG.md b/packages/agent-core/CHANGELOG.md index e44a167f5..2513b68ad 100644 --- a/packages/agent-core/CHANGELOG.md +++ b/packages/agent-core/CHANGELOG.md @@ -1,5 +1,25 @@ # @moonshot-ai/agent-core +## 0.11.0 + +### Minor Changes + +- [#487](https://github.com/MoonshotAI/kimi-code/pull/487) [`4d11394`](https://github.com/MoonshotAI/kimi-code/commit/4d113949c8e906c20c7188817926f44786653923) - Honor the standard `HTTP_PROXY` / `HTTPS_PROXY` / `ALL_PROXY` / `NO_PROXY` environment variables, including SOCKS proxies, for all outbound traffic. + +- [#424](https://github.com/MoonshotAI/kimi-code/pull/424) [`72c4b0a`](https://github.com/MoonshotAI/kimi-code/commit/72c4b0adaa6ae0466875cd8e4066c42456195f21) - Add swarm agent runs with SDK/TUI controls, live progress, and rate-limit-aware retries. + +### Patch Changes + +- [#395](https://github.com/MoonshotAI/kimi-code/pull/395) [`879a7ee`](https://github.com/MoonshotAI/kimi-code/commit/879a7eeb33a8bedf18779d74a00d78369dae3db5) - Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging. + +- [#544](https://github.com/MoonshotAI/kimi-code/pull/544) [`5cff6d6`](https://github.com/MoonshotAI/kimi-code/commit/5cff6d60273a6145ee38539b9c1306adddc66510) - Load Kimi-specific user Skills and global agent instructions from `KIMI_CODE_HOME` when it is set. + +- [#506](https://github.com/MoonshotAI/kimi-code/pull/506) [`f09ec7b`](https://github.com/MoonshotAI/kimi-code/commit/f09ec7bbb59af42805a93df2993301dbd317ff2d) - Remove the per-turn auto-compaction limit so long conversations can keep compacting instead of failing early. + +- Updated dependencies [[`3b62b12`](https://github.com/MoonshotAI/kimi-code/commit/3b62b123e68cc4543bfa8fa376c7e8a24fee0afb), [`72c4b0a`](https://github.com/MoonshotAI/kimi-code/commit/72c4b0adaa6ae0466875cd8e4066c42456195f21)]: + - @moonshot-ai/kaos@0.1.4 + - @moonshot-ai/kosong@0.4.0 + ## 0.10.0 ### Minor Changes diff --git a/packages/agent-core/package.json b/packages/agent-core/package.json index 16eeb44e5..80f96c813 100644 --- a/packages/agent-core/package.json +++ b/packages/agent-core/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/agent-core", - "version": "0.10.0", + "version": "0.11.0", "private": true, "description": "The unified agent engine for Kimi", "license": "MIT", diff --git a/packages/kaos/CHANGELOG.md b/packages/kaos/CHANGELOG.md index ec2b8b4ee..8f36dba95 100644 --- a/packages/kaos/CHANGELOG.md +++ b/packages/kaos/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/kaos +## 0.1.4 + +### Patch Changes + +- [#529](https://github.com/MoonshotAI/kimi-code/pull/529) [`3b62b12`](https://github.com/MoonshotAI/kimi-code/commit/3b62b123e68cc4543bfa8fa376c7e8a24fee0afb) - Detect Git Bash installed through Scoop and other Git shims on Windows. + ## 0.1.3 ### Patch Changes diff --git a/packages/kaos/package.json b/packages/kaos/package.json index 9f0a53369..fbe6a03a5 100644 --- a/packages/kaos/package.json +++ b/packages/kaos/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kaos", - "version": "0.1.3", + "version": "0.1.4", "private": true, "description": "Execution environment abstraction for AI agent applications", "license": "MIT", diff --git a/packages/kosong/CHANGELOG.md b/packages/kosong/CHANGELOG.md index 4e6c6221b..c552c5ca6 100644 --- a/packages/kosong/CHANGELOG.md +++ b/packages/kosong/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/kosong +## 0.4.0 + +### Minor Changes + +- [#424](https://github.com/MoonshotAI/kimi-code/pull/424) [`72c4b0a`](https://github.com/MoonshotAI/kimi-code/commit/72c4b0adaa6ae0466875cd8e4066c42456195f21) - Add swarm agent runs with SDK/TUI controls, live progress, and rate-limit-aware retries. + ## 0.3.4 ### Patch Changes diff --git a/packages/kosong/package.json b/packages/kosong/package.json index d63900cfa..f0ea334b8 100644 --- a/packages/kosong/package.json +++ b/packages/kosong/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kosong", - "version": "0.3.4", + "version": "0.4.0", "private": true, "description": "The LLM abstraction layer for modern AI agent applications", "license": "MIT", diff --git a/packages/migration-legacy/CHANGELOG.md b/packages/migration-legacy/CHANGELOG.md index 9f2f7cb61..5335d281e 100644 --- a/packages/migration-legacy/CHANGELOG.md +++ b/packages/migration-legacy/CHANGELOG.md @@ -1,5 +1,12 @@ # @moonshot-ai/migration-legacy +## 0.1.11 + +### Patch Changes + +- Updated dependencies [[`879a7ee`](https://github.com/MoonshotAI/kimi-code/commit/879a7eeb33a8bedf18779d74a00d78369dae3db5), [`5cff6d6`](https://github.com/MoonshotAI/kimi-code/commit/5cff6d60273a6145ee38539b9c1306adddc66510), [`4d11394`](https://github.com/MoonshotAI/kimi-code/commit/4d113949c8e906c20c7188817926f44786653923), [`f09ec7b`](https://github.com/MoonshotAI/kimi-code/commit/f09ec7bbb59af42805a93df2993301dbd317ff2d), [`72c4b0a`](https://github.com/MoonshotAI/kimi-code/commit/72c4b0adaa6ae0466875cd8e4066c42456195f21)]: + - @moonshot-ai/agent-core@0.11.0 + ## 0.1.10 ### Patch Changes diff --git a/packages/migration-legacy/package.json b/packages/migration-legacy/package.json index fad96b7d5..9321a0ee1 100644 --- a/packages/migration-legacy/package.json +++ b/packages/migration-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/migration-legacy", - "version": "0.1.10", + "version": "0.1.11", "description": "Migrate kimi-cli (~/.kimi/) data into kimi-code (~/.kimi-code/).", "license": "MIT", "type": "module", diff --git a/packages/node-sdk/CHANGELOG.md b/packages/node-sdk/CHANGELOG.md index 59d4f655b..cb6bd9e69 100644 --- a/packages/node-sdk/CHANGELOG.md +++ b/packages/node-sdk/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonshot-ai/kimi-code-sdk +## 0.9.0 + +### Minor Changes + +- [#487](https://github.com/MoonshotAI/kimi-code/pull/487) [`4d11394`](https://github.com/MoonshotAI/kimi-code/commit/4d113949c8e906c20c7188817926f44786653923) - Honor the standard `HTTP_PROXY` / `HTTPS_PROXY` / `ALL_PROXY` / `NO_PROXY` environment variables, including SOCKS proxies, for all outbound traffic. + +- [#424](https://github.com/MoonshotAI/kimi-code/pull/424) [`72c4b0a`](https://github.com/MoonshotAI/kimi-code/commit/72c4b0adaa6ae0466875cd8e4066c42456195f21) - Add swarm agent runs with SDK/TUI controls, live progress, and rate-limit-aware retries. + +### Patch Changes + +- [#395](https://github.com/MoonshotAI/kimi-code/pull/395) [`879a7ee`](https://github.com/MoonshotAI/kimi-code/commit/879a7eeb33a8bedf18779d74a00d78369dae3db5) - Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging. + ## 0.8.0 ### Minor Changes diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index 02656c016..80ce68f87 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.8.0", + "version": "0.9.0", "private": true, "description": "TypeScript SDK for the Kimi Code Agent", "license": "MIT",