Under the hood
GrowthBook config cache now skips disk writes when nothing changed
What
When Claude Code syncs remote feature-flag configuration (via GrowthBook) to its local disk cache, it can now compare the new data against what's already saved and skip the write entirely if nothing changed.
Why
This reduces unnecessary disk writes when the feature-flag configuration hasn't actually changed since the last sync.