Skip to content

v0.3.0 - API usage fallback (show every account)

Choose a tag to compare

@southglory southglory released this 16 Jun 08:23
· 24 commits to main since this release

Claude Multi-Account Usage v0.3.0

Now shows usage for every account, even ones used only in a terminal.

  • API usage fallback - the Claude Code VS Code integration only writes its usage cache for the one account it polls, so a second account never had a cache. When a cache file is missing, the extension now reads that account's .credentials.json OAuth token and fetches usage directly from api.anthropic.com (the rate-limit response headers) - the method long-kudo.vscode-claude-status uses. Toggle: claudeMultiUsage.fetchUsageViaApi (default on). Tooltip shows via API vs via cache.
  • Uniform-height colored tooltip bars (no more ragged/short-cell bars).
  • No name parsing - labels are the folder name as-is (.claude, .claude-work).
  • Dashboard add + first login - add a second account by name and sign in from the panel.
  • Real pixel quokka that bobs up/down.

Install

code --install-extension southglory.claude-multi-usage-0.3.0.vsix

or Extensions panel -> ... -> Install from VSIX...