mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-29 13:13:21 -07:00
a976c227c2
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.