v0.3.0 - API usage fallback (show every account)
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.jsonOAuth token and fetches usage directly fromapi.anthropic.com(the rate-limit response headers) - the methodlong-kudo.vscode-claude-statususes. Toggle:claudeMultiUsage.fetchUsageViaApi(default on). Tooltip showsvia APIvsvia 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...