From b2d3ad07282278a64c11f4e7dd192a208e5756f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:39:21 +0800 Subject: [PATCH] ci: release packages (#911) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/add-dir-workspace.md | 11 ------ .changeset/clean-empty-text-blocks.md | 5 --- .changeset/fast-snapshot-reader.md | 6 ---- .../fix-provider-filtered-silent-ignore.md | 5 --- .changeset/fix-read-media-image-format.md | 6 ---- .changeset/fix-web-unread-aborted.md | 5 --- .changeset/fix-windows-console-flash.md | 5 --- .changeset/foreground-task-detach.md | 6 ---- .changeset/path-completion-reopen.md | 5 --- .changeset/unify-image-sniff-fallback.md | 5 --- .changeset/web-header-long-branch-display.md | 5 --- .changeset/web-static-page-title.md | 5 --- .../web-storage-appearance-notification.md | 5 --- apps/kimi-code/CHANGELOG.md | 36 +++++++++++++++++++ apps/kimi-code/package.json | 2 +- packages/acp-adapter/CHANGELOG.md | 8 +++++ packages/acp-adapter/package.json | 2 +- packages/agent-core/CHANGELOG.md | 14 ++++++++ packages/agent-core/package.json | 2 +- packages/migration-legacy/CHANGELOG.md | 7 ++++ packages/migration-legacy/package.json | 2 +- packages/node-sdk/CHANGELOG.md | 14 ++++++++ packages/node-sdk/package.json | 2 +- packages/server/CHANGELOG.md | 12 +++++++ packages/server/package.json | 2 +- 25 files changed, 97 insertions(+), 80 deletions(-) delete mode 100644 .changeset/add-dir-workspace.md delete mode 100644 .changeset/clean-empty-text-blocks.md delete mode 100644 .changeset/fast-snapshot-reader.md delete mode 100644 .changeset/fix-provider-filtered-silent-ignore.md delete mode 100644 .changeset/fix-read-media-image-format.md delete mode 100644 .changeset/fix-web-unread-aborted.md delete mode 100644 .changeset/fix-windows-console-flash.md delete mode 100644 .changeset/foreground-task-detach.md delete mode 100644 .changeset/path-completion-reopen.md delete mode 100644 .changeset/unify-image-sniff-fallback.md delete mode 100644 .changeset/web-header-long-branch-display.md delete mode 100644 .changeset/web-static-page-title.md delete mode 100644 .changeset/web-storage-appearance-notification.md create mode 100644 packages/server/CHANGELOG.md diff --git a/.changeset/add-dir-workspace.md b/.changeset/add-dir-workspace.md deleted file mode 100644 index be13b6f6e..000000000 --- a/.changeset/add-dir-workspace.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@moonshot-ai/agent-core": minor -"@moonshot-ai/kimi-code-sdk": minor -"@moonshot-ai/kimi-code": minor ---- - -Added the ability to add extra workspace directories: - -- Use the `/add-dir ` command to add extra working directories to the current session, or remember them for the project. -- Use `kimi --add-dir ` to add them on startup. -- Project-level local config is now managed in `.kimi-code/local.toml`; we recommend adding it to your `.gitignore`. diff --git a/.changeset/clean-empty-text-blocks.md b/.changeset/clean-empty-text-blocks.md deleted file mode 100644 index 93a5f6bdd..000000000 --- a/.changeset/clean-empty-text-blocks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix provider requests failing when restored conversation history contains empty text content blocks. diff --git a/.changeset/fast-snapshot-reader.md b/.changeset/fast-snapshot-reader.md deleted file mode 100644 index 713259967..000000000 --- a/.changeset/fast-snapshot-reader.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/server": minor -"@moonshot-ai/kimi-code": minor ---- - -Speed up session snapshot loading with a direct disk reader and a request timeout safeguard, keeping the previous path as a legacy fallback. diff --git a/.changeset/fix-provider-filtered-silent-ignore.md b/.changeset/fix-provider-filtered-silent-ignore.md deleted file mode 100644 index 7d23a9ff0..000000000 --- a/.changeset/fix-provider-filtered-silent-ignore.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Surface provider safety-policy blocks instead of silently treating them as completed turns, and prevent the context token count from dropping to zero after a filtered response. diff --git a/.changeset/fix-read-media-image-format.md b/.changeset/fix-read-media-image-format.md deleted file mode 100644 index 0f29bcafa..000000000 --- a/.changeset/fix-read-media-image-format.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Detect the real image format from file contents when reading media, so a mismatched filename extension no longer produces a data URL the model API rejects. diff --git a/.changeset/fix-web-unread-aborted.md b/.changeset/fix-web-unread-aborted.md deleted file mode 100644 index 64c107979..000000000 --- a/.changeset/fix-web-unread-aborted.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Stop showing unread dots on cancelled or failed sessions in the web sidebar. diff --git a/.changeset/fix-windows-console-flash.md b/.changeset/fix-windows-console-flash.md deleted file mode 100644 index add10cd49..000000000 --- a/.changeset/fix-windows-console-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix commands flashing an empty console window on Windows. diff --git a/.changeset/foreground-task-detach.md b/.changeset/foreground-task-detach.md deleted file mode 100644 index 1aae5f103..000000000 --- a/.changeset/foreground-task-detach.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code-sdk": patch -"@moonshot-ai/kimi-code": patch ---- - -Allow long-running foreground commands and subagents to be moved into background tasks with Ctrl+B, and inspect them via the `/tasks` panel. diff --git a/.changeset/path-completion-reopen.md b/.changeset/path-completion-reopen.md deleted file mode 100644 index dbf0b51a3..000000000 --- a/.changeset/path-completion-reopen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Polish file mention UX. diff --git a/.changeset/unify-image-sniff-fallback.md b/.changeset/unify-image-sniff-fallback.md deleted file mode 100644 index 9c25666e1..000000000 --- a/.changeset/unify-image-sniff-fallback.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Unify image format detection when sniffing fails. diff --git a/.changeset/web-header-long-branch-display.md b/.changeset/web-header-long-branch-display.md deleted file mode 100644 index 6015b0266..000000000 --- a/.changeset/web-header-long-branch-display.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show longer branch names in the web chat header and expose the full name on hover. diff --git a/.changeset/web-static-page-title.md b/.changeset/web-static-page-title.md deleted file mode 100644 index 3315db6fc..000000000 --- a/.changeset/web-static-page-title.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Keep the web page title fixed instead of changing with the session or workspace name. diff --git a/.changeset/web-storage-appearance-notification.md b/.changeset/web-storage-appearance-notification.md deleted file mode 100644 index 82313689e..000000000 --- a/.changeset/web-storage-appearance-notification.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Consolidate web client localStorage access and decouple appearance/notification state into dedicated modules. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index d1e4dfdfd..285b78850 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,41 @@ # @moonshot-ai/kimi-code +## 0.19.0 + +### Minor Changes + +- [#812](https://github.com/MoonshotAI/kimi-code/pull/812) [`c0eeca2`](https://github.com/MoonshotAI/kimi-code/commit/c0eeca24692edd736eecd3c2541d7566bac9f80f) - Added the ability to add extra workspace directories: + + - Use the `/add-dir ` command to add extra working directories to the current session, or remember them for the project. + - Use `kimi --add-dir ` to add them on startup. + - Project-level local config is now managed in `.kimi-code/local.toml`; we recommend adding it to your `.gitignore`. + +- [#975](https://github.com/MoonshotAI/kimi-code/pull/975) [`c5c1834`](https://github.com/MoonshotAI/kimi-code/commit/c5c18347251221fab74e4f452ac4910116c4224d) - Speed up session snapshot loading with a direct disk reader and a request timeout safeguard, keeping the previous path as a legacy fallback. + +### Patch Changes + +- [#910](https://github.com/MoonshotAI/kimi-code/pull/910) [`7644f10`](https://github.com/MoonshotAI/kimi-code/commit/7644f1036ca1079e4527c0b1c825ec5384d6d8da) - Fix provider requests failing when restored conversation history contains empty text content blocks. + +- [#963](https://github.com/MoonshotAI/kimi-code/pull/963) [`4292ae9`](https://github.com/MoonshotAI/kimi-code/commit/4292ae9f9bc49e9edaaaeae50dbddabbd4b9bb25) - Surface provider safety-policy blocks instead of silently treating them as completed turns, and prevent the context token count from dropping to zero after a filtered response. + +- [#970](https://github.com/MoonshotAI/kimi-code/pull/970) [`2730079`](https://github.com/MoonshotAI/kimi-code/commit/27300797f2149900219b05dda49dce65e71fa85a) - Detect the real image format from file contents when reading media, so a mismatched filename extension no longer produces a data URL the model API rejects. + +- [#977](https://github.com/MoonshotAI/kimi-code/pull/977) [`d521932`](https://github.com/MoonshotAI/kimi-code/commit/d521932c3e99a0c5fa1d5d658cf1cd64f0306a75) - Stop showing unread dots on cancelled or failed sessions in the web sidebar. + +- [#957](https://github.com/MoonshotAI/kimi-code/pull/957) [`b57fc90`](https://github.com/MoonshotAI/kimi-code/commit/b57fc905fe480aac07839dd0213768dbeb2a8002) - Fix commands flashing an empty console window on Windows. + +- [#821](https://github.com/MoonshotAI/kimi-code/pull/821) [`ba64072`](https://github.com/MoonshotAI/kimi-code/commit/ba64072559c1e9bb3447ede39991ac2e8bdb7645) - Allow long-running foreground commands and subagents to be moved into background tasks with Ctrl+B, and inspect them via the `/tasks` panel. + +- [#812](https://github.com/MoonshotAI/kimi-code/pull/812) [`c0eeca2`](https://github.com/MoonshotAI/kimi-code/commit/c0eeca24692edd736eecd3c2541d7566bac9f80f) - Polish file mention UX. + +- [#974](https://github.com/MoonshotAI/kimi-code/pull/974) [`d434d8f`](https://github.com/MoonshotAI/kimi-code/commit/d434d8f0d809599f4ae7de77b58e337bfd4ebcc9) - Unify image format detection when sniffing fails. + +- [#958](https://github.com/MoonshotAI/kimi-code/pull/958) [`98905eb`](https://github.com/MoonshotAI/kimi-code/commit/98905eb409ec643fd916a13beecec85212f834bd) - Show longer branch names in the web chat header and expose the full name on hover. + +- [#964](https://github.com/MoonshotAI/kimi-code/pull/964) [`4223739`](https://github.com/MoonshotAI/kimi-code/commit/42237392ddc3a0816c045da23e77c4875cc692e5) - Keep the web page title fixed instead of changing with the session or workspace name. + +- [#973](https://github.com/MoonshotAI/kimi-code/pull/973) [`3b9938b`](https://github.com/MoonshotAI/kimi-code/commit/3b9938b4c3a386394ed4d35c7b89b48878476977) - Consolidate web client localStorage access and decouple appearance/notification state into dedicated modules. + ## 0.18.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 2052db384..6ad67b9a2 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.18.0", + "version": "0.19.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 b207b2cf2..04f0a7688 100644 --- a/packages/acp-adapter/CHANGELOG.md +++ b/packages/acp-adapter/CHANGELOG.md @@ -1,5 +1,13 @@ # @moonshot-ai/acp-adapter +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c0eeca2`](https://github.com/MoonshotAI/kimi-code/commit/c0eeca24692edd736eecd3c2541d7566bac9f80f), [`2730079`](https://github.com/MoonshotAI/kimi-code/commit/27300797f2149900219b05dda49dce65e71fa85a), [`ba64072`](https://github.com/MoonshotAI/kimi-code/commit/ba64072559c1e9bb3447ede39991ac2e8bdb7645)]: + - @moonshot-ai/agent-core@0.14.0 + - @moonshot-ai/kimi-code-sdk@0.10.0 + ## 0.3.0 ### Minor Changes diff --git a/packages/acp-adapter/package.json b/packages/acp-adapter/package.json index 4dca9c21f..2614905ac 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.0", + "version": "0.3.1", "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 a5e7679ff..f9f9c2198 100644 --- a/packages/agent-core/CHANGELOG.md +++ b/packages/agent-core/CHANGELOG.md @@ -1,5 +1,19 @@ # @moonshot-ai/agent-core +## 0.14.0 + +### Minor Changes + +- [#812](https://github.com/MoonshotAI/kimi-code/pull/812) [`c0eeca2`](https://github.com/MoonshotAI/kimi-code/commit/c0eeca24692edd736eecd3c2541d7566bac9f80f) - Added the ability to add extra workspace directories: + + - Use the `/add-dir ` command to add extra working directories to the current session, or remember them for the project. + - Use `kimi --add-dir ` to add them on startup. + - Project-level local config is now managed in `.kimi-code/local.toml`; we recommend adding it to your `.gitignore`. + +### Patch Changes + +- [#970](https://github.com/MoonshotAI/kimi-code/pull/970) [`2730079`](https://github.com/MoonshotAI/kimi-code/commit/27300797f2149900219b05dda49dce65e71fa85a) - Detect the real image format from file contents when reading media, so a mismatched filename extension no longer produces a data URL the model API rejects. + ## 0.13.1 ### Patch Changes diff --git a/packages/agent-core/package.json b/packages/agent-core/package.json index 1a6494163..8d3871282 100644 --- a/packages/agent-core/package.json +++ b/packages/agent-core/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/agent-core", - "version": "0.13.1", + "version": "0.14.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 3ecafa3a7..d5d7ce77a 100644 --- a/packages/migration-legacy/CHANGELOG.md +++ b/packages/migration-legacy/CHANGELOG.md @@ -1,5 +1,12 @@ # @moonshot-ai/migration-legacy +## 0.1.14 + +### Patch Changes + +- Updated dependencies [[`c0eeca2`](https://github.com/MoonshotAI/kimi-code/commit/c0eeca24692edd736eecd3c2541d7566bac9f80f), [`2730079`](https://github.com/MoonshotAI/kimi-code/commit/27300797f2149900219b05dda49dce65e71fa85a)]: + - @moonshot-ai/agent-core@0.14.0 + ## 0.1.13 ### Patch Changes diff --git a/packages/migration-legacy/package.json b/packages/migration-legacy/package.json index 6176c1574..6d0087d9f 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.13", + "version": "0.1.14", "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 83835d2f9..bc969e903 100644 --- a/packages/node-sdk/CHANGELOG.md +++ b/packages/node-sdk/CHANGELOG.md @@ -1,5 +1,19 @@ # @moonshot-ai/kimi-code-sdk +## 0.10.0 + +### Minor Changes + +- [#812](https://github.com/MoonshotAI/kimi-code/pull/812) [`c0eeca2`](https://github.com/MoonshotAI/kimi-code/commit/c0eeca24692edd736eecd3c2541d7566bac9f80f) - Added the ability to add extra workspace directories: + + - Use the `/add-dir ` command to add extra working directories to the current session, or remember them for the project. + - Use `kimi --add-dir ` to add them on startup. + - Project-level local config is now managed in `.kimi-code/local.toml`; we recommend adding it to your `.gitignore`. + +### Patch Changes + +- [#821](https://github.com/MoonshotAI/kimi-code/pull/821) [`ba64072`](https://github.com/MoonshotAI/kimi-code/commit/ba64072559c1e9bb3447ede39991ac2e8bdb7645) - Allow long-running foreground commands and subagents to be moved into background tasks with Ctrl+B, and inspect them via the `/tasks` panel. + ## 0.9.4 ### Patch Changes diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index ee96943a5..52331a187 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.4", + "version": "0.10.0", "private": true, "description": "TypeScript SDK for the Kimi Code Agent", "license": "MIT", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md new file mode 100644 index 000000000..6ff313c5a --- /dev/null +++ b/packages/server/CHANGELOG.md @@ -0,0 +1,12 @@ +# @moonshot-ai/server + +## 0.2.0 + +### Minor Changes + +- [#975](https://github.com/MoonshotAI/kimi-code/pull/975) [`c5c1834`](https://github.com/MoonshotAI/kimi-code/commit/c5c18347251221fab74e4f452ac4910116c4224d) - Speed up session snapshot loading with a direct disk reader and a request timeout safeguard, keeping the previous path as a legacy fallback. + +### Patch Changes + +- Updated dependencies [[`c0eeca2`](https://github.com/MoonshotAI/kimi-code/commit/c0eeca24692edd736eecd3c2541d7566bac9f80f), [`2730079`](https://github.com/MoonshotAI/kimi-code/commit/27300797f2149900219b05dda49dce65e71fa85a)]: + - @moonshot-ai/agent-core@0.14.0 diff --git a/packages/server/package.json b/packages/server/package.json index 1fbd26abb..c8346872e 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/server", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "Local REST + WebSocket server exposing kimi-code SDK over a stable wire protocol.", "license": "MIT",