Skip to content

Releases: southglory/claude-usage-bar

v0.6.3 — docs refresh

17 Jun 15:47

Choose a tag to compare

Changed

  • Docs only: cc-switch links now point to southglory/cc-switch (the tool that defines the ccp/ccw/ccx account wrappers), with a note clarifying it is distinct from the similarly-named vendor/provider switcher farion1231/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

17 Jun 14:31

Choose a tag to compare

Changed

  • Renamed the marketplace display name to Claude Multi-Account Status Bar (the extension id claude-multi-usage is unchanged). No functional changes.
  • Clarified in the README that the Marketplace/Open VSX publisher QG-devramyun and the GitHub author southglory are 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

17 Jun 05:43

Choose a tag to compare

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

17 Jun 05:06

Choose a tag to compare

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

16 Jun 08:44

Choose a tag to compare

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/**/*.jsonl x 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)

16 Jun 08:23

Choose a tag to compare

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

v0.2.0 - English UI, rectangular bars, clean breathing quokka

16 Jun 07:49

Choose a tag to compare

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