Replies: 2 comments
|
Glad I found this. Pretty much one of two issues I have with t3code currently, which admittedly is not that many issues. For context I use cloak to manage multiple claude code accounts, so my work and home profiles are both in |
|
Survey of the PRs that touch this, as of None of these PRs reference this discussion (or #5791 that it was converted from); they were all filed against the sibling bug reports #7514 and #5805. Part 1 — scan every configured instance (the "zero usage" half, which also covers @watzon's
Part 2 — separate, labelled series per instance (what this discussion actually asks for)
So part 1 has seven competing implementations and needs a maintainer to pick one, and part 2 has no live PR at all. Happy to rebase the labelling work on top of whichever part 1 lands. Closed PRs are written as code spans rather than links to avoid cross-reference noise on abandoned branches. |
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/web
Problem or use case
I have multiple Claude code providers (work, personal, etc.) with different values of
CLAUDE_CONFIG_DIR path.The page currently only displays usage for the Claude provider with default path (
~/.claude). I cannot see the usage from other providers.Proposed solution
Read and display usage for all configured providers. Show a separate chart and stats for each provider (Claude Personal, Claude Work, etc.)
Why this matters
Users who have multiple Claude / Codex providers can only see usage for those on a default path.
Smallest useful scope
Extract the provider paths from all configured providers and read / display data for each one separately.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution
All reactions