Minor Changes
-
#8976
4ef6bbf- Support browsing and resuming sessions from Agent Manager with/sessions. -
#9023
5301258- Support mentioning folders in the prompt with @ references, including top-level folder file contents.
Patch Changes
-
#9121
c8fd421- Fix the sidebar "Show Changes" diff viewer: the file tree now renders correctly (previously the file rows were cramped onto a single line due to missing styles), and per-file revert buttons are available, matching the Agent Manager. -
#9046
671129d- Fix a native memory leak on Windows wherekilo servewould grow to several GB of RAM within minutes of opening the Agent Manager. Git diff polling now runs directly in the extension host instead of routing through the CLI subprocess, and the diff detail view caps per-file reads at 20 MB to prevent memory spikes when opening very large files. -
#9118
343455b- Respect per-agent model selections when an agent has amodelconfigured inkilo.jsonc. Switching the model for such an agent now sticks across agent switches and CLI restarts. To pick up a newly edited agent default, re-select the model once (or clear~/.local/share/kilo/storage/model.json). -
#9067
959a8b4- Fix "assistant prefill" errors when a user queues a prompt while the previous turn is still streaming. The queued message no longer lands in the middle of the prior turn's history, so the next request always ends with the user prompt. -
#9123
9749cc1- Show MCP tool call inputs alongside outputs in chat, with JSON syntax highlighting for both. -
#8911
eac2dba- Make switching between sessions in Agent Manager near-instant. Long sessions no longer freeze the UI when selected, and the chat view self-heals if it missed any messages while the session was in the background. -
f270639- Show an inline error in the Settings save bar when the configuration fails to save (for example, due to an invalid value) so the user can correct the config and retry instead of losing their unsaved changes silently. -
Updated dependencies [
eac2dba]:- @opencode-ai/ui@7.2.13
- @kilocode/kilo-ui@7.2.13