Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Model catalog now logs why it fell back to compiled model list (credential_scope)

Claude Code now logs a specific reason (credential_scope) when it falls back to the built-in model list due to credential permissions

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaModel Catalogwhat it touches
KindInternal Changesin v2.1.268,
Under the hood

Claude Code now logs a specific reason (credential_scope) when it falls back to the built-in model list due to credential permissions

What

When the model list Claude Code shows can't be fetched because the current credentials aren't allowed to read the server's model data, it now records a telemetry event, model_catalog_primary, with decision: 'off' and off_reason: 'credential_scope'. The event also logs the HTTP status and refusal code involved, before Claude Code falls back to its built-in, compiled-in list of models.

Why

This makes it possible to tell, from telemetry, specifically when a fallback to the built-in model list happened because of a credential's permissions, rather than some other failure.

See this entry in the whole of v2.1.268 →

Feedback