tokentracker-cli 0.5.66 → 0.5.68

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.
Files changed (22) hide show
  1. package/README.md +9 -7
  2. package/dashboard/dist/assets/{Card-DSx0j4mK.js → Card-DRlkZv_R.js} +1 -1
  3. package/dashboard/dist/assets/{DashboardPage-1P9-gqhu.js → DashboardPage-DGTHX5GE.js} +1 -1
  4. package/dashboard/dist/assets/{FadeIn-DL1zAbdt.js → FadeIn-Bn7l-4GG.js} +1 -1
  5. package/dashboard/dist/assets/{IpCheckPage-BM3t1yfV.js → IpCheckPage-CsusUMV9.js} +1 -1
  6. package/dashboard/dist/assets/LeaderboardPage-Cx8DHWwS.js +5 -0
  7. package/dashboard/dist/assets/{LeaderboardProfilePage-aO-byJ7B.js → LeaderboardProfilePage-BjjMqsNu.js} +1 -1
  8. package/dashboard/dist/assets/{LimitsPage-CwUkpJp_.js → LimitsPage-xb3c6ewg.js} +1 -1
  9. package/dashboard/dist/assets/{SettingsPage-DhirGYnP.js → SettingsPage-CqsOiOnP.js} +1 -1
  10. package/dashboard/dist/assets/{WidgetsPage-P9a72ksF.js → WidgetsPage-IIarm2pR.js} +1 -1
  11. package/dashboard/dist/assets/{download-DTMGheZ-.js → download-Bfr-Ch-O.js} +1 -1
  12. package/dashboard/dist/assets/leaderboard-columns-B9643ZQU.js +1 -0
  13. package/dashboard/dist/assets/{main-DHsb2wcd.css → main-CNzfq4Ln.css} +1 -1
  14. package/dashboard/dist/assets/{main-XWVaG1Bp.js → main-CryDk9yC.js} +4 -6
  15. package/dashboard/dist/assets/{use-limits-display-prefs-B4BIb5sR.js → use-limits-display-prefs-BbghS-7x.js} +1 -1
  16. package/dashboard/dist/assets/{use-usage-limits-DOtf83Kb.js → use-usage-limits-BZnmAIq1.js} +1 -1
  17. package/dashboard/dist/index.html +2 -2
  18. package/dashboard/dist/share.html +2 -2
  19. package/package.json +2 -2
  20. package/src/lib/runtime-config.js +1 -1
  21. package/dashboard/dist/assets/LeaderboardPage-BZvpMVkN.js +0 -5
  22. 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 **8 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.
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
  [![npm version](https://img.shields.io/npm/v/tokentracker-cli.svg?color=blue)](https://www.npmjs.com/package/tokentracker-cli)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/tokentracker-cli.svg?color=brightgreen)](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
- - 🔌 **8 AI tools out of the box** — Claude Code, Codex CLI, Cursor, Gemini CLI, Kiro, OpenCode, OpenClaw, Every Code
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** | **8** | 1 (Claude) | 1 (Cursor) |
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** | ✅ 6 providers | ❌ | Cursor only |
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/>Gemini · Kiro · OpenCode · ..."]
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-XWVaG1Bp.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};
1
+ import{D as r}from"./main-CryDk9yC.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};