Skip to content

ci: release packages#1378

Merged
wbxl2000 merged 1 commit into
mainfrom
changeset-release/main
Jul 6, 2026
Merged

ci: release packages#1378
wbxl2000 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

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

  • #1417 79b360c Thanks @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 (or KIMI_MODEL_THINKING_KEEP=off) to disable it.

  • #1073 6c0ce09 Thanks @sailist! - Add server APIs to restore archived sessions and list only archived sessions.

  • #1369 f0896a5 Thanks @starquakee! - Add experimental progressive tool disclosure (select_tools). When the tool-select experimental flag is on and the active model declares the select_tools capability, MCP tool schemas stay out of the request's top-level tools[] (preserving the provider prompt cache); the model loads tools on demand by exact name via the new built-in select_tools tool, guided by <tools_added>/<tools_removed> announcements. Off by default and inert on models without the capability — behavior is unchanged until a supporting model is catalogued. The SDK additionally maps the select_tools capability when building model aliases from a catalog and reports the new flag through getExperimentalFeatures().

  • #1073 6c0ce09 Thanks @sailist! - web: Add an Archived sessions page in Settings to browse and restore archived sessions. Open Settings → Archived to find it.

  • #1425 c5e3e80 Thanks @wbxl2000! - web: Replace the swarm footer with a single inline tool card that shows live subagent progress and the aggregated result, and keep swarm badges stable after refresh.

Patch Changes

  • #1414 c12f309 Thanks @RealKai42! - AskUserQuestion now feeds answers back to the model as question text and option labels (e.g. {"answers":{"Which database?":"Postgres"}}) instead of synthesized ids like q_0/opt_0_1, so the model no longer has to map positional ids back to the original options — the wire protocol is unchanged, clients still answer with option ids. Question texts must now be unique per call and option labels unique per question; the web transcript card resolves both the new label form and legacy id transcripts.

  • #1408 fc259ab Thanks @liruifengv! - Fix @ file completion missing deeply nested files in large projects after adding extra workspace directories.

  • #1346 b9258ee Thanks @liruifengv! - Show compaction summaries in the TUI after compaction. Press Ctrl-O to show or hide the summary.

  • #1419 5ea3ec4 Thanks @liruifengv! - Fix the Bash tool card collapsing in height when a multi-line command finishes with short output, and visually separate the command from its output.

  • #1410 1c817df Thanks @liruifengv! - Fix the edit approval preview shown by ctrl+e to include surrounding context lines, matching the summary panel.

  • #1421 1de0286 Thanks @liruifengv! - Fix the Edit tool card jumping in height and flickering while its result streams in.

  • #1389 ebdffc7 Thanks @sailist! - Fix tool calling with Google Gemini models, including Gemini 3 thinking-signature round-trips across turns.

  • #1393 4c43935 Thanks @justjavac! - web: Show the correct session search shortcut on Windows.

  • #1406 ce41f4b Thanks @wbxl2000! - web: Fix the collapsed sidebar not hiding and squeezing the conversation layout.

  • #1413 913d042 Thanks @liruifengv! - Fix the input box shifting upward after the slash command menu closes.

  • #1433 ac5b5e4 Thanks @liruifengv! - web: Fix tool components jumping the conversation when expanded or collapsed.

  • #1394 e95fc83 Thanks @justjavac! - web: Fix the font size setting so chat text, composer text, and sidebar text follow the selected size.

  • #1411 e6e6dd5 Thanks @wbxl2000! - web: Stop the chat history from replaying its entrance animation every time a session is opened.

  • #1409 578f7d3 Thanks @wbxl2000! - web: Fix the end of a reply staying missing after reopening a session.

  • #1390 083d0ca Thanks @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 be7c991 Thanks @wbxl2000! - web: Fix queued media messages not loading back into the composer and keep attachments when undoing a message.

  • #1428 903e8ed Thanks @wbxl2000! - web: Add an Archived sessions entry to the mobile settings sheet and clarify the archive confirmation to mention restoring from Settings.

  • #1391 c5c6282 Thanks @wbxl2000! - web: Render AskUserQuestion answers as a readable option list with the chosen option(s) highlighted, instead of raw JSON.

  • #1423 fa6d198 Thanks @liruifengv! - web: Fix an almost-invisible composer input caret and a washed-out strikethrough on completed todos.

  • #1436 a5fbcb7 Thanks @wbxl2000! - web: Keep the composer toolbar from clipping its controls on narrow windows and phones, with the context ring staying visible at every width.

  • #1426 2374bc4 Thanks @liruifengv! - web: Show scheduled-reminder (cron) fires as notice cards in the chat instead of hiding them.

  • #1391 c5c6282 Thanks @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.

  • #1434 4aacddc Thanks @wbxl2000! - Show the Kimi icon and clearer titles in web desktop notifications.

  • #1392 4963c90 Thanks @sailist! - web: Show available skills in the composer before a session is created.

  • #1438 d86fa38 Thanks @wbxl2000! - web: Prevent chat text from hyphenating at line breaks and render code without font ligatures.

  • #1391 c5c6282 Thanks @wbxl2000! - web: Drop the stray left indent in the tool-call card body so expanded content aligns with the header.

@moonshot-ai/kimi-code-sdk@0.13.0

Minor Changes

  • #1369 f0896a5 Thanks @starquakee! - Add experimental progressive tool disclosure (select_tools). When the tool-select experimental flag is on and the active model declares the select_tools capability, MCP tool schemas stay out of the request's top-level tools[] (preserving the provider prompt cache); the model loads tools on demand by exact name via the new built-in select_tools tool, guided by <tools_added>/<tools_removed> announcements. Off by default and inert on models without the capability — behavior is unchanged until a supporting model is catalogued. The SDK additionally maps the select_tools capability when building model aliases from a catalog and reports the new flag through getExperimentalFeatures().

@moonshot-ai/acp-adapter@0.3.4

Patch Changes

  • Updated dependencies [f0896a5]:
    • @moonshot-ai/kimi-code-sdk@0.13.0

@moonshot-ai/pi-tui@0.80.7

Patch Changes

  • #1408 fc259ab Thanks @liruifengv! - Support searching multiple workspace roots for @ file completion through fd, deduplicated by absolute path.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 30 times, most recently from 59dff12 to a59569e Compare July 6, 2026 14:17
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from c7d11de to 2cad692 Compare July 6, 2026 14:27
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2cad692 to fa8a350 Compare July 6, 2026 14:50
@wbxl2000 wbxl2000 merged commit 379bc57 into main Jul 6, 2026
@wbxl2000 wbxl2000 deleted the changeset-release/main branch July 6, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant