ci: release packages - #3140
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
9 times, most recently
from
August 21, 2026 07:32
2f66075 to
8fdbbfd
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 13:07
8fdbbfd to
d6c3eae
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.39.0
Minor Changes
#3157
491ebd0Thanks @liruifengv! - web: Fix the slash-command and @-mention panels failing to open on mobile — both panels and the + menu are now grab-handle bottom sheets on small screens.#3157
491ebd0Thanks @liruifengv! - web: Add a flat/by-workspace tab to the mobile session list — the flat view sorts purely by recency and the grouped view orders each workspace by its latest session.#3007
f6736d7Thanks @7Sageer! - Add an optional forkparameter to the subagent and swarm tools that starts the subagent with a snapshot of the calling agent’s conversation history instead of an empty context. Experimental: enable it by settingKIMI_CODE_EXPERIMENTAL_SUBAGENT_FORK=trueorsubagent_fork = trueunder[experimental]in config.toml.#3099
0f44537Thanks @wbxl2000! - Add tower mode as a plan-parallel mode gated behind the experimental flagKIMI_CODE_EXPERIMENTAL_TOWER(off by default): /tower reports status, /tower on|off toggles the mode with a footer indicator, and /tower starts multi-agent orchestration.Patch Changes
#3166
d4e0ad4Thanks @liruifengv! - web: fix thinking blocks in the subagent detail panel being stuck expanded and not collapsible.#3139
381142aThanks @sailist! - Fix sessions failing to archive when their workspace folder no longer exists.#3157
491ebd0Thanks @liruifengv! - web: Fix pressing Esc to cancel an IME candidate also closing the BTW side chat.#3157
491ebd0Thanks @liruifengv! - web: Fix the composer not receiving focus after opening the BTW side chat via the shortcut or /btw.#3136
e9a99e5Thanks @wbxl2000! - Add the Tencent CloudBase plugin to the curated marketplace.#3152
3090c1cThanks @liruifengv! - web: Fix composer toolbar buttons squeezing and overlapping each other in very narrow windows.#3154
54bb49eThanks @Grapedge! - Fix the latest reply disappearing from the transcript after a scheduled cron reminder fires.#3157
491ebd0Thanks @liruifengv! - web: Fix memory usage growing steadily after repeatedly switching sessions and toggling the side chat and subagent panels.#3157
491ebd0Thanks @liruifengv! - web: Fix unsent composer attachments such as images being lost after switching sessions on the new-session page.#3152
3090c1cThanks @liruifengv! - web: Fix long question text in question cards being truncated with an ellipsis instead of wrapping.#3157
491ebd0Thanks @liruifengv! - web: Remove the redundant parenthesized domain from the login entry card titles.#3157
491ebd0Thanks @liruifengv! - web: Fix the send and stop button icons rendering too small in the mobile composer.#3157
491ebd0Thanks @liruifengv! - web: Present the mobile model picker as a bottom sheet consistent with the other mobile drawers.#3157
491ebd0Thanks @liruifengv! - web: Fix the oversized appearance theme cards in the mobile first-run wizard.#3157
491ebd0Thanks @liruifengv! - web: Temporarily remove the custom-provider entry from the mobile first-run wizard.#3152
3090c1cThanks @liruifengv! - web: Improve mobile UI styling.#3157
491ebd0Thanks @liruifengv! - web: Fix tool-call rows alternating heights on mobile by unifying them to the compact row height.#3152
3090c1cThanks @liruifengv! - web: Collapse the composer model picker to an icon when space is tight; hovering still shows the model and reasoning effort.#3152
3090c1cThanks @liruifengv! - web: Fix the composer permission mode label being hidden even when there is enough space.#3157
491ebd0Thanks @liruifengv! - web: Remove the /auto, /yolo, and /thinking slash commands; permission mode and thinking effort remain adjustable from their settings UI.#3157
491ebd0Thanks @liruifengv! - web: Fix mismatched left and right margins in the sidebar session list, and show the scrollbar only while hovering or scrolling.#3152
3090c1cThanks @liruifengv! - web: Restyle background task notifications as a lighter notice that shows the task summary, output files, and output preview directly.#3157
491ebd0Thanks @liruifengv! - web: Fix the reset-time hint in the sidebar usage panel being ellipsized even when there is enough room.#2200
30e7f62Thanks @wszqkzqk! - Fix file tools and shell working directories failing to resolve Git Bash paths such as /c/Users or /tmp on Windows.