ci: release packages#1444
Merged
Merged
Conversation
9dc70f2 to
6ced26f
Compare
6ced26f to
78867c2
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.23.1
Patch Changes
#1432
25a655cThanks @RealKai42! - Preserve prior turns' thinking by default on the Anthropic provider (Claude and Kimi's Anthropic-compatible mode), matching the Kimi default. Disable with[thinking] keep = "off"orKIMI_MODEL_THINKING_KEEP=off.#1451
16dc940Thanks @wbxl2000! - web: Recover chat streaming after a stale background-tab WebSocket instead of requiring a page refresh.#1456
e9ef939Thanks @chengluyu! - Fix goal completion and blocked updates to produce one final user-facing outcome summary from the tool result.#1456
e9ef939Thanks @chengluyu! - Fix goal startup and queue handling so failed starts restore permission mode and queued goals wait behind new user messages.#1456
e9ef939Thanks @chengluyu! - Fix goal token budgets to count model completion tokens and stop without extra continuation steps when the budget is exhausted.#1452
244ec07Thanks @sailist! - Fix kimi -p abandoning background subagents that start late or run long, so their results reach the main agent.#1457
260a807Thanks @liruifengv! - Respect the --skills-dir flag in interactive mode.#1445
809a88cThanks @wbxl2000! - web: Fix/btw [<question>]opening an empty side chat on the new-session screen.#1445
809a88cThanks @wbxl2000! - web: Fix/goal <objective>silently doing nothing on the new-session screen.#1445
809a88cThanks @wbxl2000! - web: Fix slash skill activations (for example/pre-changelog) silently doing nothing on the new-session screen.#1437
743f66eThanks @RealKai42! - Stop showing tool-produced<system>metadata in tool outputs; failed tools now show their own error text.#1465
bfdbce5Thanks @liruifengv! - Honor explicit Anthropicmax_output_sizesettings instead of clamping them to built-in ceilings.#1456
e9ef939Thanks @chengluyu! - Keep goal tools available to the main agent and return clear messages for invalid goal-control calls.#1463
03e78aeThanks @chengluyu! - Fix newer Claude minor versions (e.g. Opus 4.8) defaulting to the family-baseline max output tokens; an uncatalogued minor now reuses the nearest earlier known version's limit.#1456
e9ef939Thanks @chengluyu! - Show long-running goal wall-clock budget reminders in hours.#1456
e9ef939Thanks @chengluyu! - Tighten goal-mode guidance so agents continue reasonable work across turns instead of ending goals prematurely.#1450
7a65e0dThanks @liruifengv! - Clarify the permission mode descriptions shown by/permission,/auto, and/yolo, and reorder/autoand/yoloin the command list.#1448
65d3017Thanks @RealKai42! - Record a per-request trace in the session wire log, so model requests can be reconstructed for debugging. Not a user-facing feature.