You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(provider): bundled model seeds for hosted API-key providers
Hosted OpenAI-compat providers returned an EMPTY model list until the
first /models fetch succeeded — so selecting xai/mistral/gemini/etc.
before setting a key showed an empty picker. list_models_for now falls
back to a small per-provider seed catalog (keyed on the registry id)
when the live fetch comes back empty (no key yet, network down, or a
gated list). The real catalog supersedes it the moment the account is
reachable; the front entry becomes the default when no -m is given.
Seeds cover xai, mistral, gemini, fireworks, deepseek, groq, cerebras,
together (current agent-capable ids, newest first). openrouter, custom
hosts, and locals have no seed and legitimately stay empty. Locked in
openai_transport_test "bundled model seed when no key / fetch empty".
275/275 green.
0 commit comments