Major Changes
- #3849
34ec5d2Thanks @wbxl2000! - Add the /desktop slash command (alias /install-desktop) and the kimi install-app subcommand to open the Kimi Code desktop app page in the browser.
Minor Changes
- #3851
faec32cThanks @Grapedge! - Render mermaid code blocks as diagrams in the terminal; turn it off under /settings → Mermaid diagrams, or setmermaid = "off"in the[markdown]section of tui.toml.
Patch Changes
-
#3838
f4e5822Thanks @sailist! - Fix an occasional crash when a running turn is canceled. -
#3802
c72a202Thanks @Grapedge! - Highlight diff code blocks. -
#3844
0cf413fThanks @Grapedge! - Fix a steered message appearing twice after interrupting the turn. -
#3848
b4d0b8aThanks @Grapedge! - Fix @ file mentions duplicating or dropping the path when accepting a suggestion while still typing. -
#3828
2bb6e12Thanks @wbxl2000! - Fix duplicate user messages when steering an ongoing conversation. -
#3832
1c7e996Thanks @chengluyu! - Fix files attached while steering an ongoing conversation appearing only after a reload. -
#3853
bd06178Thanks @wbxl2000! - Keep the original prompt visible when steering a running turn, instead of replacing it with the steered text. -
#3832
1c7e996Thanks @chengluyu! - Fix slash commands sent while steering an ongoing conversation missing from the transcript. -
#3837
cafd9b5Thanks @wbxl2000! - Fix missing and reappearing chat messages after undoing a steered message. -
#3818
19ce4b3Thanks @liruifengv! - Fix /usage showing a wrong error message when no session has been created yet. -
#3784
5653c73Thanks @7Sageer! - Images sent to Kimi models are uploaded as file references instead of inline data, and a warning is shown when media are dropped from a retried request. -
#3778
7d174acThanks @huangzheng2016! - Limit memory growth from finished subagents. -
#3778
7d174acThanks @huangzheng2016! - Report background subagents that time out or are stopped as cancelled instead of failed. -
#3846
31f1b68Thanks @7Sageer! - Fix OAuth login never triggering for MCP servers that allow anonymous tool discovery but reject tool calls with 401. -
#3784
5653c73Thanks @7Sageer! - When accumulated images and videos exceed the request size budget, the oldest media are omitted from requests with a warning instead of failing. -
#3778
7d174acThanks @huangzheng2016! - Report tools and subagents interrupted by the user as cancelled instead of aborted or failed. -
#3803
39a7455Thanks @kimi-agent-bot! - The built-in browser plugin now appears as "Kimi Browser Extension" in the plugins panel, marketplace catalog, and docs, matching the product rename. -
#3858
95d4a9dThanks @liruifengv! - Sign the Windows CLI executable with a trusted publisher certificate. -
#3795
a7bdabbThanks @Grapedge! - Feedback surveys now appear at better times in long conversations. -
#3833
8660a07Thanks @tpoisonooo! - Fix tower worker cards wrongly showing "completed" during rework. -
#3840
9c5e9b4Thanks @chengluyu! - Fix a Windows crash when a project or config folder is opened through a short 8.3 path.