ci: release packages - #2592
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
13 times, most recently
from
August 4, 2026 14:38
3ce25bf to
80cebcb
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 15:56
80cebcb to
4cfc31f
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.33.0
Minor Changes
#2407
0abcd00Thanks @wbxl2000! - Add Kimi Computer Use and Kimi WebBridge as built-in official marketplace entries in the v2 CLI. Installing from/pluginssets up the latest managed runtime and plugin together, reports incomplete manual steps, and supports retrying interrupted setup.#2573
98ee35aThanks @RealKai42! - Add a custom agent identity, plus a switch for the built-in skills that document Kimi Code itself. Set[identity] nameinconfig.toml(orKIMI_CODE_IDENTITY_NAME) to change the name the agent uses for itself and the identifier it presents to third-party providers and MCP servers; setbuiltin_product_skills = falseto drop the product-documentation skills.#2565
54c04bfThanks @7Sageer! -/forkno longer switches to the forked session: the current session stays active and its background tasks keep running. Find the fork in/sessions.Patch Changes
#2614
8db7d42Thanks @RealKai42! - Add /bug as an alias for the /feedback slash command. Type /bug to submit feedback.#2586
278b6afThanks @7Sageer! - Ensure the first request waits for MCP startup to finish while the interface still opens immediately.#2596
c32e661Thanks @xpzouying! - MCP tool results now surface the spec-definedstructuredContentfield and_metaserver metadata to the model as a serialized<mcp-structured-result>block, instead of silently dropping them. Servers that return their machine-readable contract in these fields work the same as on other MCP hosts.