Patch Changes
-
#3878
f233f9dThanks @7Sageer! - Stop listing unavailable media tools in subagent menus and clarify Read errors for images and videos. -
#3762
c5ad17fThanks @7Sageer! - Providers can read their API key from a named environment variable (api_key_envinconfig.tomlor the provider API). -
#3896
73ebe9aThanks @sailist! - Keep follow-up messages sent during a turn from appearing twice after a session reload. -
#3889
5108cadThanks @huangzheng2016! - Compact the session index on startup when many entries point to deleted sessions. -
#3889
5108cadThanks @huangzheng2016! - Start the CLI faster by removing a duplicate skills directory scan. -
#3889
5108cadThanks @huangzheng2016! - Open the session list and resume sessions faster on workspaces with many sessions. -
#3889
5108cadThanks @huangzheng2016! - Resume long sessions faster. -
#3889
5108cadThanks @huangzheng2016! - Index sessions for search in capped, incremental background passes, tunable via the [database] searchSyncSessionCap and searchSyncDebounceMs settings. -
#3864
25dd4ceThanks @wbxl2000! - Rename the kimi install-app subcommand to kimi install-desktop; the old name keeps working as a hidden alias. -
#3910
7dc253cThanks @sailist! - Restore thinking display for OpenAI-compatible providers that send a reasoning string next to an unrecognized reasoning_details array. -
#3875
c1047a6Thanks @7Sageer! - Fixkimi -pexiting early and cancelling the active turn when a cron task fires. -
#3894
910aba2Thanks @7Sageer! - Drop literal decision clauses from the system prompt and the auto permission mode reminder. -
#3889
5108cadThanks @huangzheng2016! - Restore sessions with large file-edit histories faster. -
#3889
5108cadThanks @huangzheng2016! - Serve session transcript APIs faster on repeated calls. -
#3885
5acc863Thanks @starquakee! - select_tools now points out already-available tools to call directly and suggests announced names for near-miss selections. -
#3887
e3f48a2Thanks @RealKai42! - Fix deleting or archiving a session sometimes never finishing. -
#3891
53e5e3fThanks @sailist! - Keep follow-up messages sent during a turn attached to that turn in the conversation history. -
#3906
60f2a63Thanks @sailist! - Keep a follow-up sent during a turn as one message, and undo the host turn instead of the follow-up alone. -
#3879
1fddc16Thanks @7Sageer! - Remove the system-prompt rule that forbade all file access outside the working directory. -
#3892
a80fe31Thanks @sailist! - Stop workspace file watchers from scanning an unbounded project root, and add[watch] enabled/KIMI_CODE_WATCHto disable watching entirely. -
#3869
86e0820Thanks @sailist! - Stop asking for approval of bash commands that cannot be statically analyzed in Ask When Needed permission mode.