toktrack 2.10.0 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -38,8 +38,9 @@ brew install toktrack
38
38
  ## Features
39
39
 
40
40
  - **Ultra-Fast Parsing** — simd-json + rayon parallel processing (~3 GiB/s throughput)
41
- - **TUI Dashboard** — 3 tabs (Overview, Stats, Models) with daily/weekly/monthly views
42
- - **Multi-CLI Support** — Claude Code, Codex CLI, Gemini CLI, OpenCode, PI Agent
41
+ - **TUI Dashboard** — 5 tabs (Overview, Stats, Models, Projects, Audit) with daily/weekly/monthly views
42
+ - **Per-Project Breakdown** — the Projects tab shows token & cost usage per project (the session working directory), for CLIs that record one — currently Claude Code, Codex, OpenCode, PI Agent, Gemini CLI, and Qwen Code. Drill into any project for its day-by-day, per-model breakdown. Usage from CLIs that don't record a project is grouped under `(no project)`. Project details are cached, so they survive past the CLI's 30-day deletion
43
+ - **Multi-CLI Support** — Claude Code, Codex CLI, Gemini CLI, Qwen Code, OpenCode, PI Agent
43
44
  - **CLI Commands** — `daily`, `weekly`, `monthly`, `stats` with JSON output
44
45
  - **Data Preservation** — Cached daily summaries survive CLI data deletion
45
46
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toktrack",
3
- "version": "2.10.0",
3
+ "version": "2.12.0",
4
4
  "description": "Never lose your AI coding cost history — token & cost tracker for Claude Code, Codex, Gemini, Qwen Code, OpenCode & PI Agent, with a persistent cache that survives CLI data deletion.",
5
5
  "bin": {
6
6
  "toktrack": "./bin/run.js"