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.