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.260 ·

Model catalog now does a stale-while-revalidate background refresh

Model catalog now refreshes stale entries in the background instead of blocking on a re-fetch.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaModel Catalogwhat it touches
KindImprovementsin v2.1.260,
You'll notice

Model catalog now refreshes stale entries in the background instead of blocking on a re-fetch.

Both the published-catalog and served-catalog model resolution paths now support stale-while-revalidate: when a cached catalog entry exists but is stale, Claude Code kicks off a background re-fetch and waits up to the network timeout for it, falling back to the stale entry if the refresh doesn't complete in time. This can return a stale cached catalog immediately while the refresh runs concurrently, and logs whether the stale value was kept or refreshed; the behavior is unconditional, with no flag gating it.

See this entry in the whole of v2.1.260 →

Feedback