Releases: southglory/claude-usage-bar
Releases · southglory/claude-usage-bar
v0.6.3 — docs refresh
Changed
- Docs only:
cc-switchlinks now point tosouthglory/cc-switch(the tool that defines theccp/ccw/ccxaccount wrappers), with a note clarifying it is distinct from the similarly-named vendor/provider switcherfarion1231/cc-switch. - README: added direct Marketplace and Open VSX install links; trimmed duplicate Marketplace badges (kept version only).
Install from VSIX: download claude-multi-usage-0.6.3.vsix below, then code --install-extension claude-multi-usage-0.6.3.vsix.
v0.6.2 — Claude Multi-Account Status Bar
Changed
- Renamed the marketplace display name to Claude Multi-Account Status Bar (the extension id
claude-multi-usageis unchanged). No functional changes. - Clarified in the README that the Marketplace/Open VSX publisher
QG-devramyunand the GitHub authorsouthgloryare the same person.
Install from VSIX: download claude-multi-usage-0.6.2.vsix below, then code --install-extension claude-multi-usage-0.6.2.vsix.
v0.6.0 - polite API + professional README
v0.6.0
- Considerate API usage: rate-limit fetch is now at most once per 5 min per account, and idle accounts stop polling entirely (
apiMinIntervalSeconds). ~1 token/call, < $0.01/mo. - Marketplace-grade README: badges, Overview, accurate Note/Warning callouts, and three screenshots (status bar, hover, dashboard). Korean README mirrored.
Install
code --install-extension claude-multi-usage-0.6.0.vsix
v0.5.0 - simpler dashboard + store-ready
v0.5.0
- Simpler dashboard: one clean card per account (today's cost, 5h/7d bars, cost tiles); advanced stats folded behind a single Details expander.
- Fix: 0.4.0 had a comment bug that broke activation — fixed.
- README: global rewrite with screenshots; packaged with vsce (marketplace-ready).
Install
code --install-extension claude-multi-usage-0.5.0.vsix
v0.4.0 - token-cost usage dashboard
Claude Multi-Account Usage v0.4.0
A rich per-account usage dashboard, long-910 style.
- Collapsible per-account drawers: Current Usage (5h/7d), Token Cost (5h / today / 7 days / month est.), 5h token breakdown, by-project table, burn rate + 5h-limit prediction, 30-day history sparkline, avg cost by hour, and editable pricing.
- Cost = token counts read from
<config-dir>/projects/**/*.jsonlx pricing. Token counts are exact; the dollar figure is an API-equivalent estimate, not your subscription bill (assumes one price tier for all models). Scans the last 30 days; throttled + cached. - New settings:
pricing.{input,output,cacheRead,cacheCreate}PerMillion,dailyBudget. - Warning badge: status-bar color uses the worse of 5h/7d; when 7d is maxed the bar flips to a
7d reset ...countdown; at critical a bold red background badge appears.
Install
code --install-extension southglory.claude-multi-usage-0.4.0.vsix
or Extensions panel -> ... -> Install from VSIX...
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...
v0.2.0 - English UI, rectangular bars, clean breathing quokka
Claude Multi-Account Usage v0.2.0
- All-English UI and docs (commands, settings, tooltips, README).
- Rectangular progress bars - whole-cell blocks only, so each bar is a tidy rectangle of uniform height.
- Clean breathing quokka - body and feet are fixed/grounded; breathing is additive (ears perk + chest puff), so there is no ghosting.
- Color thresholds, usage dashboard, per-account terminals, cc-switch friendly.
Install
code --install-extension southglory.claude-multi-usage-0.2.0.vsix
or Extensions panel -> ... -> Install from VSIX...