Skip to content

ci: release packages - #2932

Merged
liruifengv merged 1 commit into
mainfrom
changeset-release/main
Aug 18, 2026
Merged

ci: release packages#2932
liruifengv merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 14, 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.37.0

Minor Changes

  • #2935 44a6c70 Thanks @chengluyu! - Activate multiple skills in a single prompt. Type / after whitespace to insert a skill token.

  • #2994 8c865f4 Thanks @liruifengv! - The Windows native (single-binary) CLI now supports automatic updates.

  • #3043 e31b3a3 Thanks @liruifengv! - web: the sidebar gains Open / Done / Workspaces tabs, and sessions can be marked as done (and reopened) to keep the open list focused.

  • #3043 e31b3a3 Thanks @liruifengv! - web: added a session management page (from the sidebar's list-management menu) for cross-workspace triage — filter by workspace, status, and updated time, and batch mark sessions as done or reopen them.

Patch Changes

  • #2593 d833a1a Thanks @7Sageer! - Keep pasted image and video attachments available in session history.

  • #3043 e31b3a3 Thanks @liruifengv! - web: @-mentioned files, folders, and skills in chat messages now render as icon pills.

  • #3043 e31b3a3 Thanks @liruifengv! - web: renamed the Subagent panel to "Background Agent".

  • #2914 1cf617d Thanks @SeleneXX! - Fix Gemini tool-calling sessions failing on follow-up requests.

  • #2972 04d23e2 Thanks @sailist! - Fix text files containing Chinese or emoji being misdetected as binary in the web UI.

  • #2940 6b72345 Thanks @bj456736! - Print and copy the full kimi --resume command after /fork.

  • #2928 d96cd03 Thanks @chengluyu! - Warn when a typed /goal objective exceeds the 4000-character limit, and keep the input if it is rejected.

  • #2633 f492cd7 Thanks @tpoisonooo! - Fix slow startup by loading the global search index on demand.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed YAML frontmatter in messages rendering as a giant heading — it now shows as a small meta block.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed plain text like "(c)", "(tm)", and "--" in messages being rewritten as ©, ™, and dashes — message text now renders verbatim.

  • #2985 a7dc1ea Thanks @bj456736! - Fix a startup error when a restored session references a model that is no longer configured.

  • #3043 e31b3a3 Thanks @liruifengv! - web: hovering a mention pill now shows a detail bubble (full path for files and folders, description plus an open button for skills), skill and file mentions in messages are clickable, long file names middle-ellipsize, and deleted files are struck through.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed long task panel titles pushing the status badge, copy, and close buttons out of view — titles now ellipsize and show the full text on hover.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed pasting a copied folder into the composer failing the upload with a connection error — folders are now skipped instead.

  • #3043 e31b3a3 Thanks @liruifengv! - web: reduced animation power draw — the mascot and home doodle pause while hidden or scrolled offscreen, and looping animations play once and stop when the system's "reduce motion" setting is on.

  • #2969 ee564e5 Thanks @sailist! - Fix the displayed context size dropping to a smaller estimate after archiving and resuming a session.

  • #3043 e31b3a3 Thanks @liruifengv! - web: the plan review feedback box now auto-grows with its content, so longer rejection reasons are easier to write.

  • #2633 f492cd7 Thanks @tpoisonooo! - Queue slash skill commands entered while the agent is busy instead of rejecting them.

  • #3043 e31b3a3 Thanks @liruifengv! - web: the search dialog now finds workspaces too, and picking a workspace or session result expands the sidebar and scrolls the item into view.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed sent image and video attachments rendering broken in session history after a refresh or reopen.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed empty replies left by manually stopped answers still showing a completion time after reloading the page.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed background agent tasks not being cancellable during their first moments after starting.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed foreground subagents leaking into the Background Agent panel, which broke the count and left finished rows stuck as running and unstoppable.

  • #3043 e31b3a3 Thanks @liruifengv! - web: merged the task panel's two copy icons into a single button with a dropdown menu (copy command / copy output / copy all), with keyboard and touch-friendly targets.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed cancelled or abnormally ended background tasks showing as completed.

  • #3016 98ebda8 Thanks @sailist! - Fix /undo not restoring the todo list to its state before the undone turn.

  • #2858 59dde73 Thanks @7Sageer! - On the legacy engine, plugin MCP server changes and OAuth sign-in now take effect in open sessions immediately.

  • #3043 e31b3a3 Thanks @liruifengv! - web: the browser tab title now shows the current workspace directory name (override with the new --web-title flag), making instances on multiple machines easier to tell apart.

  • #3043 e31b3a3 Thanks @liruifengv! - web: fixed Ctrl+K in the composer opening session search on macOS instead of deleting to end of line — session search now only answers to Cmd+K.

  • #2989 09976b0 Thanks @bj456736! - Add kimi web --web-title <title> to set a custom browser tab title for the web UI.

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

Minor Changes

  • #2593 d833a1a Thanks @7Sageer! - Daemon file references no longer persist a materialization path; the display path is derived from the session media store at read time.

  • #2934 61591bc Thanks @chengluyu! - Add session.promptWithSkills(input, skills) to submit one prompt with multiple skill activations in a single turn (v2 engine only).

  • #2593 d833a1a Thanks @7Sageer! - Add uploadFile for uploading media and referencing it from prompts, and an optional promptId on prompt submissions. Both require the v2 harness.

  • #3026 13857f3 Thanks @bj456736! - Unify the MCP management surface behind a source-tagged registry, covering plugin-declared servers in listMcpServers and adding getMcpServer, testMcpServerConfig, runtime addMcpServer, inspectAppMcpServers, and an oauth-expired auth state.

kimi-code@0.7.1

Patch Changes

@moonshot-ai/acp-adapter@0.3.10

Patch Changes

@moonshot-ai/pi-tui@0.84.4

Patch Changes

  • #2935 44a6c70 Thanks @chengluyu! - Add an opt-in inline slash autocomplete trigger that fires after whitespace mid-input.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 30 times, most recently from b997be2 to ad8e155 Compare August 18, 2026 09:20
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from ad8e155 to 5221644 Compare August 18, 2026 11:17
@liruifengv
liruifengv merged commit 04944f3 into main Aug 18, 2026
@liruifengv
liruifengv deleted the changeset-release/main branch August 18, 2026 11:19
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