From 7d2a23e7db0181dcb2125f4c2cd21227ea66bb7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:29:45 +0800 Subject: [PATCH] ci: release packages (#983) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/fix-acp-new-thread-start.md | 5 ----- .changeset/fix-web-forget-session.md | 5 ----- .changeset/fix-web-unread-cross-tab.md | 5 ----- .changeset/web-storage-appearance-notification.md | 5 ----- apps/kimi-code/CHANGELOG.md | 12 ++++++++++++ apps/kimi-code/package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/fix-acp-new-thread-start.md delete mode 100644 .changeset/fix-web-forget-session.md delete mode 100644 .changeset/fix-web-unread-cross-tab.md delete mode 100644 .changeset/web-storage-appearance-notification.md diff --git a/.changeset/fix-acp-new-thread-start.md b/.changeset/fix-acp-new-thread-start.md deleted file mode 100644 index 4cddd9d4f..000000000 --- a/.changeset/fix-acp-new-thread-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix ACP editors such as Zed failing to start a new thread. diff --git a/.changeset/fix-web-forget-session.md b/.changeset/fix-web-forget-session.md deleted file mode 100644 index c175aed4e..000000000 --- a/.changeset/fix-web-forget-session.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Clear all per-session state when a session is archived or removed, so archived sessions no longer leave orphaned data behind. diff --git a/.changeset/fix-web-unread-cross-tab.md b/.changeset/fix-web-unread-cross-tab.md deleted file mode 100644 index 21b66547b..000000000 --- a/.changeset/fix-web-unread-cross-tab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the web sidebar's unread dots getting out of sync across browser tabs. diff --git a/.changeset/web-storage-appearance-notification.md b/.changeset/web-storage-appearance-notification.md deleted file mode 100644 index 792738db4..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 split the root state store and app shell into focused composables. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 285b78850..5b7927e87 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonshot-ai/kimi-code +## 0.19.1 + +### Patch Changes + +- [#992](https://github.com/MoonshotAI/kimi-code/pull/992) [`7341fb4`](https://github.com/MoonshotAI/kimi-code/commit/7341fb4979523d4429ccf9177b5e3907f544d8c0) - Fix ACP editors such as Zed failing to start a new thread. + +- [#984](https://github.com/MoonshotAI/kimi-code/pull/984) [`da81858`](https://github.com/MoonshotAI/kimi-code/commit/da81858802127cb8bb8ed2deaa1989793b356adf) - Clear all per-session state when a session is archived or removed, so archived sessions no longer leave orphaned data behind. + +- [#978](https://github.com/MoonshotAI/kimi-code/pull/978) [`d4ae02d`](https://github.com/MoonshotAI/kimi-code/commit/d4ae02d82e9da0d163ea4235a54d6535c591172e) - Fix the web sidebar's unread dots getting out of sync across browser tabs. + +- [#979](https://github.com/MoonshotAI/kimi-code/pull/979) [`8c6cade`](https://github.com/MoonshotAI/kimi-code/commit/8c6cade69efa42fdcc280f51a283ea6f717d62fc) - Consolidate web client localStorage access and split the root state store and app shell into focused composables. + ## 0.19.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 6ad67b9a2..e5b5e5248 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.19.0", + "version": "0.19.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",