Minor Changes
-
#3990
32000d0Thanks @Grapedge! - In fullscreen, click a folded block to open or close it. -
#4004
e17ff67Thanks @Grapedge! - Add a TUI mode setting to /settings with an experimental fullscreen layout; switching modes takes effect after restarting Kimi Code. You can also settui_modein~/.kimi-code/tui.tomldirectly:"regular"renders into the terminal scrollback, while"fullscreen"makes parts of the UI mouse-interactive for a smoother experience.
Patch Changes
-
#3964
6451f1eThanks @7Sageer! - Block file tools from accessing files outside the working directory through symlinks. -
#3975
bb96d80Thanks @RealKai42! - Reduce the CLI's startup time and memory usage. -
#3957
6a214b8Thanks @huangzheng2016! - Fix a "Maximum call stack size exceeded" error when opening large sessions. -
#3974
994287aThanks @liruifengv! - Fix forked sessions getting their titles overwritten by auto-generated titles. -
#3964
6451f1eThanks @7Sageer! - Apply project-local configuration only after the workspace is trusted. -
#3964
6451f1eThanks @7Sageer! - Block repository git configuration from executing commands during background git operations. -
#3969
b3212fdThanks @sailist! - Skip cloud telemetry on the global login until its collector is live, and keep shutdown from aborting TUI exit. -
#3979
e796bb5Thanks @sailist! - Fix MCP OAuth not requesting the offline_access scope, which caused hourly browser re-authorization with providers like Vercel. -
#3969
b3212fdThanks @sailist! - Fix Remote Control failing to start afterkimi login --region global. -
#3964
6451f1eThanks @7Sageer! - Reject additional directories that resolve to the home directory or filesystem root. -
#3995
a54e6f6Thanks @7Sageer! - Turn off repeat reminders and forced stops withKIMI_CODE_REPEAT_BREAKER=0. -
#3970
895e9d9Thanks @chengluyu! - Fix missing Swarm members after reopening an interrupted conversation. -
#3989
a268ad7Thanks @Grapedge! - Show a Thinking… spinner and keep the status row height steady during streaming. -
#3989
a268ad7Thanks @Grapedge! - Add a clickable "Jump to bottom" indicator to the fullscreen TUI. -
#3976
f7012aaThanks @tpoisonooo! - Tower mode: smaller missions, stricter completion and review checks, and review history in rework briefings. -
#3847
65ae3e3Thanks @tpoisonooo! - Tower mode: mission titles must be ASCII, and task cards show the mission id. -
#3931
f17a22eThanks @sailist! - Turn off filesystem watchers for config and workspace files by default. Set[watch] enabledtotrueorKIMI_CODE_WATCH=1to turn them back on. -
#4005
ba41d07Thanks @liruifengv! - web: Improved interactions and fixed known bugs.