Files
Moisés Gana Obregón 6bc2f89ee9 fix(cli): deduplicate startup extension warnings in terminal UI
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.
2026-03-20 00:19:23 +00:00
..