ci: release packages - #2932
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
27 times, most recently
from
August 18, 2026 06:59
65837e1 to
0ccde74
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 18, 2026 07:04
0ccde74 to
1544bc0
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.37.0
Minor Changes
44a6c70Thanks @chengluyu! - Activate multiple skills in a single prompt. Type/after whitespace to insert a skill token.Patch Changes
#2593
d833a1aThanks @7Sageer! - Keep pasted image and video attachments available in session history.#2914
1cf617dThanks @SeleneXX! - Fix Gemini tool-calling sessions failing on follow-up requests.#2972
04d23e2Thanks @sailist! - Fix text files containing Chinese or emoji being misdetected as binary in the web UI.#2940
6b72345Thanks @bj456736! - Print and copy the fullkimi --resumecommand after/fork.#2928
d96cd03Thanks @chengluyu! - Warn when a typed/goalobjective exceeds the 4000-character limit, and keep the input if it is rejected.#2633
f492cd7Thanks @tpoisonooo! - Fix slow startup by loading the global search index on demand.#2985
a7dc1eaThanks @bj456736! - Fix a startup error when a restored session references a model that is no longer configured.#2969
ee564e5Thanks @sailist! - Fix the displayed context size dropping to a smaller estimate after archiving and resuming a session.#2633
f492cd7Thanks @tpoisonooo! - Queue slash skill commands entered while the agent is busy instead of rejecting them.#3016
98ebda8Thanks @sailist! - Fix /undo not restoring the todo list to its state before the undone turn.#2858
59dde73Thanks @7Sageer! - On the legacy engine, plugin MCP server changes and OAuth sign-in now take effect in open sessions immediately.#2989
09976b0Thanks @bj456736! - Addkimi web --web-title <title>to set a custom browser tab title for the web UI.@moonshot-ai/kimi-code-sdk@0.19.0
Minor Changes
#2593
d833a1aThanks @7Sageer! - Daemon file references no longer persist a materialization path; the display path is derived from the session media store at read time.#2934
61591bcThanks @chengluyu! - Addsession.promptWithSkills(input, skills)to submit one prompt with multiple skill activations in a single turn (v2 engine only).#2593
d833a1aThanks @7Sageer! - AdduploadFilefor uploading media and referencing it from prompts, and an optionalpromptIdon prompt submissions. Both require the v2 harness.#3026
13857f3Thanks @bj456736! - Unify the MCP management surface behind a source-tagged registry, covering plugin-declared servers inlistMcpServersand addinggetMcpServer,testMcpServerConfig, runtimeaddMcpServer,inspectAppMcpServers, and anoauth-expiredauth state.kimi-code@0.7.1
Patch Changes
#3026
13857f3Thanks @bj456736! - Show plugin- and file-declared MCP servers as read-only entries in the MCP servers panel.Updated dependencies [
d833a1a,61591bc,d833a1a,13857f3]:@moonshot-ai/acp-adapter@0.3.10
Patch Changes
d833a1a,61591bc,d833a1a,13857f3]:@moonshot-ai/pi-tui@0.84.4
Patch Changes
44a6c70Thanks @chengluyu! - Add an opt-in inline slash autocomplete trigger that fires after whitespace mid-input.