ci: release packages - #2641
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
18 times, most recently
from
August 6, 2026 12:59
b3be6e9 to
6b1c6f4
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2026 13:13
6b1c6f4 to
4cf8969
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@moonshot-ai/kimi-code@0.34.0
Minor Changes
#2646
3c75a27Thanks @liruifengv! - Show a cache-expiry reminder when resuming a long-idle session or submitting after a long idle stretch.#2697
e6e4ba2Thanks @liruifengv! - web: When a model request fails and interrupts a conversation, a persistent failure card now stays in the session with one-click resume.#2652
68ba740Thanks @wbxl2000! - Add Windows support for the built-in Kimi Computer Use capability and show the underlying error when capability setup fails. Install it from/pluginson Windows x64.#2697
e6e4ba2Thanks @liruifengv! - web: Add a flat view to the sidebar session list.Patch Changes
#2648
d1ded01Thanks @wbxl2000! - Restore how the last turn ended (completed, cancelled, or failed) when a session is resumed after a server restart, so clients can still surface a previously failed turn instead of the session looking silently stopped.#2666
335588eThanks @wbxl2000! - Session listings keep how the last turn ended (completed, cancelled, or failed) across server restarts, so clients can mark previously failed sessions before they are opened.#2697
e6e4ba2Thanks @liruifengv! - web: Fix the model picker overflowing the screen when many models are available, leaving the bottom options unreachable.#2639
8588121Thanks @7Sageer! - /feedback now works for any signed-in user regardless of the active model; signed-out users are shown the sign-up page and GitHub Issues links instead.#2675
34c4181Thanks @sailist! - Fix kimi -p exiting right after the main turn instead of waiting for background tasks and subagents to finish.#2694
02c026dThanks @sailist! - Keep live sessions stable when an MCP server is removed from the workspace config or uninstalled with its plugin: its tools stay registered in open sessions but calls fail with a removal notice, and the MCP panel shows the removed status. Servers added mid-session — by a plugin install or a config edit — are not registered in open sessions; they take effect in new sessions or after/newor/reload.#2647
7bd3fd9Thanks @sailist! - Read UTF-16 LE/BE text files (with or without a BOM) by transcoding them to UTF-8 instead of refusing them as binary; the web UI file viewer displays them as text as well.#2697
e6e4ba2Thanks @liruifengv! - web: The sidebar error marker now only appears when the last turn failed; manually cancelled sessions are no longer flagged.#2697
e6e4ba2Thanks @liruifengv! - web: Fix attachments being silently dropped when sent together with a skill command.#2697
e6e4ba2Thanks @liruifengv! - web: Fix a manually chosen thinking level being reset to the model default when the first message of a new session is a skill command.#2697
e6e4ba2Thanks @liruifengv! - web: Fix session renaming during IME composition — Enter no longer submits mid-composition and Esc no longer exits the editor while composing.#2686
ef61084Thanks @wbxl2000! - Use a compatible PowerShell for Windows Kimi Computer Use installation, provide actionable recovery for locked plugin files, and keep its marketplace name consistent after installation.#2679
7b2784bThanks @liruifengv! - web: Subagent tasks now show the model and thinking level they use.#2697
e6e4ba2Thanks @liruifengv! - web: Fix text selection while renaming a session or workspace — dragging no longer moves the whole list item.#2697
e6e4ba2Thanks @liruifengv! - web: Fix the chevron direction on the "show less" button of the changed-files summary card.#2697
e6e4ba2Thanks @liruifengv! - web: During automatic retries after a failed model request, the working status now shows retry progress (attempt N of M) instead of looking unresponsive.#2677
713bf1aThanks @liruifengv! - Fix resumed sessions rendering background task completion notifications as raw protocol text instead of a task status card.#2692
03aa66cThanks @wbxl2000! - Show browser extension links and activation steps after installing Kimi WebBridge.#2645
2b89373Thanks @sailist! - Fix the web UI opening the Documents folder instead of the requested file on Windows when the file path contains spaces.#2697
e6e4ba2Thanks @liruifengv! - web: Fix the background-tasks and todos pills being pushed to the top of the window when the plan approval dialog expands.@moonshot-ai/kimi-code-sdk@0.15.3
Patch Changes
#2666
335588eThanks @wbxl2000! - Session listings keep how the last turn ended (completed, cancelled, or failed) across server restarts, so clients can mark previously failed sessions before they are opened.#2679
7b2784bThanks @liruifengv! - Subagent lifecycle events and background task info now carry the subagent's bound model and thinking effort.