Minor Changes
-
#10650
f18a452- Add a "Not set (use server default)" option to the autocomplete model picker so users can follow the recommended default automatically. Users who previously had the default model pinned only because it was the only thing visible in the dropdown are migrated to "Not set" once. -
#10621
29c3798- Add Mercury Next Edit as an opt-in autocomplete mode. Predicts multi-line edits beyond the cursor (including off-cursor and pure-insertion edits) and surfaces them with a Tab-to-jump / Tab-to-apply affordance. Select "Mercury Next Edit" under the autocomplete model setting to enable it (requires an Inception API key). Thanks @tfiras! -
#10644
db38888- Support Mercury Next Edit through the Kilo Gateway. The new "Mercury Next Edit via Kilo Gateway" autocomplete model routes Next Edit predictions through your Kilo account (no separate Inception API key required). -
#10608
3ffacc8- Make the Agent Manager tool available by default in VS Code. -
#10641
4869d87- Allow renaming sessions with a consistent inline editor in the active chat header and History, using safe bounded titles.
Patch Changes
-
#10643
6d77d6b- Center local session history delete buttons within their rows. -
#10646
d5a8989- Improve the size and readability of the local History session context menu. -
#10619
117691e- Use supported hosted model presets for Kilo indexing and clear obsolete model and dimension overrides. -
#10642
5a8d6ae- Restore readable diff highlighting and collapsed unchanged sections in VS Code themes. -
#10656
d25d5ff- Keep the VS Code chat position stable when reading earlier output during a streaming response. -
#10652
3af4c7e- Warn when a chat turn stops unexpectedly or ends while tracked to-dos remain unfinished. -
Updated dependencies [
117691e,db38888]:- @kilocode/kilo-indexing@7.3.13
- @kilocode/sdk@7.3.13
- @kilocode/kilo-gateway@7.4.0
- @kilocode/kilo-ui@7.3.13
- @opencode-ai/ui@7.3.13