From f6ee44e42641498f26635eec2e6799d13372885c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 11:45:35 +0800 Subject: [PATCH] ci: release packages (#2710) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/background-agent-activity-view.md | 5 -- .changeset/calm-mcp-auth-probe.md | 6 --- .changeset/chat-turn-stable-identity.md | 5 -- .../compaction-token-full-request-basis.md | 5 -- .changeset/fix-multi-select-other-deselect.md | 5 -- .changeset/fix-tui-startup-freeze.md | 5 -- .changeset/fix-windows-missing-git-bash.md | 5 -- .../git-status-resolved-command-path.md | 5 -- .changeset/icon-button-tooltips.md | 5 -- .changeset/image-preview-margin.md | 5 -- .../isolate-session-profile-catalogs.md | 5 -- .changeset/media-preview-style-align.md | 5 -- .changeset/quiet-mcp-auth-status.md | 5 -- .changeset/sdk-list-sessions-page.md | 5 -- .changeset/session-picker-pagination.md | 5 -- .changeset/sidebar-min-width.md | 5 -- .changeset/steer-goal-turn-boundary.md | 5 -- .changeset/tool-media-lightbox.md | 5 -- .changeset/tooltip-bubble-lazy-mount.md | 5 -- .changeset/tui-retry-progress.md | 5 -- .changeset/turnfold-unmount-collapsed.md | 5 -- .changeset/v2-profile-drop-agent-tools.md | 5 -- .../windows-bare-command-binary-planting.md | 5 -- .changeset/ws-heartbeat-keepalive.md | 5 -- apps/kimi-code/CHANGELOG.md | 50 +++++++++++++++++++ apps/kimi-code/package.json | 2 +- apps/vscode/CHANGELOG.md | 7 +++ apps/vscode/package.json | 2 +- packages/acp-adapter/CHANGELOG.md | 7 +++ packages/acp-adapter/package.json | 2 +- packages/node-sdk/CHANGELOG.md | 12 +++++ packages/node-sdk/package.json | 2 +- 32 files changed, 80 insertions(+), 125 deletions(-) delete mode 100644 .changeset/background-agent-activity-view.md delete mode 100644 .changeset/calm-mcp-auth-probe.md delete mode 100644 .changeset/chat-turn-stable-identity.md delete mode 100644 .changeset/compaction-token-full-request-basis.md delete mode 100644 .changeset/fix-multi-select-other-deselect.md delete mode 100644 .changeset/fix-tui-startup-freeze.md delete mode 100644 .changeset/fix-windows-missing-git-bash.md delete mode 100644 .changeset/git-status-resolved-command-path.md delete mode 100644 .changeset/icon-button-tooltips.md delete mode 100644 .changeset/image-preview-margin.md delete mode 100644 .changeset/isolate-session-profile-catalogs.md delete mode 100644 .changeset/media-preview-style-align.md delete mode 100644 .changeset/quiet-mcp-auth-status.md delete mode 100644 .changeset/sdk-list-sessions-page.md delete mode 100644 .changeset/session-picker-pagination.md delete mode 100644 .changeset/sidebar-min-width.md delete mode 100644 .changeset/steer-goal-turn-boundary.md delete mode 100644 .changeset/tool-media-lightbox.md delete mode 100644 .changeset/tooltip-bubble-lazy-mount.md delete mode 100644 .changeset/tui-retry-progress.md delete mode 100644 .changeset/turnfold-unmount-collapsed.md delete mode 100644 .changeset/v2-profile-drop-agent-tools.md delete mode 100644 .changeset/windows-bare-command-binary-planting.md delete mode 100644 .changeset/ws-heartbeat-keepalive.md diff --git a/.changeset/background-agent-activity-view.md b/.changeset/background-agent-activity-view.md deleted file mode 100644 index 84bae7e68..000000000 --- a/.changeset/background-agent-activity-view.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Show the live work progress of background subagents in the `/tasks` panel. diff --git a/.changeset/calm-mcp-auth-probe.md b/.changeset/calm-mcp-auth-probe.md deleted file mode 100644 index 383f06df5..000000000 --- a/.changeset/calm-mcp-auth-probe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch -"@moonshot-ai/kimi-code-sdk": patch ---- - -Detect MCP servers that require OAuth without needing `auth: "oauth"` in the config. diff --git a/.changeset/chat-turn-stable-identity.md b/.changeset/chat-turn-stable-identity.md deleted file mode 100644 index 6eb85c42d..000000000 --- a/.changeset/chat-turn-stable-identity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Reduce UI stutter while AI responses stream in long sessions. diff --git a/.changeset/compaction-token-full-request-basis.md b/.changeset/compaction-token-full-request-basis.md deleted file mode 100644 index ccc80462f..000000000 --- a/.changeset/compaction-token-full-request-basis.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the token counts reported after compaction reading far below the real context size; they now match the numbers shown while the session runs. diff --git a/.changeset/fix-multi-select-other-deselect.md b/.changeset/fix-multi-select-other-deselect.md deleted file mode 100644 index 6db9703fe..000000000 --- a/.changeset/fix-multi-select-other-deselect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix multi-select "Other" options so they can be deselected after being committed. diff --git a/.changeset/fix-tui-startup-freeze.md b/.changeset/fix-tui-startup-freeze.md deleted file mode 100644 index ac7b10260..000000000 --- a/.changeset/fix-tui-startup-freeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix multi-second freezes at startup or while idle when a large search index loads, replays, or rebuilds. diff --git a/.changeset/fix-windows-missing-git-bash.md b/.changeset/fix-windows-missing-git-bash.md deleted file mode 100644 index 256ec5aa7..000000000 --- a/.changeset/fix-windows-missing-git-bash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show a clear error message on Windows when Git for Windows is not installed, instead of exiting silently. diff --git a/.changeset/git-status-resolved-command-path.md b/.changeset/git-status-resolved-command-path.md deleted file mode 100644 index bd0b34cde..000000000 --- a/.changeset/git-status-resolved-command-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Close a Windows binary-planting gap in the footer git status: the git and gh commands used for the branch/dirty badge are now resolved to an absolute PATH location, so an executable planted in an untrusted workspace can no longer run before the workspace trust prompt. diff --git a/.changeset/icon-button-tooltips.md b/.changeset/icon-button-tooltips.md deleted file mode 100644 index f94bb443c..000000000 --- a/.changeset/icon-button-tooltips.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Add hover tooltips to icon-only buttons. diff --git a/.changeset/image-preview-margin.md b/.changeset/image-preview-margin.md deleted file mode 100644 index 5031e3632..000000000 --- a/.changeset/image-preview-margin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Add breathing room around the fullscreen image preview so images no longer touch the screen edges. diff --git a/.changeset/isolate-session-profile-catalogs.md b/.changeset/isolate-session-profile-catalogs.md deleted file mode 100644 index 7f82d2ccb..000000000 --- a/.changeset/isolate-session-profile-catalogs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix subagent tool changes in one session leaking into builtin profiles in later sessions. diff --git a/.changeset/media-preview-style-align.md b/.changeset/media-preview-style-align.md deleted file mode 100644 index e194ebe64..000000000 --- a/.changeset/media-preview-style-align.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Unify the fullscreen image and video previews with a shared circular close button and the same background overlay. diff --git a/.changeset/quiet-mcp-auth-status.md b/.changeset/quiet-mcp-auth-status.md deleted file mode 100644 index 891a3e990..000000000 --- a/.changeset/quiet-mcp-auth-status.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code-sdk": patch ---- - -Expose persisted MCP authorization status without starting an OAuth flow. diff --git a/.changeset/sdk-list-sessions-page.md b/.changeset/sdk-list-sessions-page.md deleted file mode 100644 index 39227f493..000000000 --- a/.changeset/sdk-list-sessions-page.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code-sdk": minor ---- - -Add `listSessionsPage` for keyset-paged session listing (`limit` / `before`, returns `nextCursor`). The v2 engine pages through the session index; the v1 engine keeps answering with a single full page. diff --git a/.changeset/session-picker-pagination.md b/.changeset/session-picker-pagination.md deleted file mode 100644 index 83ec5e0d8..000000000 --- a/.changeset/session-picker-pagination.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Page the /sessions picker list so it opens fast with large session counts. diff --git a/.changeset/sidebar-min-width.md b/.changeset/sidebar-min-width.md deleted file mode 100644 index 72a9e7acd..000000000 --- a/.changeset/sidebar-min-width.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Widen the sidebar's minimum draggable width. diff --git a/.changeset/steer-goal-turn-boundary.md b/.changeset/steer-goal-turn-boundary.md deleted file mode 100644 index cfbb8a242..000000000 --- a/.changeset/steer-goal-turn-boundary.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix a spurious "Failed to steer" error when sending a message while a goal run is between turns. diff --git a/.changeset/tool-media-lightbox.md b/.changeset/tool-media-lightbox.md deleted file mode 100644 index b81bb6abb..000000000 --- a/.changeset/tool-media-lightbox.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -web: Image and video tool results now open in a fullscreen preview on click, with zoom support for images. diff --git a/.changeset/tooltip-bubble-lazy-mount.md b/.changeset/tooltip-bubble-lazy-mount.md deleted file mode 100644 index 82034b0a9..000000000 --- a/.changeset/tooltip-bubble-lazy-mount.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Reduce memory and CPU usage when the app stays open for a long time. diff --git a/.changeset/tui-retry-progress.md b/.changeset/tui-retry-progress.md deleted file mode 100644 index 76143cb0b..000000000 --- a/.changeset/tui-retry-progress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show retry progress in the loading indicator when a model request fails and is retried, with the attempt count and a detail line for the provider error. diff --git a/.changeset/turnfold-unmount-collapsed.md b/.changeset/turnfold-unmount-collapsed.md deleted file mode 100644 index c5c41a1a0..000000000 --- a/.changeset/turnfold-unmount-collapsed.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Reduce memory usage and stutter during long sessions. diff --git a/.changeset/v2-profile-drop-agent-tools.md b/.changeset/v2-profile-drop-agent-tools.md deleted file mode 100644 index 1bb796d5a..000000000 --- a/.changeset/v2-profile-drop-agent-tools.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Remove the Agent and AgentSwarm tools from the built-in coder subagent profile, so coder subagents no longer delegate further by default. Custom profiles that list these tools explicitly can still opt in. diff --git a/.changeset/windows-bare-command-binary-planting.md b/.changeset/windows-bare-command-binary-planting.md deleted file mode 100644 index d4652ae77..000000000 --- a/.changeset/windows-bare-command-binary-planting.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix a Windows security risk where commands launched before the workspace trust prompt could run a malicious executable placed in the current folder. diff --git a/.changeset/ws-heartbeat-keepalive.md b/.changeset/ws-heartbeat-keepalive.md deleted file mode 100644 index cd18b42ff..000000000 --- a/.changeset/ws-heartbeat-keepalive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the web UI repeatedly losing its realtime connection every ~30 seconds when the server runs behind a reverse proxy or gateway with an idle connection timeout; the server now sends a WebSocket heartbeat and only closes connections that stop responding entirely. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 8bb733f63..7d77d825a 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,55 @@ # @moonshot-ai/kimi-code +## 0.35.0 + +### Minor Changes + +- [#2816](https://github.com/MoonshotAI/kimi-code/pull/2816) [`ad12ad8`](https://github.com/MoonshotAI/kimi-code/commit/ad12ad8a140d24051d93ec98a4a6921ab33723ff) Thanks [@liruifengv](https://github.com/liruifengv)! - Show the live work progress of background subagents in the `/tasks` panel. + +- [#2840](https://github.com/MoonshotAI/kimi-code/pull/2840) [`68ce3c7`](https://github.com/MoonshotAI/kimi-code/commit/68ce3c7a0ccffe32b51d4fdb57cdeced3931ddcc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Image and video tool results now open in a fullscreen preview on click, with zoom support for images. + +### Patch Changes + +- [#2731](https://github.com/MoonshotAI/kimi-code/pull/2731) [`437a1b8`](https://github.com/MoonshotAI/kimi-code/commit/437a1b8ba1b7e0f6662bdadc669564fdc58c3f5a) Thanks [@pvzheroes125](https://github.com/pvzheroes125)! - Detect MCP servers that require OAuth without needing `auth: "oauth"` in the config. + +- [#2840](https://github.com/MoonshotAI/kimi-code/pull/2840) [`68ce3c7`](https://github.com/MoonshotAI/kimi-code/commit/68ce3c7a0ccffe32b51d4fdb57cdeced3931ddcc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Reduce UI stutter while AI responses stream in long sessions. + +- [#2699](https://github.com/MoonshotAI/kimi-code/pull/2699) [`c0b61c6`](https://github.com/MoonshotAI/kimi-code/commit/c0b61c6e558521fd003de786cad150a3aeb01667) Thanks [@sailist](https://github.com/sailist)! - Fix the token counts reported after compaction reading far below the real context size; they now match the numbers shown while the session runs. + +- [#2810](https://github.com/MoonshotAI/kimi-code/pull/2810) [`64abebc`](https://github.com/MoonshotAI/kimi-code/commit/64abebc95a13b066fefc4f96b062824ea5ec996b) Thanks [@huangzheng2016](https://github.com/huangzheng2016)! - Fix multi-select "Other" options so they can be deselected after being committed. + +- [#2701](https://github.com/MoonshotAI/kimi-code/pull/2701) [`7cd6476`](https://github.com/MoonshotAI/kimi-code/commit/7cd64766c8eeff30f3de4bd6467870555d9440db) Thanks [@sailist](https://github.com/sailist)! - Fix multi-second freezes at startup or while idle when a large search index loads, replays, or rebuilds. + +- [#2814](https://github.com/MoonshotAI/kimi-code/pull/2814) [`158c81d`](https://github.com/MoonshotAI/kimi-code/commit/158c81d7055587d582ca424f9b913426fca42559) Thanks [@huangzheng2016](https://github.com/huangzheng2016)! - Show a clear error message on Windows when Git for Windows is not installed, instead of exiting silently. + +- [#2838](https://github.com/MoonshotAI/kimi-code/pull/2838) [`e5be391`](https://github.com/MoonshotAI/kimi-code/commit/e5be39164b1b47d0b721aad49c41fdf4ec61a7c5) Thanks [@sailist](https://github.com/sailist)! - Close a Windows binary-planting gap in the footer git status: the git and gh commands used for the branch/dirty badge are now resolved to an absolute PATH location, so an executable planted in an untrusted workspace can no longer run before the workspace trust prompt. + +- [#2840](https://github.com/MoonshotAI/kimi-code/pull/2840) [`68ce3c7`](https://github.com/MoonshotAI/kimi-code/commit/68ce3c7a0ccffe32b51d4fdb57cdeced3931ddcc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Add hover tooltips to icon-only buttons. + +- [#2840](https://github.com/MoonshotAI/kimi-code/pull/2840) [`68ce3c7`](https://github.com/MoonshotAI/kimi-code/commit/68ce3c7a0ccffe32b51d4fdb57cdeced3931ddcc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Add breathing room around the fullscreen image preview so images no longer touch the screen edges. + +- [#2740](https://github.com/MoonshotAI/kimi-code/pull/2740) [`01c74e9`](https://github.com/MoonshotAI/kimi-code/commit/01c74e9372fcbbbe99614e859b53b505ed1664a8) Thanks [@oocz](https://github.com/oocz)! - Fix subagent tool changes in one session leaking into builtin profiles in later sessions. + +- [#2840](https://github.com/MoonshotAI/kimi-code/pull/2840) [`68ce3c7`](https://github.com/MoonshotAI/kimi-code/commit/68ce3c7a0ccffe32b51d4fdb57cdeced3931ddcc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Unify the fullscreen image and video previews with a shared circular close button and the same background overlay. + +- [#2826](https://github.com/MoonshotAI/kimi-code/pull/2826) [`3c9e3b2`](https://github.com/MoonshotAI/kimi-code/commit/3c9e3b297cf5286c761159c1b4d642c478fd394d) Thanks [@liruifengv](https://github.com/liruifengv)! - Page the /sessions picker list so it opens fast with large session counts. + +- [#2840](https://github.com/MoonshotAI/kimi-code/pull/2840) [`68ce3c7`](https://github.com/MoonshotAI/kimi-code/commit/68ce3c7a0ccffe32b51d4fdb57cdeced3931ddcc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Widen the sidebar's minimum draggable width. + +- [#2723](https://github.com/MoonshotAI/kimi-code/pull/2723) [`e702817`](https://github.com/MoonshotAI/kimi-code/commit/e7028171244789aff58f93da80d477ce3afc939a) Thanks [@sailist](https://github.com/sailist)! - Fix a spurious "Failed to steer" error when sending a message while a goal run is between turns. + +- [#2840](https://github.com/MoonshotAI/kimi-code/pull/2840) [`68ce3c7`](https://github.com/MoonshotAI/kimi-code/commit/68ce3c7a0ccffe32b51d4fdb57cdeced3931ddcc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Reduce memory and CPU usage when the app stays open for a long time. + +- [#2825](https://github.com/MoonshotAI/kimi-code/pull/2825) [`df8ce73`](https://github.com/MoonshotAI/kimi-code/commit/df8ce73e45e3c473cb58e69311c1213e327f0c01) Thanks [@liruifengv](https://github.com/liruifengv)! - Show retry progress in the loading indicator when a model request fails and is retried, with the attempt count and a detail line for the provider error. + +- [#2840](https://github.com/MoonshotAI/kimi-code/pull/2840) [`68ce3c7`](https://github.com/MoonshotAI/kimi-code/commit/68ce3c7a0ccffe32b51d4fdb57cdeced3931ddcc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Reduce memory usage and stutter during long sessions. + +- [#2837](https://github.com/MoonshotAI/kimi-code/pull/2837) [`101c4d1`](https://github.com/MoonshotAI/kimi-code/commit/101c4d199746bf2ed4f26375b65a6fcb6cba2a60) Thanks [@sailist](https://github.com/sailist)! - Remove the Agent and AgentSwarm tools from the built-in coder subagent profile, so coder subagents no longer delegate further by default. Custom profiles that list these tools explicitly can still opt in. + +- [#2695](https://github.com/MoonshotAI/kimi-code/pull/2695) [`71ff2a0`](https://github.com/MoonshotAI/kimi-code/commit/71ff2a0fffb2ebf399194436ef2d4b599c9988ad) Thanks [@sailist](https://github.com/sailist)! - Fix a Windows security risk where commands launched before the workspace trust prompt could run a malicious executable placed in the current folder. + +- [#2813](https://github.com/MoonshotAI/kimi-code/pull/2813) [`619564d`](https://github.com/MoonshotAI/kimi-code/commit/619564dcf9ee10a3cfbf7ecbc764c6b9b63fc91b) Thanks [@wbxl2000](https://github.com/wbxl2000)! - Fix the web UI repeatedly losing its realtime connection every ~30 seconds when the server runs behind a reverse proxy or gateway with an idle connection timeout; the server now sends a WebSocket heartbeat and only closes connections that stop responding entirely. + ## 0.34.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 2329f4409..08df2c2f1 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.34.0", + "version": "0.35.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 2e6398613..13326d0d2 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.6.8 + +### Patch Changes + +- Updated dependencies [[`437a1b8`](https://github.com/MoonshotAI/kimi-code/commit/437a1b8ba1b7e0f6662bdadc669564fdc58c3f5a), [`0b2e803`](https://github.com/MoonshotAI/kimi-code/commit/0b2e803d5e71afaab45212bb2ee6117ecbf8bbc9), [`3c9e3b2`](https://github.com/MoonshotAI/kimi-code/commit/3c9e3b297cf5286c761159c1b4d642c478fd394d)]: + - @moonshot-ai/kimi-code-sdk@0.16.0 + ## 0.6.7 ### Patch Changes diff --git a/apps/vscode/package.json b/apps/vscode/package.json index cfc06a925..ee249a0b3 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.6.7", + "version": "0.6.8", "private": true, "license": "Apache-2.0", "type": "module", diff --git a/packages/acp-adapter/CHANGELOG.md b/packages/acp-adapter/CHANGELOG.md index eaca59808..956468657 100644 --- a/packages/acp-adapter/CHANGELOG.md +++ b/packages/acp-adapter/CHANGELOG.md @@ -1,5 +1,12 @@ # @moonshot-ai/acp-adapter +## 0.3.7 + +### Patch Changes + +- Updated dependencies [[`437a1b8`](https://github.com/MoonshotAI/kimi-code/commit/437a1b8ba1b7e0f6662bdadc669564fdc58c3f5a), [`0b2e803`](https://github.com/MoonshotAI/kimi-code/commit/0b2e803d5e71afaab45212bb2ee6117ecbf8bbc9), [`3c9e3b2`](https://github.com/MoonshotAI/kimi-code/commit/3c9e3b297cf5286c761159c1b4d642c478fd394d)]: + - @moonshot-ai/kimi-code-sdk@0.16.0 + ## 0.3.6 ### Patch Changes diff --git a/packages/acp-adapter/package.json b/packages/acp-adapter/package.json index 0235d35db..8820447f3 100644 --- a/packages/acp-adapter/package.json +++ b/packages/acp-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/acp-adapter", - "version": "0.3.6", + "version": "0.3.7", "private": true, "description": "Agent Client Protocol adapter for kimi-code", "license": "MIT", diff --git a/packages/node-sdk/CHANGELOG.md b/packages/node-sdk/CHANGELOG.md index aeef0f25f..201cec819 100644 --- a/packages/node-sdk/CHANGELOG.md +++ b/packages/node-sdk/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonshot-ai/kimi-code-sdk +## 0.16.0 + +### Minor Changes + +- [#2826](https://github.com/MoonshotAI/kimi-code/pull/2826) [`3c9e3b2`](https://github.com/MoonshotAI/kimi-code/commit/3c9e3b297cf5286c761159c1b4d642c478fd394d) Thanks [@liruifengv](https://github.com/liruifengv)! - Add `listSessionsPage` for keyset-paged session listing (`limit` / `before`, returns `nextCursor`). The v2 engine pages through the session index; the v1 engine keeps answering with a single full page. + +### Patch Changes + +- [#2731](https://github.com/MoonshotAI/kimi-code/pull/2731) [`437a1b8`](https://github.com/MoonshotAI/kimi-code/commit/437a1b8ba1b7e0f6662bdadc669564fdc58c3f5a) Thanks [@pvzheroes125](https://github.com/pvzheroes125)! - Detect MCP servers that require OAuth without needing `auth: "oauth"` in the config. + +- [#2706](https://github.com/MoonshotAI/kimi-code/pull/2706) [`0b2e803`](https://github.com/MoonshotAI/kimi-code/commit/0b2e803d5e71afaab45212bb2ee6117ecbf8bbc9) Thanks [@pvzheroes125](https://github.com/pvzheroes125)! - Expose persisted MCP authorization status without starting an OAuth flow. + ## 0.15.3 ### Patch Changes diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index 89c5a7bf6..9fc54d373 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.15.3", + "version": "0.16.0", "private": true, "description": "TypeScript SDK for the Kimi Code Agent", "license": "MIT",