File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,9 +342,10 @@ export function useProviderModels(
342342 // `providerWasFilteredOut` signal below to surface an inline notice
343343 // and gate send.
344344 const currentProviderIdValue = currentGroup ?. provider_id ?? preferredProviderId ;
345- // DEFAULT_MODEL_OPTIONS (sonnet/opus/haiku) is reserved for the env
346- // provider only — when the user is genuinely on the built-in Claude
347- // Code path, the picker shows the canonical short aliases.
345+ // DEFAULT_MODEL_OPTIONS (the canonical env aliases, derived from
346+ // ENV_CLAUDE_CODE_MODELS) is reserved for the env provider only — when
347+ // the user is genuinely on the built-in Claude Code path, the picker
348+ // shows the canonical short aliases.
348349 //
349350 // We deliberately do NOT fall back to defaults on `providerGroups.length === 0`
350351 // anymore: with the API-failure path now synthesizing an `env` group in
You can’t perform that action at this time.
0 commit comments