Skip to content

@moonshot-ai/kimi-code@0.34.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 13:59
f0614c5

Minor Changes

  • #2646 3c75a27 Thanks @liruifengv! - Show a cache-expiry reminder when resuming a long-idle session or submitting after a long idle stretch.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: When a model request fails and interrupts a conversation, a persistent failure card now stays in the session with one-click resume.

  • #2652 68ba740 Thanks @wbxl2000! - Add Windows support for the built-in Kimi Computer Use capability and show the underlying error when capability setup fails. Install it from /plugins on Windows x64.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: Add a flat view to the sidebar session list.

Patch Changes

  • #2648 d1ded01 Thanks @wbxl2000! - Restore how the last turn ended (completed, cancelled, or failed) when a session is resumed after a server restart, so clients can still surface a previously failed turn instead of the session looking silently stopped.

  • #2666 335588e Thanks @wbxl2000! - Session listings keep how the last turn ended (completed, cancelled, or failed) across server restarts, so clients can mark previously failed sessions before they are opened.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: Fix the model picker overflowing the screen when many models are available, leaving the bottom options unreachable.

  • #2639 8588121 Thanks @7Sageer! - /feedback now works for any signed-in user regardless of the active model; signed-out users are shown the sign-up page and GitHub Issues links instead.

  • #2675 34c4181 Thanks @sailist! - Fix kimi -p exiting right after the main turn instead of waiting for background tasks and subagents to finish.

  • #2694 02c026d Thanks @sailist! - Keep live sessions stable when an MCP server is removed from the workspace config or uninstalled with its plugin: its tools stay registered in open sessions but calls fail with a removal notice, and the MCP panel shows the removed status. Servers added mid-session — by a plugin install or a config edit — are not registered in open sessions; they take effect in new sessions or after /new or /reload.

  • #2647 7bd3fd9 Thanks @sailist! - Read UTF-16 LE/BE text files (with or without a BOM) by transcoding them to UTF-8 instead of refusing them as binary; the web UI file viewer displays them as text as well.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: The sidebar error marker now only appears when the last turn failed; manually cancelled sessions are no longer flagged.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: Fix attachments being silently dropped when sent together with a skill command.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: Fix a manually chosen thinking level being reset to the model default when the first message of a new session is a skill command.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: Fix session renaming during IME composition — Enter no longer submits mid-composition and Esc no longer exits the editor while composing.

  • #2686 ef61084 Thanks @wbxl2000! - Use a compatible PowerShell for Windows Kimi Computer Use installation, provide actionable recovery for locked plugin files, and keep its marketplace name consistent after installation.

  • #2679 7b2784b Thanks @liruifengv! - web: Subagent tasks now show the model and thinking level they use.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: Fix text selection while renaming a session or workspace — dragging no longer moves the whole list item.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: Fix the chevron direction on the "show less" button of the changed-files summary card.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: During automatic retries after a failed model request, the working status now shows retry progress (attempt N of M) instead of looking unresponsive.

  • #2677 713bf1a Thanks @liruifengv! - Fix resumed sessions rendering background task completion notifications as raw protocol text instead of a task status card.

  • #2692 03aa66c Thanks @wbxl2000! - Show browser extension links and activation steps after installing Kimi WebBridge.

  • #2645 2b89373 Thanks @sailist! - Fix the web UI opening the Documents folder instead of the requested file on Windows when the file path contains spaces.

  • #2697 e6e4ba2 Thanks @liruifengv! - web: Fix the background-tasks and todos pills being pushed to the top of the window when the plan approval dialog expands.