tokentracker-cli 0.5.66 → 0.5.67
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 +9 -7
- package/dashboard/dist/assets/{Card-DSx0j4mK.js → Card-CmQkSaLn.js} +1 -1
- package/dashboard/dist/assets/{DashboardPage-1P9-gqhu.js → DashboardPage-BZt5y5gb.js} +1 -1
- package/dashboard/dist/assets/{FadeIn-DL1zAbdt.js → FadeIn-DuJxITM1.js} +1 -1
- package/dashboard/dist/assets/{IpCheckPage-BM3t1yfV.js → IpCheckPage-DseJuOvq.js} +1 -1
- package/dashboard/dist/assets/LeaderboardPage-CjgASqSw.js +5 -0
- package/dashboard/dist/assets/{LeaderboardProfilePage-aO-byJ7B.js → LeaderboardProfilePage-BTs27wAX.js} +1 -1
- package/dashboard/dist/assets/{LimitsPage-CwUkpJp_.js → LimitsPage-Drc8wTon.js} +1 -1
- package/dashboard/dist/assets/{SettingsPage-DhirGYnP.js → SettingsPage-mCnpRVuo.js} +1 -1
- package/dashboard/dist/assets/{WidgetsPage-P9a72ksF.js → WidgetsPage-qlO-IWyq.js} +1 -1
- package/dashboard/dist/assets/{download-DTMGheZ-.js → download-Bk0FNyrl.js} +1 -1
- package/dashboard/dist/assets/leaderboard-columns-DH6pCqaP.js +1 -0
- package/dashboard/dist/assets/{main-XWVaG1Bp.js → main-B377b_ow.js} +4 -6
- package/dashboard/dist/assets/{main-DHsb2wcd.css → main-Cm7tlYw7.css} +1 -1
- package/dashboard/dist/assets/{use-limits-display-prefs-B4BIb5sR.js → use-limits-display-prefs-SzjCvEJq.js} +1 -1
- package/dashboard/dist/assets/{use-usage-limits-DOtf83Kb.js → use-usage-limits-BHeInsQY.js} +1 -1
- package/dashboard/dist/index.html +2 -2
- package/dashboard/dist/share.html +2 -2
- package/package.json +2 -2
- package/src/lib/runtime-config.js +1 -1
- package/dashboard/dist/assets/LeaderboardPage-BZvpMVkN.js +0 -5
- package/dashboard/dist/assets/leaderboard-columns-DVxnNSJP.js +0 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
### Know exactly what you're spending on AI — across every CLI
|
|
6
6
|
|
|
7
|
-
Auto-collect token counts from **
|
|
7
|
+
Auto-collect token counts from **10 AI coding tools**, aggregate them locally, and see real cost trends in a beautiful dashboard. No cloud account, no API keys, no setup — just one command.
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/tokentracker-cli)
|
|
10
10
|
[](https://www.npmjs.com/package/tokentracker-cli)
|
|
@@ -75,15 +75,15 @@ Upgrade with `brew upgrade --cask mm7894215/tokentracker/tokentracker`. The tap
|
|
|
75
75
|
|
|
76
76
|
## ✨ Features
|
|
77
77
|
|
|
78
|
-
- 🔌 **
|
|
78
|
+
- 🔌 **10 AI tools out of the box** — Claude Code, Codex CLI, Cursor, Gemini CLI, Kiro, OpenCode, OpenClaw, Every Code, Hermes Agent, GitHub Copilot
|
|
79
79
|
- 🏠 **100% local** — Token data never leaves your machine. No account, no API keys.
|
|
80
80
|
- 🚀 **Zero config** — Hooks auto-install on first run. From zero to dashboard in 30 seconds.
|
|
81
81
|
- 📊 **Beautiful dashboard** — Usage trends, cost breakdowns by model, GitHub-style activity heatmap, project attribution
|
|
82
82
|
- 🖥️ **Native macOS app** — Menu bar status icon, embedded server, WKWebView dashboard
|
|
83
83
|
- 🎨 **4 desktop widgets** — Pin Usage / Activity Heatmap / Top Models / Usage Limits to your desktop
|
|
84
|
-
- 📈 **Real-time rate limit tracking** — Claude / Codex / Cursor / Gemini / Kiro / Antigravity quota windows with reset countdowns
|
|
84
|
+
- 📈 **Real-time rate limit tracking** — Claude / Codex / Cursor / Gemini / Kiro / Copilot / Antigravity quota windows with reset countdowns
|
|
85
85
|
- 💰 **Cost engine** — 70+ model pricing tables, accurate USD breakdowns
|
|
86
|
-
- 🌐 **Optional leaderboard** — Compare with developers worldwide (opt-in, sign in to participate)
|
|
86
|
+
- 🌐 **Optional leaderboard** — Compare with developers worldwide; drag-to-reorder columns to focus on the providers you care about (opt-in, sign in to participate)
|
|
87
87
|
- 🔒 **Privacy-first** — Only token counts and timestamps. Never prompts, responses, or file contents.
|
|
88
88
|
|
|
89
89
|
---
|
|
@@ -139,6 +139,8 @@ Upgrade with `brew upgrade --cask mm7894215/tokentracker/tokentracker`. The tap
|
|
|
139
139
|
| **OpenCode** | ✅ Auto | Plugin system + SQLite |
|
|
140
140
|
| **OpenClaw** | ✅ Auto | Session plugin |
|
|
141
141
|
| **Every Code** | ✅ Auto | TOML notify hook |
|
|
142
|
+
| **Hermes Agent** | ✅ Auto | SQLite sessions table (`~/.hermes/state.db`) |
|
|
143
|
+
| **GitHub Copilot** | ✅ Auto | OpenTelemetry file exporter (`COPILOT_OTEL_FILE_EXPORTER_PATH`) |
|
|
142
144
|
|
|
143
145
|
Missing your tool? [Open an issue](https://github.com/mm7894215/TokenTracker/issues/new) — adding new providers is usually one parser file away.
|
|
144
146
|
|
|
@@ -148,11 +150,11 @@ Missing your tool? [Open an issue](https://github.com/mm7894215/TokenTracker/iss
|
|
|
148
150
|
|
|
149
151
|
| | **TokenTracker** | ccusage | Cursor stats |
|
|
150
152
|
|--------------------------|:---:|:---:|:---:|
|
|
151
|
-
| **AI tools supported** | **
|
|
153
|
+
| **AI tools supported** | **10** | 1 (Claude) | 1 (Cursor) |
|
|
152
154
|
| **Local-first, no account** | ✅ | ✅ | ❌ |
|
|
153
155
|
| **Native menu bar app** | ✅ | ❌ | ❌ |
|
|
154
156
|
| **Desktop widgets** | ✅ 4 widgets | ❌ | ❌ |
|
|
155
|
-
| **Rate-limit tracking** | ✅
|
|
157
|
+
| **Rate-limit tracking** | ✅ 7 providers | ❌ | Cursor only |
|
|
156
158
|
|
|
157
159
|
---
|
|
158
160
|
|
|
@@ -160,7 +162,7 @@ Missing your tool? [Open an issue](https://github.com/mm7894215/TokenTracker/iss
|
|
|
160
162
|
|
|
161
163
|
```mermaid
|
|
162
164
|
flowchart LR
|
|
163
|
-
A["AI CLI Tools<br/>Claude · Codex · Cursor<br/>
|
|
165
|
+
A["AI CLI Tools<br/>Claude · Codex · Cursor · Gemini · Kiro<br/>OpenCode · OpenClaw · Every Code · Hermes · Copilot"]
|
|
164
166
|
A -->|hooks trigger| B[Token Tracker]
|
|
165
167
|
B -->|parse logs<br/>30-min UTC buckets| C[(Local SQLite)]
|
|
166
168
|
C --> D[Web Dashboard]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{D as r}from"./main-
|
|
1
|
+
import{D as r}from"./main-B377b_ow.js";function t({children:i,title:a,subtitle:o,className:s="",bodyClassName:d=""}){return r.jsxs("div",{className:`rounded-xl border border-oai-gray-200 dark:border-oai-gray-800 bg-white dark:bg-oai-gray-900 transition-colors duration-200 ${s}`,children:[(a||o)&&r.jsxs("div",{className:"px-5 py-4 border-b border-oai-gray-200 dark:border-oai-gray-800 transition-colors duration-200",children:[a&&r.jsx("h3",{className:"text-sm font-medium text-oai-gray-500 dark:text-oai-gray-300 uppercase tracking-wide transition-colors duration-200",children:a}),o&&r.jsx("p",{className:"text-sm text-oai-gray-500 dark:text-oai-gray-300 mt-1 transition-colors duration-200",children:o})]}),r.jsx("div",{className:`p-5 ${d}`,children:i})]})}export{t as C};
|