@moonshot-ai/kimi-code@0.23.1
Patch Changes
-
#1432
25a655cThanks @RealKai42! - Preserve prior turns' thinking by default on the Anthropic provider (Claude and Kimi's Anthropic-compatible mode), matching the Kimi default. Disable with[thinking] keep = "off"orKIMI_MODEL_THINKING_KEEP=off. -
#1451
16dc940Thanks @wbxl2000! - web: Recover chat streaming after a stale background-tab WebSocket instead of requiring a page refresh. -
#1456
e9ef939Thanks @chengluyu! - Fix goal completion and blocked updates to produce one final user-facing outcome summary from the tool result. -
#1456
e9ef939Thanks @chengluyu! - Fix goal startup and queue handling so failed starts restore permission mode and queued goals wait behind new user messages. -
#1456
e9ef939Thanks @chengluyu! - Fix goal token budgets to count model completion tokens and stop without extra continuation steps when the budget is exhausted. -
#1452
244ec07Thanks @sailist! - Fix kimi -p abandoning background subagents that start late or run long, so their results reach the main agent. -
#1457
260a807Thanks @liruifengv! - Respect the --skills-dir flag in interactive mode. -
#1445
809a88cThanks @wbxl2000! - web: Fix/btw [<question>]opening an empty side chat on the new-session screen. -
#1445
809a88cThanks @wbxl2000! - web: Fix/goal <objective>silently doing nothing on the new-session screen. -
#1445
809a88cThanks @wbxl2000! - web: Fix slash skill activations (for example/pre-changelog) silently doing nothing on the new-session screen. -
#1437
743f66eThanks @RealKai42! - Stop showing tool-produced<system>metadata in tool outputs; failed tools now show their own error text. -
#1465
bfdbce5Thanks @liruifengv! - Honor explicit Anthropicmax_output_sizesettings instead of clamping them to built-in ceilings. -
#1456
e9ef939Thanks @chengluyu! - Keep goal tools available to the main agent and return clear messages for invalid goal-control calls. -
#1463
03e78aeThanks @chengluyu! - Fix newer Claude minor versions (e.g. Opus 4.8) defaulting to the family-baseline max output tokens; an uncatalogued minor now reuses the nearest earlier known version's limit. -
#1456
e9ef939Thanks @chengluyu! - Show long-running goal wall-clock budget reminders in hours. -
#1456
e9ef939Thanks @chengluyu! - Tighten goal-mode guidance so agents continue reasonable work across turns instead of ending goals prematurely. -
#1450
7a65e0dThanks @liruifengv! - Clarify the permission mode descriptions shown by/permission,/auto, and/yolo, and reorder/autoand/yoloin the command list. -
#1448
65d3017Thanks @RealKai42! - Record a per-request trace in the session wire log, so model requests can be reconstructed for debugging. Not a user-facing feature.