ci: release packages - #2469
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 12:24
97aaaec to
a7ca2af
Compare
5 tasks
github-actions
Bot
force-pushed
the
changeset-release/main
branch
11 times, most recently
from
August 3, 2026 13:02
5c880f4 to
141229d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 14:05
141229d to
a6462c2
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.32.0
Minor Changes
75395f6Thanks @sailist! - Add the TurnStarted, UserPromptQueued, TaskStarted, and SessionHeartbeat hook events, enrich hook payloads with the session title and client type, include the model and profile in SessionStart, and report SessionEnd as archive when a session is archived instead of exited. Configure the new events under [[hooks]] in config.toml.Patch Changes
#2416
eaab2b6Thanks @mangeshraut712! - Fall back to the built-in models.dev catalog snapshot when the public catalog is unreachable, so Known third-party provider import still works offline or in blocked networks.#2083
bfa0080Thanks @StaR4y! - web: Fix dark-mode monochrome controls and align the chat composer corner radius with the design system.#2559
dfc55a5Thanks @wbxl2000! - Render the "/login" already-logged-in confirmation in the success color instead of dim text, so the "Already logged in. Model configuration refreshed." message is clearly visible.#2572
6ba75a1Thanks @sailist! - Rename the[loop_control] max_retries_per_stepconfig key tomax_attempts_per_stepandmax_steps_per_runtomax_steps_per_turn: on the v2 engine the old keys no longer take effect and a startup warning prompts the rename inconfig.toml. TheKIMI_LOOP_MAX_RETRIES_PER_STEPenv var is likewise deprecated in favor ofKIMI_LOOP_MAX_ATTEMPTS_PER_STEPbut keeps working with a warning.#2562
071b6a5Thanks @sailist! - Serve v1 message history from the server layer and drop the engine-side legacy message adapter; the /api/v1 message contract is unchanged.#2562
071b6a5Thanks @sailist! - Assemble the session snapshot endpoint from the engine's services for both cold and live sessions, and remove the KIMI_SNAPSHOT_READER, KIMI_SNAPSHOT_TIMEOUT_MS, and KIMI_SNAPSHOT_CACHE_LIMIT environment knobs.@moonshot-ai/agent-core-v2@0.3.1
Patch Changes
071b6a5Thanks @sailist! - Serve v1 message history from the server layer and drop the engine-side legacy message adapter; the /api/v1 message contract is unchanged.@moonshot-ai/kap-server@0.2.1
Patch Changes
#2572
6ba75a1Thanks @sailist! - Add the globalevent.config.warningWebSocket event that pushes the current set of config warnings (deprecated config keys or environment variables in use) to every connection whenever it changes.#2417
e22479aThanks @liruifengv! - Expose the effective experimental-flag map asexperimental_flagsonGET /api/v1/meta.#2562
071b6a5Thanks @sailist! - Serve v1 message history from the server layer and drop the engine-side legacy message adapter; the /api/v1 message contract is unchanged.#2562
071b6a5Thanks @sailist! - Assemble the session snapshot endpoint from the engine's services for both cold and live sessions, and remove the KIMI_SNAPSHOT_READER, KIMI_SNAPSHOT_TIMEOUT_MS, and KIMI_SNAPSHOT_CACHE_LIMIT environment knobs.Updated dependencies [
071b6a5]:@moonshot-ai/kimi-code-sdk@0.15.1
Patch Changes
98ef0f0Thanks @7Sageer! - Fix v1 replay ignoring v2profile.bindrecords, which made sessions resumed from CLI-created wires lose their tool allowlist and send requests withouttools.