mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 22:33:05 -07:00
6bc2f89ee9
This change introduces a module-level Set to deduplicate warning messages emitted by the ExtensionManager. This prevents identical warnings (like missing settings or built-in replacements) from being displayed twice due to loadCliConfig being invoked multiple times during startup. Fixes #23175 See also #23171 for the planned long-term refactor.