From a07715a64db2ce1a3443ec77ec52172957120693 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 14:48:44 +0000 Subject: [PATCH] ci: release packages --- .changeset/expand-paste-marker.md | 5 --- .changeset/export-install-source-shell-env.md | 7 ---- .changeset/fix-footer-pr-lookup-crash.md | 5 --- .changeset/fix-thinking-spinner-leak.md | 5 --- .changeset/fork-return-command.md | 5 --- .changeset/modern-permission-policies.md | 6 ---- .changeset/plugins-v1.md | 7 ---- .changeset/replay-live-tool-groups.md | 5 --- .changeset/restrict-plugin-zip-root.md | 6 ---- .changeset/session-log-routing.md | 6 ---- .changeset/share-llm-retry-classification.md | 7 ---- .changeset/tui-export-debug-zip.md | 5 --- .changeset/tui-export-md.md | 6 ---- .changeset/unify-pathe-path-normalization.md | 6 ---- apps/kimi-code/CHANGELOG.md | 32 +++++++++++++++++++ apps/kimi-code/package.json | 2 +- packages/agent-core/CHANGELOG.md | 24 ++++++++++++++ packages/agent-core/package.json | 2 +- packages/kaos/CHANGELOG.md | 7 ++++ packages/kaos/package.json | 2 +- packages/kosong/CHANGELOG.md | 6 ++++ packages/kosong/package.json | 2 +- packages/migration-legacy/CHANGELOG.md | 7 ++++ packages/migration-legacy/package.json | 2 +- packages/node-sdk/CHANGELOG.md | 12 +++++++ packages/node-sdk/package.json | 2 +- 26 files changed, 94 insertions(+), 87 deletions(-) delete mode 100644 .changeset/expand-paste-marker.md delete mode 100644 .changeset/export-install-source-shell-env.md delete mode 100644 .changeset/fix-footer-pr-lookup-crash.md delete mode 100644 .changeset/fix-thinking-spinner-leak.md delete mode 100644 .changeset/fork-return-command.md delete mode 100644 .changeset/modern-permission-policies.md delete mode 100644 .changeset/plugins-v1.md delete mode 100644 .changeset/replay-live-tool-groups.md delete mode 100644 .changeset/restrict-plugin-zip-root.md delete mode 100644 .changeset/session-log-routing.md delete mode 100644 .changeset/share-llm-retry-classification.md delete mode 100644 .changeset/tui-export-debug-zip.md delete mode 100644 .changeset/tui-export-md.md delete mode 100644 .changeset/unify-pathe-path-normalization.md create mode 100644 packages/kaos/CHANGELOG.md diff --git a/.changeset/expand-paste-marker.md b/.changeset/expand-paste-marker.md deleted file mode 100644 index 2828bde5e6..0000000000 --- a/.changeset/expand-paste-marker.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Expand folded paste markers on second paste. When the cursor is on a paste marker (e.g. `[paste #1 +15 lines]`) and the user pastes again, the marker expands back to the original content instead of inserting new clipboard data. diff --git a/.changeset/export-install-source-shell-env.md b/.changeset/export-install-source-shell-env.md deleted file mode 100644 index 4187bed4f6..0000000000 --- a/.changeset/export-install-source-shell-env.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code-sdk": patch -"@moonshot-ai/kimi-code": patch ---- - -Enhance `kimi export` to include more diagnostic information in the manifest. diff --git a/.changeset/fix-footer-pr-lookup-crash.md b/.changeset/fix-footer-pr-lookup-crash.md deleted file mode 100644 index b7336c3604..0000000000 --- a/.changeset/fix-footer-pr-lookup-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Prevent the TUI from crashing when pull request lookup fails during startup. diff --git a/.changeset/fix-thinking-spinner-leak.md b/.changeset/fix-thinking-spinner-leak.md deleted file mode 100644 index 98841a7eca..0000000000 --- a/.changeset/fix-thinking-spinner-leak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix thinking spinner leaking past turn end when an empty thinking delta creates an orphaned thinking component. diff --git a/.changeset/fork-return-command.md b/.changeset/fork-return-command.md deleted file mode 100644 index 108b25263a..0000000000 --- a/.changeset/fork-return-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show the original session resume command after forking a session. diff --git a/.changeset/modern-permission-policies.md b/.changeset/modern-permission-policies.md deleted file mode 100644 index 9d486e86cc..0000000000 --- a/.changeset/modern-permission-policies.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": minor -"@moonshot-ai/kimi-code": minor ---- - -Rework tool permissions: reads outside cwd no longer prompt, session approvals match the exact call, and path-based rules are case-insensitive. diff --git a/.changeset/plugins-v1.md b/.changeset/plugins-v1.md deleted file mode 100644 index 311086008b..0000000000 --- a/.changeset/plugins-v1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonshot-ai/agent-core": minor -"@moonshot-ai/kimi-code-sdk": minor -"@moonshot-ai/kimi-code": minor ---- - -Add user-global plugin installation, interactive plugin management, plugin-provided skills, and plugin-owned MCP servers. diff --git a/.changeset/replay-live-tool-groups.md b/.changeset/replay-live-tool-groups.md deleted file mode 100644 index 09ab12546b..0000000000 --- a/.changeset/replay-live-tool-groups.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Refactor TUI resume replay logic. diff --git a/.changeset/restrict-plugin-zip-root.md b/.changeset/restrict-plugin-zip-root.md deleted file mode 100644 index a82f7556b1..0000000000 --- a/.changeset/restrict-plugin-zip-root.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Restrict plugin zip installs to manifests at the archive root or a single wrapper directory. diff --git a/.changeset/session-log-routing.md b/.changeset/session-log-routing.md deleted file mode 100644 index 618fc50e13..0000000000 --- a/.changeset/session-log-routing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Route session-tagged log entries exclusively to the session sink instead of duplicating them to the global sink. Consistently omit stable main-agent context keys from all session log lines that carry `agentId=main`. diff --git a/.changeset/share-llm-retry-classification.md b/.changeset/share-llm-retry-classification.md deleted file mode 100644 index 209793cfbe..0000000000 --- a/.changeset/share-llm-retry-classification.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kosong": patch -"@moonshot-ai/kimi-code": patch ---- - -Use one retry classification for transient LLM failures across regular turns and compaction. diff --git a/.changeset/tui-export-debug-zip.md b/.changeset/tui-export-debug-zip.md deleted file mode 100644 index 925adb0152..0000000000 --- a/.changeset/tui-export-debug-zip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Add `/export-debug-zip` slash command to export the current session as a debug ZIP archive directly from the TUI. diff --git a/.changeset/tui-export-md.md b/.changeset/tui-export-md.md deleted file mode 100644 index 375cfdbdc3..0000000000 --- a/.changeset/tui-export-md.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor -"@moonshot-ai/kimi-code-sdk": minor ---- - -Add `/export-md` slash command to export the current session as a Markdown file. diff --git a/.changeset/unify-pathe-path-normalization.md b/.changeset/unify-pathe-path-normalization.md deleted file mode 100644 index ffecd6e8ec..0000000000 --- a/.changeset/unify-pathe-path-normalization.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kaos": patch ---- - -Unify path normalization by replacing ad-hoc `toForwardSlashes` helpers with `pathe`. Remove unnecessary `node:path/win32` branching in path-access policies and tools, and inline unused `joinPath` wrappers. Platform-specific path separators are now handled consistently through a single module. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 9f023fa573..0c1b8c406d 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,37 @@ # @moonshot-ai/kimi-code +## 0.4.0 + +### Minor Changes + +- [#116](https://github.com/MoonshotAI/kimi-code/pull/116) [`2c7a8cc`](https://github.com/MoonshotAI/kimi-code/commit/2c7a8cc010a7b8134c5f16185e031a6de4585165) - Expand folded paste markers on second paste. When the cursor is on a paste marker (e.g. `[paste [#1](https://github.com/MoonshotAI/kimi-code/issues/1) +15 lines]`) and the user pastes again, the marker expands back to the original content instead of inserting new clipboard data. + +- [#26](https://github.com/MoonshotAI/kimi-code/pull/26) [`2b74025`](https://github.com/MoonshotAI/kimi-code/commit/2b74025302be9b42e68a15f33333c55d64a6c9e7) - Rework tool permissions: reads outside cwd no longer prompt, session approvals match the exact call, and path-based rules are case-insensitive. + +- [#119](https://github.com/MoonshotAI/kimi-code/pull/119) [`ebf6e81`](https://github.com/MoonshotAI/kimi-code/commit/ebf6e8181ea20a0fcf6a609195ccf5b6cc2a665a) - Add user-global plugin installation, interactive plugin management, plugin-provided skills, and plugin-owned MCP servers. + +- [#112](https://github.com/MoonshotAI/kimi-code/pull/112) [`d03f6f4`](https://github.com/MoonshotAI/kimi-code/commit/d03f6f4fa582314a4330d0049fed6a0baae7271a) - Add `/export-debug-zip` slash command to export the current session as a debug ZIP archive directly from the TUI. + +- [#113](https://github.com/MoonshotAI/kimi-code/pull/113) [`028d069`](https://github.com/MoonshotAI/kimi-code/commit/028d069b12d8377c5c307b94f11f02233d9c0a26) - Add `/export-md` slash command to export the current session as a Markdown file. + +### Patch Changes + +- [#105](https://github.com/MoonshotAI/kimi-code/pull/105) [`d599183`](https://github.com/MoonshotAI/kimi-code/commit/d599183c8eccea813d7aa5ddd974e72139cbb63c) - Enhance `kimi export` to include more diagnostic information in the manifest. + +- [#89](https://github.com/MoonshotAI/kimi-code/pull/89) [`61cae59`](https://github.com/MoonshotAI/kimi-code/commit/61cae592fac0f1d824ee28263375937452f719ff) - Prevent the TUI from crashing when pull request lookup fails during startup. + +- [#97](https://github.com/MoonshotAI/kimi-code/pull/97) [`2e8c417`](https://github.com/MoonshotAI/kimi-code/commit/2e8c417818bb68a71789e4966f18c2be6d39d835) - Fix thinking spinner leaking past turn end when an empty thinking delta creates an orphaned thinking component. + +- [#103](https://github.com/MoonshotAI/kimi-code/pull/103) [`73c4232`](https://github.com/MoonshotAI/kimi-code/commit/73c4232e711c8e7c701d21a07c7b6aace3476360) - Show the original session resume command after forking a session. + +- [#88](https://github.com/MoonshotAI/kimi-code/pull/88) [`ce420bf`](https://github.com/MoonshotAI/kimi-code/commit/ce420bf1c6825080d4c7ec9e155f96039d3376e7) - Refactor TUI resume replay logic. + +- [#119](https://github.com/MoonshotAI/kimi-code/pull/119) [`ebf6e81`](https://github.com/MoonshotAI/kimi-code/commit/ebf6e8181ea20a0fcf6a609195ccf5b6cc2a665a) - Restrict plugin zip installs to manifests at the archive root or a single wrapper directory. + +- [#102](https://github.com/MoonshotAI/kimi-code/pull/102) [`6f55f1d`](https://github.com/MoonshotAI/kimi-code/commit/6f55f1d0aff12ce13cea616a1f37e6242beb2ff8) - Route session-tagged log entries exclusively to the session sink instead of duplicating them to the global sink. Consistently omit stable main-agent context keys from all session log lines that carry `agentId=main`. + +- [#92](https://github.com/MoonshotAI/kimi-code/pull/92) [`4e458d6`](https://github.com/MoonshotAI/kimi-code/commit/4e458d63643a56a2fb1ba9f908c774e56eef1c75) - Use one retry classification for transient LLM failures across regular turns and compaction. + ## 0.3.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index df189b7d8c..5c9d8aff0a 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.3.0", + "version": "0.4.0", "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 71fa3e004b..66dbf9bcab 100644 --- a/packages/agent-core/CHANGELOG.md +++ b/packages/agent-core/CHANGELOG.md @@ -1,5 +1,29 @@ # @moonshot-ai/agent-core +## 0.3.0 + +### Minor Changes + +- [#26](https://github.com/MoonshotAI/kimi-code/pull/26) [`2b74025`](https://github.com/MoonshotAI/kimi-code/commit/2b74025302be9b42e68a15f33333c55d64a6c9e7) - Rework tool permissions: reads outside cwd no longer prompt, session approvals match the exact call, and path-based rules are case-insensitive. + +- [#119](https://github.com/MoonshotAI/kimi-code/pull/119) [`ebf6e81`](https://github.com/MoonshotAI/kimi-code/commit/ebf6e8181ea20a0fcf6a609195ccf5b6cc2a665a) - Add user-global plugin installation, interactive plugin management, plugin-provided skills, and plugin-owned MCP servers. + +### Patch Changes + +- [#105](https://github.com/MoonshotAI/kimi-code/pull/105) [`d599183`](https://github.com/MoonshotAI/kimi-code/commit/d599183c8eccea813d7aa5ddd974e72139cbb63c) - Enhance `kimi export` to include more diagnostic information in the manifest. + +- [#119](https://github.com/MoonshotAI/kimi-code/pull/119) [`ebf6e81`](https://github.com/MoonshotAI/kimi-code/commit/ebf6e8181ea20a0fcf6a609195ccf5b6cc2a665a) - Restrict plugin zip installs to manifests at the archive root or a single wrapper directory. + +- [#102](https://github.com/MoonshotAI/kimi-code/pull/102) [`6f55f1d`](https://github.com/MoonshotAI/kimi-code/commit/6f55f1d0aff12ce13cea616a1f37e6242beb2ff8) - Route session-tagged log entries exclusively to the session sink instead of duplicating them to the global sink. Consistently omit stable main-agent context keys from all session log lines that carry `agentId=main`. + +- [#92](https://github.com/MoonshotAI/kimi-code/pull/92) [`4e458d6`](https://github.com/MoonshotAI/kimi-code/commit/4e458d63643a56a2fb1ba9f908c774e56eef1c75) - Use one retry classification for transient LLM failures across regular turns and compaction. + +- [#84](https://github.com/MoonshotAI/kimi-code/pull/84) [`e5717b7`](https://github.com/MoonshotAI/kimi-code/commit/e5717b7261599f4b4379aa34eb0b5fdf2dd93898) - Unify path normalization by replacing ad-hoc `toForwardSlashes` helpers with `pathe`. Remove unnecessary `node:path/win32` branching in path-access policies and tools, and inline unused `joinPath` wrappers. Platform-specific path separators are now handled consistently through a single module. + +- Updated dependencies [[`4e458d6`](https://github.com/MoonshotAI/kimi-code/commit/4e458d63643a56a2fb1ba9f908c774e56eef1c75), [`e5717b7`](https://github.com/MoonshotAI/kimi-code/commit/e5717b7261599f4b4379aa34eb0b5fdf2dd93898)]: + - @moonshot-ai/kosong@0.2.2 + - @moonshot-ai/kaos@0.1.2 + ## 0.2.1 ### Patch Changes diff --git a/packages/agent-core/package.json b/packages/agent-core/package.json index 90d20ebe11..fc8ddbebc3 100644 --- a/packages/agent-core/package.json +++ b/packages/agent-core/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/agent-core", - "version": "0.2.1", + "version": "0.3.0", "private": true, "description": "The unified agent engine for Kimi", "license": "MIT", diff --git a/packages/kaos/CHANGELOG.md b/packages/kaos/CHANGELOG.md new file mode 100644 index 0000000000..f7509f062b --- /dev/null +++ b/packages/kaos/CHANGELOG.md @@ -0,0 +1,7 @@ +# @moonshot-ai/kaos + +## 0.1.2 + +### Patch Changes + +- [#84](https://github.com/MoonshotAI/kimi-code/pull/84) [`e5717b7`](https://github.com/MoonshotAI/kimi-code/commit/e5717b7261599f4b4379aa34eb0b5fdf2dd93898) - Unify path normalization by replacing ad-hoc `toForwardSlashes` helpers with `pathe`. Remove unnecessary `node:path/win32` branching in path-access policies and tools, and inline unused `joinPath` wrappers. Platform-specific path separators are now handled consistently through a single module. diff --git a/packages/kaos/package.json b/packages/kaos/package.json index 9da433b16a..aa3530782b 100644 --- a/packages/kaos/package.json +++ b/packages/kaos/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kaos", - "version": "0.1.1", + "version": "0.1.2", "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 856f4e9b89..cf315481a1 100644 --- a/packages/kosong/CHANGELOG.md +++ b/packages/kosong/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/kosong +## 0.2.2 + +### Patch Changes + +- [#92](https://github.com/MoonshotAI/kimi-code/pull/92) [`4e458d6`](https://github.com/MoonshotAI/kimi-code/commit/4e458d63643a56a2fb1ba9f908c774e56eef1c75) - Use one retry classification for transient LLM failures across regular turns and compaction. + ## 0.2.1 ### Patch Changes diff --git a/packages/kosong/package.json b/packages/kosong/package.json index 47e171c1f7..9c9558a506 100644 --- a/packages/kosong/package.json +++ b/packages/kosong/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kosong", - "version": "0.2.1", + "version": "0.2.2", "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 df8c1123be..c09656c7cd 100644 --- a/packages/migration-legacy/CHANGELOG.md +++ b/packages/migration-legacy/CHANGELOG.md @@ -1,5 +1,12 @@ # @moonshot-ai/migration-legacy +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`d599183`](https://github.com/MoonshotAI/kimi-code/commit/d599183c8eccea813d7aa5ddd974e72139cbb63c), [`2b74025`](https://github.com/MoonshotAI/kimi-code/commit/2b74025302be9b42e68a15f33333c55d64a6c9e7), [`ebf6e81`](https://github.com/MoonshotAI/kimi-code/commit/ebf6e8181ea20a0fcf6a609195ccf5b6cc2a665a), [`ebf6e81`](https://github.com/MoonshotAI/kimi-code/commit/ebf6e8181ea20a0fcf6a609195ccf5b6cc2a665a), [`6f55f1d`](https://github.com/MoonshotAI/kimi-code/commit/6f55f1d0aff12ce13cea616a1f37e6242beb2ff8), [`4e458d6`](https://github.com/MoonshotAI/kimi-code/commit/4e458d63643a56a2fb1ba9f908c774e56eef1c75), [`e5717b7`](https://github.com/MoonshotAI/kimi-code/commit/e5717b7261599f4b4379aa34eb0b5fdf2dd93898)]: + - @moonshot-ai/agent-core@0.3.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/migration-legacy/package.json b/packages/migration-legacy/package.json index e3abdc8fcf..a332438913 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.2", + "version": "0.1.3", "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 bcc7616787..710c5e2823 100644 --- a/packages/node-sdk/CHANGELOG.md +++ b/packages/node-sdk/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonshot-ai/kimi-code-sdk +## 0.3.0 + +### Minor Changes + +- [#119](https://github.com/MoonshotAI/kimi-code/pull/119) [`ebf6e81`](https://github.com/MoonshotAI/kimi-code/commit/ebf6e8181ea20a0fcf6a609195ccf5b6cc2a665a) - Add user-global plugin installation, interactive plugin management, plugin-provided skills, and plugin-owned MCP servers. + +- [#113](https://github.com/MoonshotAI/kimi-code/pull/113) [`028d069`](https://github.com/MoonshotAI/kimi-code/commit/028d069b12d8377c5c307b94f11f02233d9c0a26) - Add `/export-md` slash command to export the current session as a Markdown file. + +### Patch Changes + +- [#105](https://github.com/MoonshotAI/kimi-code/pull/105) [`d599183`](https://github.com/MoonshotAI/kimi-code/commit/d599183c8eccea813d7aa5ddd974e72139cbb63c) - Enhance `kimi export` to include more diagnostic information in the manifest. + ## 0.2.1 ### Patch Changes diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index 7a79b0666d..c0f739645e 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.2.1", + "version": "0.3.0", "private": true, "description": "TypeScript SDK for the Kimi Code Agent", "license": "MIT",