ci: release packages - #2592
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
25 times, most recently
from
August 5, 2026 08:11
40fe75f to
aa90473
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 08:21
aa90473 to
70b2506
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.#2627
f881cddThanks @sailist! - Run the CLI surfaces (interactive TUI,kimi -p,kimi acp,kimi export,kimi provider) on the agent-core-v2 engine by default. SetKIMI_CODE_LEGACY_FLAG=1to fall back to the legacy engine.#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.#2630
3bd098bThanks @liruifengv! - Ask whether to trust the current folder on startup.#2630
3bd098bThanks @liruifengv! - web: Add and manage custom providers in settings.#2599
541ddd2Thanks @liruifengv! - web: Overhaul the UI/UX and fix known issues.Patch Changes
#2601
75fe068Thanks @wbxl2000! - Fix built-in capability availability and installed status in/plugins, preserve legacy WebBridge skills as backups during updates, and prevent Computer Use updates from duplicating or disconnecting MCP servers.#2635
2b3e9a9Thanks @wbxl2000! - Rename the partner plugin marketplace tab to Curated and clarify that it contains third-party plugins from Kimi partners.#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.#2620
2ee6e43Thanks @xpzouying! - Fixed MCP OAuth re-authorization always failing with "Invalid redirect URI": the OAuth callback listener binds a random port per flow, but the dynamic client registration recorded the first flow's port, so every later interactive authorization was rejected at the authorization endpoint. A stale registration is now dropped automatically and the flow re-registers with the current callback URI.#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.#2612
e357028Thanks @7Sageer! - Fix all tool calls failing with spawn EBADF on macOS when a skill folder contains a very large file tree.#2630
3bd098bThanks @liruifengv! - Start the interactive TUI without creating a session.#2630
3bd098bThanks @liruifengv! - web: Show the signed-in account and plan usage.#2630
3bd098bThanks @liruifengv! - web: Set an emoji for the session title.#2630
3bd098bThanks @liruifengv! - web: Pin sessions to the top of the sidebar.@moonshot-ai/kimi-code-sdk@0.15.2
Patch Changes
75fe068Thanks @wbxl2000! - Fix built-in capability availability and installed status in/plugins, preserve legacy WebBridge skills as backups during updates, and prevent Computer Use updates from duplicating or disconnecting MCP servers.