#26463c75a27 Thanks @liruifengv! - Show a cache-expiry reminder when resuming a long-idle session or submitting after a long idle stretch.
#2697e6e4ba2 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.
#265268ba740 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.
#2648d1ded01 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.
#2666335588e 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.
#2697e6e4ba2 Thanks @liruifengv! - web: Fix the model picker overflowing the screen when many models are available, leaving the bottom options unreachable.
#26398588121 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.
#267534c4181 Thanks @sailist! - Fix kimi -p exiting right after the main turn instead of waiting for background tasks and subagents to finish.
#269402c026d 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.
#26477bd3fd9 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.
#2697e6e4ba2 Thanks @liruifengv! - web: The sidebar error marker now only appears when the last turn failed; manually cancelled sessions are no longer flagged.
#2697e6e4ba2 Thanks @liruifengv! - web: Fix attachments being silently dropped when sent together with a skill command.
#2697e6e4ba2 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.
#2697e6e4ba2 Thanks @liruifengv! - web: Fix session renaming during IME composition - Enter no longer submits mid-composition and Esc no longer exits the editor while composing.
#2686ef61084 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.
#26797b2784b Thanks @liruifengv! - web: Subagent tasks now show the model and thinking level they use.
#2697e6e4ba2 Thanks @liruifengv! - web: Fix text selection while renaming a session or workspace - dragging no longer moves the whole list item.
#2697e6e4ba2 Thanks @liruifengv! - web: Fix the chevron direction on the "show less" button of the changed-files summary card.
#2697e6e4ba2 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.
#2677713bf1a Thanks @liruifengv! - Fix resumed sessions rendering background task completion notifications as raw protocol text instead of a task status card.
#269203aa66c Thanks @wbxl2000! - Show browser extension links and activation steps after installing Kimi WebBridge.
#26452b89373 Thanks @sailist! - Fix the web UI opening the Documents folder instead of the requested file on Windows when the file path contains spaces.
#2697e6e4ba2 Thanks @liruifengv! - web: Fix the background-tasks and todos pills being pushed to the top of the window when the plan approval dialog expands.