ci: release packages - #2881
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
August 13, 2026 13:08
f8e5801 to
a75fa92
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 14:58
a75fa92 to
828b787
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.36.1
Patch Changes
#2884
1811bd4Thanks @liruifengv! - Fix startup banner text wrapping on narrow terminals.#2899
102984aThanks @oocz! - Fix MCP OAuth cancellation leaving an in-flight authorization waiting for its callback timeout.#2876
5912d4cThanks @7Sageer! - Fix repeated file-watcher errors on Windows when the workspace is a drive root (such asE:\) or a UNC network share.@moonshot-ai/agent-core-v2@0.4.0
Minor Changes
6be2697Thanks @7Sageer! - Add the Session-scopedISessionTitleServicefor managed AI session titles: composes the excerpt sent to the platform chat_title tool from the main agent's conversation (the first user prompts, the strictfirst_turnpair, or the head+taildigestfor multi-turn sessions; assistant segments keep only final text), persists the result with atitleKind(replaceable/generated/custom) that never overwrites a user-renamed title unless explicitly forced, and rebroadcastssession.meta.updated. Gated by the new experimentalauto_session_titleflag and a managed OAuth login.Patch Changes
6be2697,4a93f70]:@moonshot-ai/kimi-code-sdk@0.18.0
Minor Changes
6be2697Thanks @7Sageer! - AddgenerateSessionTitle(v2 engine) for managed AI session titles: optionalforceregeneration over generated/custom titles and selectable conversation excerpts (user_prompts/first_turn/digest). Gated by the experimentalauto_session_titleflag and a managed OAuth login.@moonshot-ai/kimi-code-oauth@0.4.0
Minor Changes
4a93f70Thanks @liruifengv! - Add a browser-safe./devicesubpath export exposing the device-code flow's pure-fetch HTTP wrappers and flow config, so browser bundles can run OAuth sign-in without pulling in Node-only modules. Import from@moonshot-ai/kimi-code-oauth/device.Patch Changes
6be2697Thanks @7Sageer! - AddfetchChatTitlefor the managed platform/toolschat_titlemethod: protocol headers, an 8s timeout, response validation, and structured failures.kimi-code@0.6.10
Patch Changes
6be2697]:@moonshot-ai/acp-adapter@0.3.9
Patch Changes
6be2697]:@moonshot-ai/acp-server@0.0.1
Patch Changes
6be2697,6be2697]:@moonshot-ai/agent-core@0.15.8
Patch Changes
6be2697,4a93f70]:@moonshot-ai/kap-server@0.2.2
Patch Changes
#2351
6be2697Thanks @7Sageer! - AddPOST /api/v1/sessions/{session_id}/title/generatewith an optional{ "force": true, "source": "user_prompts" | "first_turn" | "digest" }body; unknown sessions return 40401 and unavailable generation (flag off, no managed login, no prompt yet, backend failure) returns the new 40923 SESSION_TITLE_UNAVAILABLE.Updated dependencies [
6be2697,6be2697,4a93f70]:@moonshot-ai/klient@0.1.2
Patch Changes
#2351
6be2697Thanks @7Sageer! - Exposesession(id).generateTitle({ force, source })on the session facade and the matchingsessionTitleServicewire contract.Updated dependencies [
6be2697]: