mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
0d830cbd32
* fix: avoid write-on-read mutation of config file * fix: update test description for schema injection case * Apply suggestion from @kilo-code-bot[bot] Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com> * chore: add changeset * fix(cli): preserve as first config property via getInsertionIndex * fix(cli): close missing brackets in config test preventing syntax error * Removed test for preserving environment variables when adding $schema to config. Removed test for preserving environment variables when adding $schema to config. * fix(cli): add ordering assertions to existing injection tests * docs(changeset): clarify per-load churn scope for comment-first JSONC * test(cli): use FSUtil in config schema tests after upstream refactor * chore: combine changeset lines --------- Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>