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

Model catalog builder now tracks snapshot timing and stats

Model catalog cache-refresh logic now records how long the snapshot check took

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

Model catalog cache-refresh logic now records how long the snapshot check took

What

When Claude Code checks whether its cached model catalog and settings are still current (by comparing against a git snapshot), the code now times that check and returns a snapshotMs duration and a stats object alongside the usual result of whether anything changed.

Why

This looks like internal instrumentation for diagnosing slow catalog refreshes rather than something a user would directly interact with.

See this entry in the whole of v2.1.265 →

Feedback