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 ·

Client-side data cache key getter now accepts a model parameter

Client-side data cache can now be keyed per model, not just globally

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.268,
Under the hood

Client-side data cache can now be keyed per model, not just globally

What

The function that reads Claude Code's local client-data cache now accepts an optional parameter that gets factored into the cache key, and cached entries can carry a model field alongside their data.

Why

This allows cached client data to be stored and retrieved separately per model, rather than sharing a single cache entry regardless of which model is in use.

See this entry in the whole of v2.1.268 →

Feedback