ci: release packages - #2403
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
13 times, most recently
from
July 31, 2026 10:20
aff90cd to
5712126
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 11:16
5712126 to
0bbc616
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.31.1
Patch Changes
#2410
f1a3475Thanks @sailist! - Fix sporadic "model is not configured" errors when starting kimi web, caused by the background provider-model refresh transiently clearing the model catalog while the first session was being created.#2400
1f3f5daThanks @7Sageer! - Preserve the assistant's partial output when a turn is interrupted with Esc, and remind the model that the previous turn was deliberately interrupted.#2415
5c0ec29Thanks @wbxl2000! - web: Enable Monaco-based highlighting for code blocks, and fix line numbers overlapping or drifting out of alignment in fallback-rendered code blocks.#2442
bb2919eThanks @liruifengv! - Reduce frequent full-screen redraws in the TUI.#2125
e111c87Thanks @bowenliang123! - web: Order permission modes from safest to most permissive across settings surfaces, and fix the swapped yolo/auto risk colors in the status panel and mobile settings.#2459
326e1fbThanks @wbxl2000! - web: Fix chat code blocks rendering in the proportional UI font at the wrong size after the markdown renderer upgrade, and align the loading fallback with the highlighted block so the upgrade no longer shifts layout.#2437
ed7a4ccThanks @sailist! - web: Make the @ file mention work in a new-session draft, before the first prompt creates the session.#2437
ed7a4ccThanks @sailist! - web: Fix new sessions showing the thinking level (e.g. Max) while the first message actually ran with thinking off.kimi-code@0.6.7
Patch Changes
302b2cdThanks @gaoyuan1223m! - Fix only the first question being answerable when the agent asked multiple questions at once; each question is now answered one by one and submitted together.