You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Live plan limits and subscription detection now work on macOS. Claude Code
stores its OAuth credentials in the login Keychain on macOS, not in ~/.claude/.credentials.json — so the live-limits fetch found no token and
silently fell back to the on-disk cache (which can sit hours stale). The
extension now reads the token from the Keychain (the same Claude Code-credentials item Claude Code itself writes) read-only, and
still prefers the credentials file when one is present. Windows and Linux are
unchanged.