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
from
August 15, 2026 06:11
02f2998 to
2cd78e7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 16, 2026 07:15
2cd78e7 to
720442a
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
f492cd7Thanks @tpoisonooo! - Add the /tower slash command to orchestrate multiple agents iterating on one repo in parallel — you act as the control tower while worker agents execute missions in their own git worktrees. Run /tower to start.Patch Changes
#2940
6b72345Thanks @bj456736! - Print the fullkimi --resumecommand after/forkand copy it to the clipboard, so the fork can be entered directly from a new CLI process.#2928
d96cd03Thanks @chengluyu! - Warn in the footer while a typed/goalobjective exceeds the 4000-character limit, and restore the input instead of losing it when an over-limit objective is rejected. The error message now suggests putting long content in a file and referencing the file path.#2633
f492cd7Thanks @tpoisonooo! - Fix several seconds of startup lag: the global search index (used only by the web UI's search) was being opened and synced in every terminal session, including ones that never search. It now loads on demand, so interactive startup stays fast.#2633
f492cd7Thanks @tpoisonooo! - Queue slash skill commands entered while the agent is busy instead of rejecting them with "Cannot / while streaming" — they now behave exactly like normal input: queued visibly by default, and Ctrl-S steers them into the running turn as real skill activations.@moonshot-ai/agent-core@0.15.9
Patch Changes
d96cd03Thanks @chengluyu! - Include the file-reference workaround in theGOAL_OBJECTIVE_TOO_LONGerror message so clients surface how to submit long objectives.@moonshot-ai/agent-core-v2@0.4.1
Patch Changes
d96cd03Thanks @chengluyu! - Include the file-reference workaround in theGOAL_OBJECTIVE_TOO_LONGerror message so clients surface how to submit long objectives.