From bd4b46182b74d99f1716aa2e93516f0e95105553 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:52:43 +0000 Subject: [PATCH] ci: release packages --- .changeset/bash-detach-row-height.md | 5 ---- .changeset/composer-placeholder-caret.md | 5 ---- .changeset/default-permission-new-sessions.md | 5 ---- .changeset/fix-media-popover-interactions.md | 5 ---- .../fix-new-session-attachment-upload.md | 5 ---- .changeset/fresh-placeholders-type.md | 5 ---- .../interactive-update-check-timeout.md | 5 ---- .changeset/right-panel-interaction-polish.md | 5 ---- .changeset/signin-model-readiness-gating.md | 5 ---- .changeset/startup-first-grouped-page.md | 5 ---- .changeset/steered-contents-origin-guard.md | 5 ---- .../task-resume-termination-reminder.md | 5 ---- apps/kimi-code/CHANGELOG.md | 28 +++++++++++++++++++ apps/kimi-code/package.json | 2 +- 14 files changed, 29 insertions(+), 61 deletions(-) delete mode 100644 .changeset/bash-detach-row-height.md delete mode 100644 .changeset/composer-placeholder-caret.md delete mode 100644 .changeset/default-permission-new-sessions.md delete mode 100644 .changeset/fix-media-popover-interactions.md delete mode 100644 .changeset/fix-new-session-attachment-upload.md delete mode 100644 .changeset/fresh-placeholders-type.md delete mode 100644 .changeset/interactive-update-check-timeout.md delete mode 100644 .changeset/right-panel-interaction-polish.md delete mode 100644 .changeset/signin-model-readiness-gating.md delete mode 100644 .changeset/startup-first-grouped-page.md delete mode 100644 .changeset/steered-contents-origin-guard.md delete mode 100644 .changeset/task-resume-termination-reminder.md diff --git a/.changeset/bash-detach-row-height.md b/.changeset/bash-detach-row-height.md deleted file mode 100644 index 904470c69a5..00000000000 --- a/.changeset/bash-detach-row-height.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fix the command tool row rendering noticeably taller than other tool rows. diff --git a/.changeset/composer-placeholder-caret.md b/.changeset/composer-placeholder-caret.md deleted file mode 100644 index 2f476a0624b..00000000000 --- a/.changeset/composer-placeholder-caret.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fix the first IME (or keyboard) character being silently swallowed after clicking the placeholder text in an empty composer. diff --git a/.changeset/default-permission-new-sessions.md b/.changeset/default-permission-new-sessions.md deleted file mode 100644 index e0e1b8b255b..00000000000 --- a/.changeset/default-permission-new-sessions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fix switching the permission mode in one session changing it for every session; the permission mode is now scoped per session. diff --git a/.changeset/fix-media-popover-interactions.md b/.changeset/fix-media-popover-interactions.md deleted file mode 100644 index 3cbdbd2907c..00000000000 --- a/.changeset/fix-media-popover-interactions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fix flickering and broken interactions in the image and video attachment preview popovers. diff --git a/.changeset/fix-new-session-attachment-upload.md b/.changeset/fix-new-session-attachment-upload.md deleted file mode 100644 index a2f906dccb9..00000000000 --- a/.changeset/fix-new-session-attachment-upload.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fix attachments in a newly created session still showing as uploading after the upload has finished. diff --git a/.changeset/fresh-placeholders-type.md b/.changeset/fresh-placeholders-type.md deleted file mode 100644 index 517e3c9839c..00000000000 --- a/.changeset/fresh-placeholders-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Render the rich composer placeholder outside the editor, fixing the first typed/IME character being swallowed. diff --git a/.changeset/interactive-update-check-timeout.md b/.changeset/interactive-update-check-timeout.md deleted file mode 100644 index 947e2533092..00000000000 --- a/.changeset/interactive-update-check-timeout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Increase the request timeout for `kimi update`. diff --git a/.changeset/right-panel-interaction-polish.md b/.changeset/right-panel-interaction-polish.md deleted file mode 100644 index d597263d2c1..00000000000 --- a/.changeset/right-panel-interaction-polish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Unify right-side panel headers and give the OpenIn menu a file mode (copy absolute path, editor picker, full-path tooltip). diff --git a/.changeset/signin-model-readiness-gating.md b/.changeset/signin-model-readiness-gating.md deleted file mode 100644 index 0444c6605ed..00000000000 --- a/.changeset/signin-model-readiness-gating.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fix signed-in users without a usable model being wrongly asked to sign in (and getting stuck there on web); the send gate now offers picking or configuring a model instead. diff --git a/.changeset/startup-first-grouped-page.md b/.changeset/startup-first-grouped-page.md deleted file mode 100644 index cd48317df0a..00000000000 --- a/.changeset/startup-first-grouped-page.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fix startup getting stuck on "Connecting…" for a long time when the account has many workspaces. diff --git a/.changeset/steered-contents-origin-guard.md b/.changeset/steered-contents-origin-guard.md deleted file mode 100644 index e20412dfd95..00000000000 --- a/.changeset/steered-contents-origin-guard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fixed skill instructions injected by the Skill tool showing up as ordinary user messages in the rebuilt transcript. diff --git a/.changeset/task-resume-termination-reminder.md b/.changeset/task-resume-termination-reminder.md deleted file mode 100644 index ca37f4b79c1..00000000000 --- a/.changeset/task-resume-termination-reminder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -When a session resumes, the assistant is warned that background tasks from the previous session may still be running. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index c73d469fa54..db07074bb75 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,33 @@ # @moonshot-ai/kimi-code +## 0.39.1 + +### Patch Changes + +- [#3333](https://github.com/MoonshotAI/kimi-code/pull/3333) [`8f43674`](https://github.com/MoonshotAI/kimi-code/commit/8f43674b902213f876359d82fa3831f485e3e82b) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - web: Fix the command tool row rendering noticeably taller than other tool rows. + +- [#3333](https://github.com/MoonshotAI/kimi-code/pull/3333) [`8f43674`](https://github.com/MoonshotAI/kimi-code/commit/8f43674b902213f876359d82fa3831f485e3e82b) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - web: Fix the first IME (or keyboard) character being silently swallowed after clicking the placeholder text in an empty composer. + +- [#3333](https://github.com/MoonshotAI/kimi-code/pull/3333) [`8f43674`](https://github.com/MoonshotAI/kimi-code/commit/8f43674b902213f876359d82fa3831f485e3e82b) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - web: Fix switching the permission mode in one session changing it for every session; the permission mode is now scoped per session. + +- [#3333](https://github.com/MoonshotAI/kimi-code/pull/3333) [`8f43674`](https://github.com/MoonshotAI/kimi-code/commit/8f43674b902213f876359d82fa3831f485e3e82b) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - web: Fix flickering and broken interactions in the image and video attachment preview popovers. + +- [#3333](https://github.com/MoonshotAI/kimi-code/pull/3333) [`8f43674`](https://github.com/MoonshotAI/kimi-code/commit/8f43674b902213f876359d82fa3831f485e3e82b) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - web: Fix attachments in a newly created session still showing as uploading after the upload has finished. + +- [#3333](https://github.com/MoonshotAI/kimi-code/pull/3333) [`8f43674`](https://github.com/MoonshotAI/kimi-code/commit/8f43674b902213f876359d82fa3831f485e3e82b) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - web: Render the rich composer placeholder outside the editor, fixing the first typed/IME character being swallowed. + +- [#3307](https://github.com/MoonshotAI/kimi-code/pull/3307) [`0310f22`](https://github.com/MoonshotAI/kimi-code/commit/0310f223daf9596ac403e94c7224ce2f744951c3) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Increase the request timeout for `kimi update`. + +- [#3333](https://github.com/MoonshotAI/kimi-code/pull/3333) [`8f43674`](https://github.com/MoonshotAI/kimi-code/commit/8f43674b902213f876359d82fa3831f485e3e82b) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - web: Unify right-side panel headers and give the OpenIn menu a file mode (copy absolute path, editor picker, full-path tooltip). + +- [#3333](https://github.com/MoonshotAI/kimi-code/pull/3333) [`8f43674`](https://github.com/MoonshotAI/kimi-code/commit/8f43674b902213f876359d82fa3831f485e3e82b) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - web: Fix signed-in users without a usable model being wrongly asked to sign in (and getting stuck there on web); the send gate now offers picking or configuring a model instead. + +- [#3333](https://github.com/MoonshotAI/kimi-code/pull/3333) [`8f43674`](https://github.com/MoonshotAI/kimi-code/commit/8f43674b902213f876359d82fa3831f485e3e82b) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - web: Fix startup getting stuck on "Connecting…" for a long time when the account has many workspaces. + +- [#3328](https://github.com/MoonshotAI/kimi-code/pull/3328) [`dc6028d`](https://github.com/MoonshotAI/kimi-code/commit/dc6028dc6b5c9464039f16cfe38de6ba90a68b72) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Fixed skill instructions injected by the Skill tool showing up as ordinary user messages in the rebuilt transcript. + +- [#3292](https://github.com/MoonshotAI/kimi-code/pull/3292) [`23921e9`](https://github.com/MoonshotAI/kimi-code/commit/23921e9f2c5a50f66ad5616554fac8565772919d) Thanks [@7Sageer](https://github.com/7Sageer)! - When a session resumes, the assistant is warned that background tasks from the previous session may still be running. + ## 0.39.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index d8202eb11bb..34442dee283 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.39.0", + "version": "0.39.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",