toktrack 0.1.32 → 0.1.34

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
@@ -5,7 +5,7 @@
5
5
  [![npm](https://img.shields.io/npm/v/toktrack)](https://www.npmjs.com/package/toktrack)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/mag123c/toktrack/blob/main/LICENSE)
7
7
 
8
- Ultra-fast token & cost tracker for Claude Code, Codex CLI, and Gemini CLI. Built with Rust + simd-json + ratatui.
8
+ Ultra-fast token & cost tracker for Claude Code, Codex CLI, Gemini CLI, and OpenCode. Built with Rust for ultra-fast performance (simd-json + rayon).
9
9
 
10
10
  > **⚠️ Did you know?** Claude Code **deletes your session data after 30 days** by default. Once deleted, your token usage and cost history are gone forever — unless you preserve them.
11
11
 
@@ -33,7 +33,7 @@ npm install -g toktrack
33
33
 
34
34
  - **Ultra-Fast Parsing** — simd-json + rayon parallel processing (~3 GiB/s throughput)
35
35
  - **TUI Dashboard** — 4 views (Overview, Models, Daily, Stats) with daily/weekly/monthly breakdown
36
- - **Multi-CLI Support** — Claude Code, Codex CLI, Gemini CLI
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
39
39
 
@@ -44,6 +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
48
 
48
49
  ## Supported Platforms
49
50
 
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": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "description": "Ultra-fast token & cost tracker for Claude Code, Codex CLI, and Gemini CLI",
5
5
  "bin": {
6
6
  "toktrack": "./bin/run.js"