From 9532042ba9ef00280d8132c655a4e657caa13b06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:08:27 +0000 Subject: [PATCH] ci: release packages --- .../add-lowercase-continue-shorthand.md | 5 -- .changeset/clipboard-image-footer-hint.md | 5 -- .changeset/expand-running-bash-command.md | 5 -- .changeset/expand-truncated-todo-list.md | 5 -- .changeset/fix-clear-on-shrink.md | 5 -- .changeset/fix-inline-image-truncation.md | 5 -- .../fix-mid-history-interrupted-tool-call.md | 5 -- .changeset/fix-slash-subcommand-after-tab.md | 5 -- .changeset/fix-tab-file-completion.md | 5 -- .changeset/fix-web-clipboard-copy.md | 5 -- .changeset/fix-web-nested-codeblock-blank.md | 5 -- .changeset/fix-web-persist-input-history.md | 5 -- .changeset/fix-web-question-other-option.md | 5 -- .changeset/fix-web-yolo-auto-approve.md | 5 -- .changeset/large-file-reads.md | 5 -- .changeset/session-only-model-switch.md | 5 -- .changeset/web-abort-session-fallback.md | 5 -- .changeset/web-components-subdirs.md | 5 -- .changeset/web-dev-mode-indicator.md | 5 -- .changeset/web-draggable-workspace-order.md | 5 -- .changeset/web-extract-attachment-upload.md | 5 -- .changeset/web-extract-composer-draft.md | 5 -- .../web-extract-composer-input-history.md | 5 -- .changeset/web-extract-mention-menu.md | 5 -- .changeset/web-extract-slash-menu.md | 5 -- .changeset/web-persist-workspace-collapse.md | 5 -- .changeset/web-split-chatpane-helpers.md | 5 -- .changeset/web-split-conversation-toc.md | 5 -- .../web-split-sidebar-workspace-group.md | 5 -- .changeset/web-unbounded-panel-width.md | 5 -- .changeset/working-tips.md | 5 -- apps/kimi-code/CHANGELOG.md | 66 +++++++++++++++++++ apps/kimi-code/package.json | 2 +- 33 files changed, 67 insertions(+), 156 deletions(-) delete mode 100644 .changeset/add-lowercase-continue-shorthand.md delete mode 100644 .changeset/clipboard-image-footer-hint.md delete mode 100644 .changeset/expand-running-bash-command.md delete mode 100644 .changeset/expand-truncated-todo-list.md delete mode 100644 .changeset/fix-clear-on-shrink.md delete mode 100644 .changeset/fix-inline-image-truncation.md delete mode 100644 .changeset/fix-mid-history-interrupted-tool-call.md delete mode 100644 .changeset/fix-slash-subcommand-after-tab.md delete mode 100644 .changeset/fix-tab-file-completion.md delete mode 100644 .changeset/fix-web-clipboard-copy.md delete mode 100644 .changeset/fix-web-nested-codeblock-blank.md delete mode 100644 .changeset/fix-web-persist-input-history.md delete mode 100644 .changeset/fix-web-question-other-option.md delete mode 100644 .changeset/fix-web-yolo-auto-approve.md delete mode 100644 .changeset/large-file-reads.md delete mode 100644 .changeset/session-only-model-switch.md delete mode 100644 .changeset/web-abort-session-fallback.md delete mode 100644 .changeset/web-components-subdirs.md delete mode 100644 .changeset/web-dev-mode-indicator.md delete mode 100644 .changeset/web-draggable-workspace-order.md delete mode 100644 .changeset/web-extract-attachment-upload.md delete mode 100644 .changeset/web-extract-composer-draft.md delete mode 100644 .changeset/web-extract-composer-input-history.md delete mode 100644 .changeset/web-extract-mention-menu.md delete mode 100644 .changeset/web-extract-slash-menu.md delete mode 100644 .changeset/web-persist-workspace-collapse.md delete mode 100644 .changeset/web-split-chatpane-helpers.md delete mode 100644 .changeset/web-split-conversation-toc.md delete mode 100644 .changeset/web-split-sidebar-workspace-group.md delete mode 100644 .changeset/web-unbounded-panel-width.md delete mode 100644 .changeset/working-tips.md diff --git a/.changeset/add-lowercase-continue-shorthand.md b/.changeset/add-lowercase-continue-shorthand.md deleted file mode 100644 index 179c1c3c46..0000000000 --- a/.changeset/add-lowercase-continue-shorthand.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add `-c` as a shorthand for `--continue`. diff --git a/.changeset/clipboard-image-footer-hint.md b/.changeset/clipboard-image-footer-hint.md deleted file mode 100644 index 0286418270..0000000000 --- a/.changeset/clipboard-image-footer-hint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show a transient footer hint when an image is detected in the clipboard, displaying the platform-appropriate paste shortcut. diff --git a/.changeset/expand-running-bash-command.md b/.changeset/expand-running-bash-command.md deleted file mode 100644 index 4150c2053b..0000000000 --- a/.changeset/expand-running-bash-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show the command in running Bash tool cards and allow expanding it with Ctrl+O before the result arrives. diff --git a/.changeset/expand-truncated-todo-list.md b/.changeset/expand-truncated-todo-list.md deleted file mode 100644 index 66f2fc7e67..0000000000 --- a/.changeset/expand-truncated-todo-list.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add a Ctrl+T shortcut to expand and collapse a truncated todo list. diff --git a/.changeset/fix-clear-on-shrink.md b/.changeset/fix-clear-on-shrink.md deleted file mode 100644 index 51cf00e035..0000000000 --- a/.changeset/fix-clear-on-shrink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix stale rows occasionally leaving duplicate input boxes after tall content shrinks. diff --git a/.changeset/fix-inline-image-truncation.md b/.changeset/fix-inline-image-truncation.md deleted file mode 100644 index 3595c0474b..0000000000 --- a/.changeset/fix-inline-image-truncation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix inline images being rendered as broken escape sequences in the transcript. diff --git a/.changeset/fix-mid-history-interrupted-tool-call.md b/.changeset/fix-mid-history-interrupted-tool-call.md deleted file mode 100644 index 7192f664fb..0000000000 --- a/.changeset/fix-mid-history-interrupted-tool-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix resume not realigning a tool call that was interrupted mid-history. The synthetic interrupted result is now closed in place at the next step boundary, so later turns and deferred messages keep their recorded order instead of only the trailing exchange being repaired. The `/messages` wire transcript reducer mirrors the same closure so its folded length stays aligned with live history, preventing the later turn from being duplicated/reordered. Replay also drops a tool result whose call is no longer awaiting one, so a stale interrupted result left at the log tail by an older resume of a damaged session is not re-applied as a duplicate. diff --git a/.changeset/fix-slash-subcommand-after-tab.md b/.changeset/fix-slash-subcommand-after-tab.md deleted file mode 100644 index 51a6dedcd8..0000000000 --- a/.changeset/fix-slash-subcommand-after-tab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Show subcommand suggestions after Tab-completing a slash command name. diff --git a/.changeset/fix-tab-file-completion.md b/.changeset/fix-tab-file-completion.md deleted file mode 100644 index 5fd1a5183f..0000000000 --- a/.changeset/fix-tab-file-completion.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the Tab key unexpectedly opening the file completion list. diff --git a/.changeset/fix-web-clipboard-copy.md b/.changeset/fix-web-clipboard-copy.md deleted file mode 100644 index 3ec4efc565..0000000000 --- a/.changeset/fix-web-clipboard-copy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix clipboard copy actions in the web UI when served over plain HTTP. diff --git a/.changeset/fix-web-nested-codeblock-blank.md b/.changeset/fix-web-nested-codeblock-blank.md deleted file mode 100644 index 01d1df7da8..0000000000 --- a/.changeset/fix-web-nested-codeblock-blank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix code blocks nested inside list items rendering blank in the web chat after a turn finishes generating. diff --git a/.changeset/fix-web-persist-input-history.md b/.changeset/fix-web-persist-input-history.md deleted file mode 100644 index 05529c9386..0000000000 --- a/.changeset/fix-web-persist-input-history.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the composer's ↑/↓ input-history recall doing nothing right after the first message of a new session. The history is now persisted to localStorage and re-read on mount, so the docked composer no longer starts empty when it takes over from the empty-session composer. Slash commands are now recorded too — both typed-and-submitted and ones picked from the slash menu — so they can be recalled like plain messages. diff --git a/.changeset/fix-web-question-other-option.md b/.changeset/fix-web-question-other-option.md deleted file mode 100644 index 12bf99b305..0000000000 --- a/.changeset/fix-web-question-other-option.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the web question prompt missing the free-text Other option. diff --git a/.changeset/fix-web-yolo-auto-approve.md b/.changeset/fix-web-yolo-auto-approve.md deleted file mode 100644 index ef70158e48..0000000000 --- a/.changeset/fix-web-yolo-auto-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix yolo mode in the web app auto-approving plan reviews and sensitive file access. diff --git a/.changeset/large-file-reads.md b/.changeset/large-file-reads.md deleted file mode 100644 index eaf25643b2..0000000000 --- a/.changeset/large-file-reads.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Read large text files in bounded memory and read tail lines without scanning whole files. diff --git a/.changeset/session-only-model-switch.md b/.changeset/session-only-model-switch.md deleted file mode 100644 index 9dbc0295c4..0000000000 --- a/.changeset/session-only-model-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add an Alt+S shortcut in the model picker to switch the model for the current session only, without saving it as the default. diff --git a/.changeset/web-abort-session-fallback.md b/.changeset/web-abort-session-fallback.md deleted file mode 100644 index 29f1ee1d3a..0000000000 --- a/.changeset/web-abort-session-fallback.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix web chat stop actions so stale prompt ids fall back to cancelling the active session. diff --git a/.changeset/web-components-subdirs.md b/.changeset/web-components-subdirs.md deleted file mode 100644 index 208897e1dd..0000000000 --- a/.changeset/web-components-subdirs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Reorganize the web app's components into area subdirectories (chat/settings/dialogs/mobile) and refresh the component path comments. diff --git a/.changeset/web-dev-mode-indicator.md b/.changeset/web-dev-mode-indicator.md deleted file mode 100644 index ce863b7560..0000000000 --- a/.changeset/web-dev-mode-indicator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add a development-mode indicator to the web sidebar for local development. diff --git a/.changeset/web-draggable-workspace-order.md b/.changeset/web-draggable-workspace-order.md deleted file mode 100644 index 24fd88e130..0000000000 --- a/.changeset/web-draggable-workspace-order.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Keep the web sidebar's workspace order stable and let workspaces be reordered by drag-and-drop, persisted locally instead of following recent activity; sessions now also float to the top of their group as soon as a new message arrives. diff --git a/.changeset/web-extract-attachment-upload.md b/.changeset/web-extract-attachment-upload.md deleted file mode 100644 index 9c281c27db..0000000000 --- a/.changeset/web-extract-attachment-upload.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Extract the composer's image/video attachment handling into a reusable composable. diff --git a/.changeset/web-extract-composer-draft.md b/.changeset/web-extract-composer-draft.md deleted file mode 100644 index 37c120f412..0000000000 --- a/.changeset/web-extract-composer-draft.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Extract the composer's text state and per-session draft persistence into a reusable composable. diff --git a/.changeset/web-extract-composer-input-history.md b/.changeset/web-extract-composer-input-history.md deleted file mode 100644 index 24947eea83..0000000000 --- a/.changeset/web-extract-composer-input-history.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Extract the composer's shell-style input-history recall into a reusable composable. diff --git a/.changeset/web-extract-mention-menu.md b/.changeset/web-extract-mention-menu.md deleted file mode 100644 index 8217f84f07..0000000000 --- a/.changeset/web-extract-mention-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Extract the composer's @-mention menu logic into a reusable composable. diff --git a/.changeset/web-extract-slash-menu.md b/.changeset/web-extract-slash-menu.md deleted file mode 100644 index f99720c05e..0000000000 --- a/.changeset/web-extract-slash-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Extract the composer's slash-command menu logic into a reusable composable. diff --git a/.changeset/web-persist-workspace-collapse.md b/.changeset/web-persist-workspace-collapse.md deleted file mode 100644 index 19b6b01e4f..0000000000 --- a/.changeset/web-persist-workspace-collapse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Persist the collapsed state of workspace groups in the web sidebar across page reloads. diff --git a/.changeset/web-split-chatpane-helpers.md b/.changeset/web-split-chatpane-helpers.md deleted file mode 100644 index 4606cde7e8..0000000000 --- a/.changeset/web-split-chatpane-helpers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Extract pure turn-rendering helpers out of the chat pane into their own module. diff --git a/.changeset/web-split-conversation-toc.md b/.changeset/web-split-conversation-toc.md deleted file mode 100644 index b849e452b0..0000000000 --- a/.changeset/web-split-conversation-toc.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Extract the beta conversation outline (table of contents) into its own component. diff --git a/.changeset/web-split-sidebar-workspace-group.md b/.changeset/web-split-sidebar-workspace-group.md deleted file mode 100644 index aeca14aad4..0000000000 --- a/.changeset/web-split-sidebar-workspace-group.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Extract the workspace group rendering out of the sidebar into its own component. diff --git a/.changeset/web-unbounded-panel-width.md b/.changeset/web-unbounded-panel-width.md deleted file mode 100644 index 8b4e6cf2af..0000000000 --- a/.changeset/web-unbounded-panel-width.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Allow the web sidebar and detail panel to be resized up to the available viewport width, keeping their resize handles reachable on narrow windows. diff --git a/.changeset/working-tips.md b/.changeset/working-tips.md deleted file mode 100644 index 7e157aa886..0000000000 --- a/.changeset/working-tips.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Optimize the loading tips display. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 5b7927e876..2928c785be 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,71 @@ # @moonshot-ai/kimi-code +## 0.19.2 + +### Patch Changes + +- [#999](https://github.com/MoonshotAI/kimi-code/pull/999) [`6b68aa8`](https://github.com/MoonshotAI/kimi-code/commit/6b68aa85e2a58cfdaacba5580f66a6a74550ccf6) - Add `-c` as a shorthand for `--continue`. + +- [#1028](https://github.com/MoonshotAI/kimi-code/pull/1028) [`be77d5d`](https://github.com/MoonshotAI/kimi-code/commit/be77d5da03b96ebc24169ef563be1dc1c545590f) - Show a transient footer hint when an image is detected in the clipboard, displaying the platform-appropriate paste shortcut. + +- [#1004](https://github.com/MoonshotAI/kimi-code/pull/1004) [`d70c3a8`](https://github.com/MoonshotAI/kimi-code/commit/d70c3a8c0121f55e5f29f9a2ad01b17df449467a) - Show the command in running Bash tool cards and allow expanding it with Ctrl+O before the result arrives. + +- [#1009](https://github.com/MoonshotAI/kimi-code/pull/1009) [`e47de61`](https://github.com/MoonshotAI/kimi-code/commit/e47de610e4de9b11ccd182c0c16387f9d3fb0de4) - Add a Ctrl+T shortcut to expand and collapse a truncated todo list. + +- [#1028](https://github.com/MoonshotAI/kimi-code/pull/1028) [`be77d5d`](https://github.com/MoonshotAI/kimi-code/commit/be77d5da03b96ebc24169ef563be1dc1c545590f) - Fix stale rows occasionally leaving duplicate input boxes after tall content shrinks. + +- [#1028](https://github.com/MoonshotAI/kimi-code/pull/1028) [`be77d5d`](https://github.com/MoonshotAI/kimi-code/commit/be77d5da03b96ebc24169ef563be1dc1c545590f) - Fix inline images being rendered as broken escape sequences in the transcript. + +- [#1027](https://github.com/MoonshotAI/kimi-code/pull/1027) [`c240bfa`](https://github.com/MoonshotAI/kimi-code/commit/c240bfab7d2b00d41b993f681be612f2db45baa7) - Fix resume not realigning a tool call that was interrupted mid-history. The synthetic interrupted result is now closed in place at the next step boundary, so later turns and deferred messages keep their recorded order instead of only the trailing exchange being repaired. The `/messages` wire transcript reducer mirrors the same closure so its folded length stays aligned with live history, preventing the later turn from being duplicated/reordered. Replay also drops a tool result whose call is no longer awaiting one, so a stale interrupted result left at the log tail by an older resume of a damaged session is not re-applied as a duplicate. + +- [#1012](https://github.com/MoonshotAI/kimi-code/pull/1012) [`fd16ffb`](https://github.com/MoonshotAI/kimi-code/commit/fd16ffb80a90fda8a611a27a158b9b7a33e13303) - Show subcommand suggestions after Tab-completing a slash command name. + +- [#1012](https://github.com/MoonshotAI/kimi-code/pull/1012) [`fd16ffb`](https://github.com/MoonshotAI/kimi-code/commit/fd16ffb80a90fda8a611a27a158b9b7a33e13303) - Fix the Tab key unexpectedly opening the file completion list. + +- [#1044](https://github.com/MoonshotAI/kimi-code/pull/1044) [`9d197e0`](https://github.com/MoonshotAI/kimi-code/commit/9d197e0f67c879306b9d7659d66e9295e63faa5a) - Fix clipboard copy actions in the web UI when served over plain HTTP. + +- [#1032](https://github.com/MoonshotAI/kimi-code/pull/1032) [`a753b05`](https://github.com/MoonshotAI/kimi-code/commit/a753b0535e44f624289715bd560cf1346149e786) - Fix code blocks nested inside list items rendering blank in the web chat after a turn finishes generating. + +- [#1015](https://github.com/MoonshotAI/kimi-code/pull/1015) [`83384ee`](https://github.com/MoonshotAI/kimi-code/commit/83384ee6d46b37c00b7b8f160a7c48aebbd6921e) - Fix the composer's ↑/↓ input-history recall doing nothing right after the first message of a new session. The history is now persisted to localStorage and re-read on mount, so the docked composer no longer starts empty when it takes over from the empty-session composer. Slash commands are now recorded too — both typed-and-submitted and ones picked from the slash menu — so they can be recalled like plain messages. + +- [#1003](https://github.com/MoonshotAI/kimi-code/pull/1003) [`e15edfd`](https://github.com/MoonshotAI/kimi-code/commit/e15edfd017506fde396b8b0dcf68008b61b39752) - Fix the web question prompt missing the free-text Other option. + +- [#1056](https://github.com/MoonshotAI/kimi-code/pull/1056) [`b93e936`](https://github.com/MoonshotAI/kimi-code/commit/b93e9365b68d53f8f1a148e7349a5865b1b669a8) - Fix yolo mode in the web app auto-approving plan reviews and sensitive file access. + +- [#971](https://github.com/MoonshotAI/kimi-code/pull/971) [`b84704b`](https://github.com/MoonshotAI/kimi-code/commit/b84704bff39ae5cb382d2a8dc0911db286e84ead) - Read large text files in bounded memory and read tail lines without scanning whole files. + +- [#1020](https://github.com/MoonshotAI/kimi-code/pull/1020) [`9c553e4`](https://github.com/MoonshotAI/kimi-code/commit/9c553e4bf7d0a2c09030212fe06577343ea76a60) - Add an Alt+S shortcut in the model picker to switch the model for the current session only, without saving it as the default. + +- [#1043](https://github.com/MoonshotAI/kimi-code/pull/1043) [`27df39c`](https://github.com/MoonshotAI/kimi-code/commit/27df39c7ed2b012815c380a33fe56bd37c7fc7c1) - Fix web chat stop actions so stale prompt ids fall back to cancelling the active session. + +- [#1036](https://github.com/MoonshotAI/kimi-code/pull/1036) [`866b91c`](https://github.com/MoonshotAI/kimi-code/commit/866b91c8f5dc98dfc18e5c658beaa11afea5032e) - Reorganize the web app's components into area subdirectories (chat/settings/dialogs/mobile) and refresh the component path comments. + +- [#1042](https://github.com/MoonshotAI/kimi-code/pull/1042) [`dc6b9ef`](https://github.com/MoonshotAI/kimi-code/commit/dc6b9ef02bf7583d166c8c5b001a960329c225f8) - Add a development-mode indicator to the web sidebar for local development. + +- [#1047](https://github.com/MoonshotAI/kimi-code/pull/1047) [`98d3e5b`](https://github.com/MoonshotAI/kimi-code/commit/98d3e5b71d5760475f7a5a23b2b794584d12b89b) - Keep the web sidebar's workspace order stable and let workspaces be reordered by drag-and-drop, persisted locally instead of following recent activity; sessions now also float to the top of their group as soon as a new message arrives. + +- [#1034](https://github.com/MoonshotAI/kimi-code/pull/1034) [`603a767`](https://github.com/MoonshotAI/kimi-code/commit/603a7679de91e221802a7f7b0ab7df23c7e5526c) - Extract the composer's image/video attachment handling into a reusable composable. + +- [#1031](https://github.com/MoonshotAI/kimi-code/pull/1031) [`2bfd686`](https://github.com/MoonshotAI/kimi-code/commit/2bfd6860e487f902be53fd5f52f03e66d1839ae2) - Extract the composer's text state and per-session draft persistence into a reusable composable. + +- [#1011](https://github.com/MoonshotAI/kimi-code/pull/1011) [`fb780fc`](https://github.com/MoonshotAI/kimi-code/commit/fb780fce9665e2119cee6d0bc7f85895c6970865) - Extract the composer's shell-style input-history recall into a reusable composable. + +- [#1030](https://github.com/MoonshotAI/kimi-code/pull/1030) [`661c1fb`](https://github.com/MoonshotAI/kimi-code/commit/661c1fbe5b026ec32d80696290a18313b24eafef) - Extract the composer's @-mention menu logic into a reusable composable. + +- [#1026](https://github.com/MoonshotAI/kimi-code/pull/1026) [`318c964`](https://github.com/MoonshotAI/kimi-code/commit/318c964f074123ad228cbddcf7809fa4baaa7fb2) - Extract the composer's slash-command menu logic into a reusable composable. + +- [#1045](https://github.com/MoonshotAI/kimi-code/pull/1045) [`ac1882f`](https://github.com/MoonshotAI/kimi-code/commit/ac1882fe28c906904ffaacd8434bb20e689d6677) - Persist the collapsed state of workspace groups in the web sidebar across page reloads. + +- [#1001](https://github.com/MoonshotAI/kimi-code/pull/1001) [`ea1b33b`](https://github.com/MoonshotAI/kimi-code/commit/ea1b33b6743b822aa5083dbeb2d5e84a78b0ab3d) - Extract pure turn-rendering helpers out of the chat pane into their own module. + +- [#1010](https://github.com/MoonshotAI/kimi-code/pull/1010) [`a2650f8`](https://github.com/MoonshotAI/kimi-code/commit/a2650f85d467707e7c85d22cff590f68852d33f3) - Extract the beta conversation outline (table of contents) into its own component. + +- [#998](https://github.com/MoonshotAI/kimi-code/pull/998) [`3e4793d`](https://github.com/MoonshotAI/kimi-code/commit/3e4793d6111059cbfb97159f682ed4bd7a33441d) - Extract the workspace group rendering out of the sidebar into its own component. + +- [#985](https://github.com/MoonshotAI/kimi-code/pull/985) [`92c2cf0`](https://github.com/MoonshotAI/kimi-code/commit/92c2cf0ef57f00928d337bcfeb1d7eff9b0d0f7f) - Allow the web sidebar and detail panel to be resized up to the available viewport width, keeping their resize handles reachable on narrow windows. + +- [#1033](https://github.com/MoonshotAI/kimi-code/pull/1033) [`b1e6b64`](https://github.com/MoonshotAI/kimi-code/commit/b1e6b6431903fde002fdddbdfcabfab39f3ef5c5) - Optimize the loading tips display. + ## 0.19.1 ### Patch Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index e5b5e5248d..d605762771 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.1", + "version": "0.19.2", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",