You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a pyproject.toml so the tool installs with uv tool install git+https://github.com/phuryn/claude-usage (or pipx install …) — no clone needed (#144, thanks @jamesbraza). Packaging only: [project.dependencies] is empty so the tool stays stdlib-only at runtime, the version is read dynamically from scanner.VERSION (still the single source of truth), and the clone + python cli.py path is unchanged. The cli.py__main__ block was lifted into a main() function to serve as the claude-usage console entry point.