ci: release packages - #3472
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
27 times, most recently
from
September 4, 2026 10:35
7234c00 to
5518196
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 4, 2026 10:43
5518196 to
bc35f36
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.41.0
Minor Changes
#3423
b199e33Thanks @RealKai42! - Remind the model of its context budget before automatic compaction, and after compaction point it at the session's event log for exact details.#3525
eba23edThanks @wbxl2000! - Turn-level file history is now always on; the experimental file-history flag has been removed.#3516
6013658Thanks @Grapedge! - Add an occasional session rating prompt above the input box.#3549
29e1875Thanks @wbxl2000! - web: add tower multi-agent collaboration mode (experimental), enabled via the /tower command or the composer plus menu; /tower supports specifying a base branch (e.g. /tower add-new-feature).Patch Changes
#3549
29e1875Thanks @wbxl2000! - web: fix background agent message cards incorrectly showing a running indicator.#3529
b184b31Thanks @sailist! - Stop blocking dangerous commands and commands that cannot be statically analyzed in auto permission mode.#3522
523d35bThanks @RealKai42! - Deliver background question answers to the agent directly instead of via a saved output file.#3522
523d35bThanks @RealKai42! - Fix background questions being cancelled as soon as the agent finishes its turn.#3549
29e1875Thanks @wbxl2000! - web: polish the style and interaction of Bash commands in the right-side panel.#3549
29e1875Thanks @wbxl2000! - web: support selection comments and quote-to-chat in the diff and per-turn changes panels.#3459
b6b9b37Thanks @RealKai42! - Subagent final messages are no longer bounced back for expansion when they are under 200 characters.#3549
29e1875Thanks @wbxl2000! - web: fix file change previews showing added/removed lines that never existed when the same file is edited multiple times in one turn.#3549
29e1875Thanks @wbxl2000! - web: pressing Esc no longer closes the right detail panel.#3549
29e1875Thanks @wbxl2000! - web: fix the default thinking effort in settings not being settable to the highest level (Max).#3549
29e1875Thanks @wbxl2000! - web: rename the three permission modes to Always Ask / Ask When Needed / Never Ask and update their Chinese and English descriptions.#3473
d567a6aThanks @7Sageer! - Show a warning after switching to Ask When Needed or Never Ask mode.#3498
a3b48a7Thanks @7Sageer! - Fix print mode (kimi -p) ignoring theKIMI_DISABLE_TELEMETRYenvironment variable.#3531
51bd52aThanks @7Sageer! - Fix print mode (kimi -p) losing session records when the run exits on an error or a termination signal.#3549
29e1875Thanks @wbxl2000! - web: restyle selection quote pills from blue to the same neutral ink as other mentions, with a vertical bar separating the quote and comment.#3549
29e1875Thanks @wbxl2000! - web: shorten selection quote pill excerpts to at most 12 characters.#3549
29e1875Thanks @wbxl2000! - web: restore selection quoting — after selecting text in a message or file preview, you can add a comment or quote it into the chat.#3478
052e98eThanks @RealKai42! - Resuming a subagent by its agent id now works after the session is reopened in a new process; the resumed subagent follows the current permission mode and is matched by its own profile in permission rules.#3549
29e1875Thanks @wbxl2000! - web: selection comment bubbles near the bottom of the page now pop above the selection and grow upward, eliminating double scrollbars.#3549
29e1875Thanks @wbxl2000! - web: fix selection bubbles displayed over the panel header being unclickable and lacking a hover state.#3549
29e1875Thanks @wbxl2000! - web: fix the comment bubble popping up before mouse release when selecting text with a slow drag.#3549
29e1875Thanks @wbxl2000! - web: rework selection comment bubble actions into right-aligned Cancel / Add to chat below the input, with an Enter hint on the confirm button.#3549
29e1875Thanks @wbxl2000! - web: revamp the selection comment bubble — the comment box supports multi-line input and auto-grows, and the confirm button now matches the chat composer send button.#3549
29e1875Thanks @wbxl2000! - web: support selection quoting in the terminal — select text to add a comment or quote it into the chat.#3549
29e1875Thanks @wbxl2000! - web: lengthen the hover delay of quote and mention preview cards so merely passing the mouse over them no longer triggers them.#3461
8057d30Thanks @tpoisonooo! - Tower mode (experimental,KIMI_CODE_EXPERIMENTAL_TOWER=1): fix tower mode never starting when enabled through[experimental] tower = trueinconfig.tomlinstead of the environment variable. When tower mode cannot be enabled, the error now names the actual blocker — the disabled experiment, a required restart, or the owning session. When another live session owns the workspace tower, the message also names the owning session's title alongside its id. /tower now also works in a directory that is not a git repository — it runs git init and commits what is there (an empty initial commit for empty directories).#3521
744b718Thanks @kimi-agent-bot! - Remove the /dance Easter egg hint from the TUI tips rotation.#3549
29e1875Thanks @wbxl2000! - web: fix inaccurate added/removed line counts in per-turn file change summaries after the same file is edited or overwritten multiple times.#3549
29e1875Thanks @wbxl2000! - web: per-turn file change cards now show only exact line statistics, and the card no longer appears when statistics are unavailable.