Files
gemini-cli/packages/cli
Coco Sheng a976c227c2 fix(config): ensure configuration persistence and fix in-memory regressions
This commit addresses issue #25428 by:
1. Aligning the settings loader to use the same lenient parser (comment-json) as the saver, preventing data loss on minor JSON syntax errors.
2. Refactoring migrations to be granular instead of category-wide, protecting sibling keys from accidental deletion.
3. Expanding the hot-reload payload to ensure all configuration changes are immediately propagated to the core engine without a restart.
4. Fixing UI search result collisions for settings with duplicate labels.
2026-05-04 16:34:47 -04:00
..