From 3ce25bf0aa33ada4e1821d15da9669b56c2ea25e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:41:21 +0000 Subject: [PATCH] ci: release packages --- .changeset/built-in-capabilities.md | 5 ----- .changeset/fork-stay-current-session.md | 5 ----- .changeset/mcp-first-turn-ready.md | 5 ----- .changeset/mcp-structured-result-passthrough.md | 5 ----- apps/kimi-code/CHANGELOG.md | 14 ++++++++++++++ apps/kimi-code/package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/built-in-capabilities.md delete mode 100644 .changeset/fork-stay-current-session.md delete mode 100644 .changeset/mcp-first-turn-ready.md delete mode 100644 .changeset/mcp-structured-result-passthrough.md diff --git a/.changeset/built-in-capabilities.md b/.changeset/built-in-capabilities.md deleted file mode 100644 index 768ae8f64..000000000 --- a/.changeset/built-in-capabilities.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Add Kimi Computer Use and Kimi WebBridge as built-in official marketplace entries in the v2 CLI. Installing from `/plugins` sets up the latest managed runtime and plugin together, reports incomplete manual steps, and supports retrying interrupted setup. diff --git a/.changeset/fork-stay-current-session.md b/.changeset/fork-stay-current-session.md deleted file mode 100644 index 8481368f9..000000000 --- a/.changeset/fork-stay-current-session.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -`/fork` no longer switches to the forked session: the current session stays active and its background tasks keep running. Find the fork in `/sessions`. diff --git a/.changeset/mcp-first-turn-ready.md b/.changeset/mcp-first-turn-ready.md deleted file mode 100644 index 419372e4e..000000000 --- a/.changeset/mcp-first-turn-ready.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Ensure the first request waits for MCP startup to finish while the interface still opens immediately. diff --git a/.changeset/mcp-structured-result-passthrough.md b/.changeset/mcp-structured-result-passthrough.md deleted file mode 100644 index d63740fe8..000000000 --- a/.changeset/mcp-structured-result-passthrough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@moonshot-ai/kimi-code': patch ---- - -MCP tool results now surface the spec-defined `structuredContent` field and `_meta` server metadata to the model as a serialized `` block, instead of silently dropping them. Servers that return their machine-readable contract in these fields work the same as on other MCP hosts. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 3ccd65f0c..e6a93ce64 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,19 @@ # @moonshot-ai/kimi-code +## 0.33.0 + +### Minor Changes + +- [#2407](https://github.com/MoonshotAI/kimi-code/pull/2407) [`0abcd00`](https://github.com/MoonshotAI/kimi-code/commit/0abcd00f7fd3e3cbf087509ffef1c54a6f8d396d) Thanks [@wbxl2000](https://github.com/wbxl2000)! - Add Kimi Computer Use and Kimi WebBridge as built-in official marketplace entries in the v2 CLI. Installing from `/plugins` sets up the latest managed runtime and plugin together, reports incomplete manual steps, and supports retrying interrupted setup. + +- [#2565](https://github.com/MoonshotAI/kimi-code/pull/2565) [`54c04bf`](https://github.com/MoonshotAI/kimi-code/commit/54c04bf03ddbeb46d02b2edb460ea091ae194509) Thanks [@7Sageer](https://github.com/7Sageer)! - `/fork` no longer switches to the forked session: the current session stays active and its background tasks keep running. Find the fork in `/sessions`. + +### Patch Changes + +- [#2586](https://github.com/MoonshotAI/kimi-code/pull/2586) [`278b6af`](https://github.com/MoonshotAI/kimi-code/commit/278b6af19d8708ec0f3eb2696d62a8d8209d497d) Thanks [@7Sageer](https://github.com/7Sageer)! - Ensure the first request waits for MCP startup to finish while the interface still opens immediately. + +- [#2596](https://github.com/MoonshotAI/kimi-code/pull/2596) [`c32e661`](https://github.com/MoonshotAI/kimi-code/commit/c32e661faa931df9fdc72e63230f3ebebc00dce5) Thanks [@xpzouying](https://github.com/xpzouying)! - MCP tool results now surface the spec-defined `structuredContent` field and `_meta` server metadata to the model as a serialized `` block, instead of silently dropping them. Servers that return their machine-readable contract in these fields work the same as on other MCP hosts. + ## 0.32.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index c67b35fda..f0b1398cc 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.32.0", + "version": "0.33.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",