ci: release packages#1378
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
4064a2f to
38c41ea
Compare
38c41ea to
eb364aa
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.0
Minor Changes
79b360cThanks @RealKai42! - Enable Preserved Thinking by default for Kimi models when Thinking is on, keeping prior reasoning across turns. Set[thinking] keep = "off"in config.toml (orKIMI_MODEL_THINKING_KEEP=off) to disable it.Patch Changes
#1408
fc259abThanks @liruifengv! - Fix@file completion missing deeply nested files in large projects after adding extra workspace directories.#1346
b9258eeThanks @liruifengv! - Show compaction summaries in the TUI after compaction. Press Ctrl-O to show or hide the summary.#1410
1c817dfThanks @liruifengv! - Fix the edit approval preview shown by ctrl+e to include surrounding context lines, matching the summary panel.#1389
ebdffc7Thanks @sailist! - Fix tool calling with Google Gemini models, including Gemini 3 thinking-signature round-trips across turns.#1393
4c43935Thanks @justjavac! - web: Show the correct session search shortcut on Windows.#1406
ce41f4bThanks @wbxl2000! - web: Fix the collapsed sidebar not hiding and squeezing the conversation layout.#1413
913d042Thanks @liruifengv! - Fix the input box shifting upward after the slash command menu closes.#1411
e6e6dd5Thanks @wbxl2000! - web: Stop the chat history from replaying its entrance animation every time a session is opened.#1390
083d0caThanks @sailist! - Fix sessions that exist on disk but were missing from the session list or returned 404 on direct access, by rebuilding the session index at server startup and keeping it consistent.#1357
be7c991Thanks @wbxl2000! - web: Fix queued media messages not loading back into the composer and keep attachments when undoing a message.#1391
c5c6282Thanks @wbxl2000! - web: Render AskUserQuestion answers as a readable option list with the chosen option(s) highlighted, instead of raw JSON.#1391
c5c6282Thanks @wbxl2000! - web: Align the markdown diff code block with the design system: code text keeps the normal ink colour while the sign and a soft row background carry the change, matching the ~/diff panel.#1392
4963c90Thanks @sailist! - web: Show available skills in the composer before a session is created.#1391
c5c6282Thanks @wbxl2000! - web: Drop the stray left indent in the tool-call card body so expanded content aligns with the header.@moonshot-ai/pi-tui@0.80.7
Patch Changes
fc259abThanks @liruifengv! - Support searching multiple workspace roots for@file completion through fd, deduplicated by absolute path.