toktrack 0.1.24 → 0.1.26

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 AI CLI token usage tracker. Built with Rust + simd-json + ratatui.
8
+ Ultra-fast token & cost tracker for Claude Code, Codex CLI, and Gemini CLI. Built with Rust + simd-json + ratatui.
9
9
 
10
10
  ![toktrack overview](https://raw.githubusercontent.com/mag123c/toktrack/main/demo.gif)
11
11
 
@@ -23,7 +23,7 @@ npm install -g toktrack
23
23
 
24
24
  ## Features
25
25
 
26
- - **Ultra-Fast Parsing** — simd-json + rayon parallel processing (~2 GiB/s throughput)
26
+ - **Ultra-Fast Parsing** — simd-json + rayon parallel processing (~3 GiB/s throughput)
27
27
  - **TUI Dashboard** — 4 views (Overview, Models, Daily, Stats) with daily/weekly/monthly breakdown
28
28
  - **Multi-CLI Support** — Claude Code, Codex CLI, Gemini CLI
29
29
  - **CLI Commands** — `daily`, `weekly`, `monthly`, `stats` with JSON output
@@ -60,8 +60,8 @@ npx toktrack stats --json
60
60
 
61
61
  | Mode | Time |
62
62
  |------|------|
63
- | Cold start (no cache) | **~1.2s** |
64
- | Warm start (cached) | **~0.05s** |
63
+ | Cold start (no cache) | **~1.0s** |
64
+ | Warm start (cached) | **~0.04s** |
65
65
 
66
66
  > Measured on Apple Silicon (9,000+ files / 3.4 GB).
67
67
 
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.24",
3
+ "version": "0.1.26",
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"