From bf409363c52062b6552c3a029838f3964f202cce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 13:29:55 +0000 Subject: [PATCH] ci: release packages --- .changeset/active-agent-groups.md | 5 ----- .changeset/custom-theme-support.md | 5 ----- .changeset/import-cc-codex.md | 6 ------ .changeset/login-browser-fallback.md | 5 ----- .changeset/plugin-marketplace-update-badge.md | 5 ----- .changeset/steady-windows-bins.md | 6 ------ .changeset/truncate-queue-line.md | 5 ----- apps/kimi-code/CHANGELOG.md | 20 +++++++++++++++++++ apps/kimi-code/package.json | 2 +- packages/acp-adapter/CHANGELOG.md | 8 ++++++++ packages/acp-adapter/package.json | 2 +- packages/agent-core/CHANGELOG.md | 6 ++++++ packages/agent-core/package.json | 2 +- packages/migration-legacy/CHANGELOG.md | 7 +++++++ packages/migration-legacy/package.json | 2 +- packages/node-sdk/CHANGELOG.md | 6 ++++++ packages/node-sdk/package.json | 2 +- 17 files changed, 52 insertions(+), 42 deletions(-) delete mode 100644 .changeset/active-agent-groups.md delete mode 100644 .changeset/custom-theme-support.md delete mode 100644 .changeset/import-cc-codex.md delete mode 100644 .changeset/login-browser-fallback.md delete mode 100644 .changeset/plugin-marketplace-update-badge.md delete mode 100644 .changeset/steady-windows-bins.md delete mode 100644 .changeset/truncate-queue-line.md diff --git a/.changeset/active-agent-groups.md b/.changeset/active-agent-groups.md deleted file mode 100644 index 25c3e4d47..000000000 --- a/.changeset/active-agent-groups.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Clarify grouped subagent progress with active status breakdowns and elapsed time. diff --git a/.changeset/custom-theme-support.md b/.changeset/custom-theme-support.md deleted file mode 100644 index a8044e2e7..000000000 --- a/.changeset/custom-theme-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Add custom color themes. Define your own palette as a JSON file in `~/.kimi-code/themes/`, or generate one with the built-in `/custom-theme` skill command. diff --git a/.changeset/import-cc-codex.md b/.changeset/import-cc-codex.md deleted file mode 100644 index 4ec1b2c8e..000000000 --- a/.changeset/import-cc-codex.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": minor -"@moonshot-ai/kimi-code": minor ---- - -Add `/import-from-cc-codex` to import selected Claude Code and Codex instructions, Skills, and MCP settings. diff --git a/.changeset/login-browser-fallback.md b/.changeset/login-browser-fallback.md deleted file mode 100644 index cc27499f4..000000000 --- a/.changeset/login-browser-fallback.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix device login to keep the URL and code visible when the browser cannot be opened. diff --git a/.changeset/plugin-marketplace-update-badge.md b/.changeset/plugin-marketplace-update-badge.md deleted file mode 100644 index 0364658b5..000000000 --- a/.changeset/plugin-marketplace-update-badge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Show available plugin updates in the marketplace. An installed plugin whose marketplace version is newer than the local version now renders an `update ` badge (and updates in place on Enter); up-to-date plugins show `installed · v`. The marketplace `version` served in dev and written by the CDN build is now stamped from each plugin's manifest so "latest" stays accurate. diff --git a/.changeset/steady-windows-bins.md b/.changeset/steady-windows-bins.md deleted file mode 100644 index b4923ec44..000000000 --- a/.changeset/steady-windows-bins.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch -"@moonshot-ai/kimi-code-sdk": patch ---- - -Fix Windows builds and development launches that could fail when package binaries resolve to command shims. diff --git a/.changeset/truncate-queue-line.md b/.changeset/truncate-queue-line.md deleted file mode 100644 index 1c437ed56..000000000 --- a/.changeset/truncate-queue-line.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Truncate queued message display to a single line with ellipsis when it exceeds terminal width. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 774187295..24588ae58 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,25 @@ # @moonshot-ai/kimi-code +## 0.13.0 + +### Minor Changes + +- [#484](https://github.com/MoonshotAI/kimi-code/pull/484) [`f863127`](https://github.com/MoonshotAI/kimi-code/commit/f863127ab7e8b8e2e9af11c54694c08900e3103a) - Add custom color themes. Define your own palette as a JSON file in `~/.kimi-code/themes/`, or generate one with the built-in `/custom-theme` skill command. + +- [#582](https://github.com/MoonshotAI/kimi-code/pull/582) [`d85dc0b`](https://github.com/MoonshotAI/kimi-code/commit/d85dc0b96a3c98c6951b8f6e6fa8b663d4c95360) - Add `/import-from-cc-codex` to import selected Claude Code and Codex instructions, Skills, and MCP settings. + +- [#593](https://github.com/MoonshotAI/kimi-code/pull/593) [`40506f4`](https://github.com/MoonshotAI/kimi-code/commit/40506f49d689aaf3e920c6bc9ae2b91219ee3f7f) - Show available plugin updates in the marketplace. An installed plugin whose marketplace version is newer than the local version now renders an `update ` badge (and updates in place on Enter); up-to-date plugins show `installed · v`. The marketplace `version` served in dev and written by the CDN build is now stamped from each plugin's manifest so "latest" stays accurate. + +### Patch Changes + +- [#587](https://github.com/MoonshotAI/kimi-code/pull/587) [`0abde86`](https://github.com/MoonshotAI/kimi-code/commit/0abde8662a531293fc8faa7cf9089c43ad8d6d76) - Clarify grouped subagent progress with active status breakdowns and elapsed time. + +- [#594](https://github.com/MoonshotAI/kimi-code/pull/594) [`f2863af`](https://github.com/MoonshotAI/kimi-code/commit/f2863af267b2e7d5ff5b99ff80c95c379a5b0272) - Fix device login to keep the URL and code visible when the browser cannot be opened. + +- [#591](https://github.com/MoonshotAI/kimi-code/pull/591) [`e48234a`](https://github.com/MoonshotAI/kimi-code/commit/e48234af576e41e630736450c66b690226707bc3) - Fix Windows builds and development launches that could fail when package binaries resolve to command shims. + +- [#586](https://github.com/MoonshotAI/kimi-code/pull/586) [`7cb4a23`](https://github.com/MoonshotAI/kimi-code/commit/7cb4a23e01dfaf0e049891b90a27b36000714151) - Truncate queued message display to a single line with ellipsis when it exceeds terminal width. + ## 0.12.1 ### Patch Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index e7c921521..e0ea455a2 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.12.1", + "version": "0.13.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 7594d537f..512cbaedc 100644 --- a/packages/acp-adapter/CHANGELOG.md +++ b/packages/acp-adapter/CHANGELOG.md @@ -1,5 +1,13 @@ # @moonshot-ai/acp-adapter +## 0.2.4 + +### Patch Changes + +- Updated dependencies [[`d85dc0b`](https://github.com/MoonshotAI/kimi-code/commit/d85dc0b96a3c98c6951b8f6e6fa8b663d4c95360), [`e48234a`](https://github.com/MoonshotAI/kimi-code/commit/e48234af576e41e630736450c66b690226707bc3)]: + - @moonshot-ai/agent-core@0.12.0 + - @moonshot-ai/kimi-code-sdk@0.9.1 + ## 0.2.3 ### Patch Changes diff --git a/packages/acp-adapter/package.json b/packages/acp-adapter/package.json index 8a581e66f..46cdcc022 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.3", + "version": "0.2.4", "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 88b688e0c..99907deef 100644 --- a/packages/agent-core/CHANGELOG.md +++ b/packages/agent-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/agent-core +## 0.12.0 + +### Minor Changes + +- [#582](https://github.com/MoonshotAI/kimi-code/pull/582) [`d85dc0b`](https://github.com/MoonshotAI/kimi-code/commit/d85dc0b96a3c98c6951b8f6e6fa8b663d4c95360) - Add `/import-from-cc-codex` to import selected Claude Code and Codex instructions, Skills, and MCP settings. + ## 0.11.1 ### Patch Changes diff --git a/packages/agent-core/package.json b/packages/agent-core/package.json index bb1bd09c8..3b8aea5cb 100644 --- a/packages/agent-core/package.json +++ b/packages/agent-core/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/agent-core", - "version": "0.11.1", + "version": "0.12.0", "private": true, "description": "The unified agent engine for Kimi", "license": "MIT", diff --git a/packages/migration-legacy/CHANGELOG.md b/packages/migration-legacy/CHANGELOG.md index 68a703692..d8ab1f43d 100644 --- a/packages/migration-legacy/CHANGELOG.md +++ b/packages/migration-legacy/CHANGELOG.md @@ -1,5 +1,12 @@ # @moonshot-ai/migration-legacy +## 0.1.12 + +### Patch Changes + +- Updated dependencies [[`d85dc0b`](https://github.com/MoonshotAI/kimi-code/commit/d85dc0b96a3c98c6951b8f6e6fa8b663d4c95360)]: + - @moonshot-ai/agent-core@0.12.0 + ## 0.1.11 ### Patch Changes diff --git a/packages/migration-legacy/package.json b/packages/migration-legacy/package.json index 9321a0ee1..1c24d2983 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.11", + "version": "0.1.12", "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 921cab532..96bf6bb9a 100644 --- a/packages/node-sdk/CHANGELOG.md +++ b/packages/node-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/kimi-code-sdk +## 0.9.1 + +### Patch Changes + +- [#591](https://github.com/MoonshotAI/kimi-code/pull/591) [`e48234a`](https://github.com/MoonshotAI/kimi-code/commit/e48234af576e41e630736450c66b690226707bc3) - Fix Windows builds and development launches that could fail when package binaries resolve to command shims. + ## 0.9.0 ### Minor Changes diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index 80ce68f87..efa9bd322 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.9.0", + "version": "0.9.1", "private": true, "description": "TypeScript SDK for the Kimi Code Agent", "license": "MIT",