Skip to content

v1.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jul 20:05

Fixed

  • 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.