Minor Changes
-
#3423
b199e33Thanks @RealKai42! - Remind the model of its context budget before automatic compaction, and after compaction point it at the session's event log for exact details. -
#3525
eba23edThanks @wbxl2000! - Turn-level file history is now always on; the experimental file-history flag has been removed. -
#3516
6013658Thanks @Grapedge! - Add an occasional session rating prompt above the input box. -
#3549
29e1875Thanks @wbxl2000! - web: add tower multi-agent collaboration mode (experimental), enabled via the /tower command or the composer plus menu; /tower supports specifying a base branch (e.g. /tower add-new-feature).
Patch Changes
-
#3549
29e1875Thanks @wbxl2000! - web: fix background agent message cards incorrectly showing a running indicator. -
#3529
b184b31Thanks @sailist! - Stop blocking dangerous commands and commands that cannot be statically analyzed in auto permission mode. -
#3522
523d35bThanks @RealKai42! - Deliver background question answers to the agent directly instead of via a saved output file. -
#3522
523d35bThanks @RealKai42! - Fix background questions being cancelled as soon as the agent finishes its turn. -
#3549
29e1875Thanks @wbxl2000! - web: polish the style and interaction of Bash commands in the right-side panel. -
#3549
29e1875Thanks @wbxl2000! - web: support selection comments and quote-to-chat in the diff and per-turn changes panels. -
#3459
b6b9b37Thanks @RealKai42! - Subagent final messages are no longer bounced back for expansion when they are under 200 characters. -
#3549
29e1875Thanks @wbxl2000! - web: fix file change previews showing added/removed lines that never existed when the same file is edited multiple times in one turn. -
#3549
29e1875Thanks @wbxl2000! - web: pressing Esc no longer closes the right detail panel. -
#3549
29e1875Thanks @wbxl2000! - web: fix the default thinking effort in settings not being settable to the highest level (Max). -
#3549
29e1875Thanks @wbxl2000! - web: rename the three permission modes to Always Ask / Ask When Needed / Never Ask and update their Chinese and English descriptions. -
#3473
d567a6aThanks @7Sageer! - Show a warning after switching to Ask When Needed or Never Ask mode. -
#3498
a3b48a7Thanks @7Sageer! - Fix print mode (kimi -p) ignoring theKIMI_DISABLE_TELEMETRYenvironment variable. -
#3531
51bd52aThanks @7Sageer! - Fix print mode (kimi -p) losing session records when the run exits on an error or a termination signal. -
#3549
29e1875Thanks @wbxl2000! - web: restyle selection quote pills from blue to the same neutral ink as other mentions, with a vertical bar separating the quote and comment. -
#3549
29e1875Thanks @wbxl2000! - web: shorten selection quote pill excerpts to at most 12 characters. -
#3549
29e1875Thanks @wbxl2000! - web: restore selection quoting — after selecting text in a message or file preview, you can add a comment or quote it into the chat. -
#3478
052e98eThanks @RealKai42! - Resuming a subagent by its agent id now works after the session is reopened in a new process; the resumed subagent follows the current permission mode and is matched by its own profile in permission rules. -
#3549
29e1875Thanks @wbxl2000! - web: selection comment bubbles near the bottom of the page now pop above the selection and grow upward, eliminating double scrollbars. -
#3549
29e1875Thanks @wbxl2000! - web: fix selection bubbles displayed over the panel header being unclickable and lacking a hover state. -
#3549
29e1875Thanks @wbxl2000! - web: fix the comment bubble popping up before mouse release when selecting text with a slow drag. -
#3549
29e1875Thanks @wbxl2000! - web: rework selection comment bubble actions into right-aligned Cancel / Add to chat below the input, with an Enter hint on the confirm button. -
#3549
29e1875Thanks @wbxl2000! - web: revamp the selection comment bubble — the comment box supports multi-line input and auto-grows, and the confirm button now matches the chat composer send button. -
#3549
29e1875Thanks @wbxl2000! - web: support selection quoting in the terminal — select text to add a comment or quote it into the chat. -
#3549
29e1875Thanks @wbxl2000! - web: lengthen the hover delay of quote and mention preview cards so merely passing the mouse over them no longer triggers them. -
#3461
8057d30Thanks @tpoisonooo! - Tower mode (experimental,KIMI_CODE_EXPERIMENTAL_TOWER=1): fix tower mode never starting when enabled through[experimental] tower = trueinconfig.tomlinstead of the environment variable. When tower mode cannot be enabled, the error now names the actual blocker — the disabled experiment, a required restart, or the owning session. When another live session owns the workspace tower, the message also names the owning session's title alongside its id. /tower now also works in a directory that is not a git repository — it runs git init and commits what is there (an empty initial commit for empty directories). -
#3521
744b718Thanks @kimi-agent-bot! - Remove the /dance Easter egg hint from the TUI tips rotation. -
#3549
29e1875Thanks @wbxl2000! - web: fix inaccurate added/removed line counts in per-turn file change summaries after the same file is edited or overwritten multiple times. -
#3549
29e1875Thanks @wbxl2000! - web: per-turn file change cards now show only exact line statistics, and the card no longer appears when statistics are unavailable.