fix(model-picker): hide models from providers without auth configured · openclaw/openclaw@2bb16f7
SymbolStar·2026-04-30·via Recent Commits to openclaw:main
fix(model-picker): hide models from providers without auth configured
Previously, models from unconfigured providers were shown with an
"auth missing" hint, flooding the picker with 900+ unusable entries.
Now addModelSelectOption early-returns when the provider has no auth,
so only usable models appear in /models and the web chat dropdown.
Fixes#74423