ci: release packages#1378
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
e86832b to
b325722
Compare
b325722 to
9f6a705
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.22.4
Patch Changes
#1346
b9258ee- Show compaction summaries in the TUI after compaction. Press Ctrl-O to show or hide the summary.#1410
1c817df- Fix the edit approval preview shown by ctrl+e to include surrounding context lines, matching the summary panel.#1389
ebdffc7- Fix tool calling with Google Gemini models, including Gemini 3 thinking-signature round-trips across turns.#1393
4c43935- web: Show the correct session search shortcut on Windows.#1406
ce41f4b- web: Fix the collapsed sidebar not hiding and squeezing the conversation layout.#1411
e6e6dd5- web: Stop the chat history from replaying its entrance animation every time a session is opened.#1390
083d0ca- 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
be7c991- web: Fix queued media messages not loading back into the composer and keep attachments when undoing a message.#1391
c5c6282- web: Render AskUserQuestion answers as a readable option list with the chosen option(s) highlighted, instead of raw JSON.#1391
c5c6282- 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
4963c90- web: Show available skills in the composer before a session is created.#1391
c5c6282- web: Drop the stray left indent in the tool-call card body so expanded content aligns with the header.