Minor Changes
-
#9310
f067a90- Support selecting Mercury Edit by Inception for autocomplete. -
#9548
c5614cc- Add Settings header buttons to open the project and global Kilo config files directly in VS Code.
Patch Changes
-
#9552
3f0bf32- Fix clearing an agent's Model Override in Agent Behaviour settings. Previously, clearing the field and saving would repopulate the old value because the empty input was sent asundefinedand dropped byJSON.stringify, so the backend never received a delete instruction. The field now reverts to the global default model as expected. -
#9551
b344ac9- Restore disabled provider management in the VS Code extension provider settings.