toktrack 1.0.1 → 1.0.3
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
|
@@ -32,7 +32,7 @@ npm install -g toktrack
|
|
|
32
32
|
## Features
|
|
33
33
|
|
|
34
34
|
- **Ultra-Fast Parsing** — simd-json + rayon parallel processing (~3 GiB/s throughput)
|
|
35
|
-
- **TUI Dashboard** —
|
|
35
|
+
- **TUI Dashboard** — 3 tabs (Overview, Stats, Models) with daily/weekly/monthly views
|
|
36
36
|
- **Multi-CLI Support** — Claude Code, Codex CLI, Gemini CLI, OpenCode
|
|
37
37
|
- **CLI Commands** — `daily`, `weekly`, `monthly`, `stats` with JSON output
|
|
38
38
|
- **Data Preservation** — Cached daily summaries survive CLI data deletion
|
|
@@ -44,7 +44,7 @@ npm install -g toktrack
|
|
|
44
44
|
| Claude Code | `~/.claude/projects/` |
|
|
45
45
|
| Codex CLI | `~/.codex/sessions/` |
|
|
46
46
|
| Gemini CLI | `~/.gemini/tmp/*/chats/` |
|
|
47
|
-
| OpenCode | `~/.local/share/opencode/storage/` |
|
|
47
|
+
| OpenCode | `~/.local/share/opencode/storage/message/` |
|
|
48
48
|
|
|
49
49
|
## Supported Platforms
|
|
50
50
|
|
|
Binary file
|
package/bin/toktrack-darwin-x64
CHANGED
|
Binary file
|
package/bin/toktrack-linux-arm64
CHANGED
|
Binary file
|
package/bin/toktrack-linux-x64
CHANGED
|
Binary file
|
|
Binary file
|