Skip to content

@moonshot-ai/kimi-code@0.37.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 11:23
· 9 commits to main since this release
04944f3

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.