Under the hood
Rate-limit usage display now re-renders when GrowthBook feature-flag data updates
What
A component that displays model usage and rate-limit information now watches growthBookVersion as part of its re-render logic. This means the display updates whenever the underlying GrowthBook feature-flag snapshot changes version.
Why
This keeps the usage display in sync with the latest feature-flag configuration, so changes delivered through GrowthBook (the service Claude Code uses to manage remote feature flags) are reflected without requiring a restart or unrelated re-render.