tokentracker-cli 0.5.3 → 0.5.5
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 +12 -9
- package/dashboard/dist/assets/{DashboardPage-CGaKcd55.js → DashboardPage-CxkNLRKl.js} +2 -2
- package/dashboard/dist/assets/{LeaderboardPage-Dj9QZ8jC.js → LeaderboardPage-Bw3kpiq5.js} +1 -1
- package/dashboard/dist/assets/{LeaderboardProfilePage-Bz-aUVkS.js → LeaderboardProfilePage-ChBUNzy0.js} +1 -1
- package/dashboard/dist/assets/{ThemeToggle-BeCU2uxY.js → ThemeToggle-BHa5Nenr.js} +1 -1
- package/dashboard/dist/assets/{leaderboard-columns-wV7NeEpI.js → leaderboard-columns-DqMAm_KH.js} +1 -1
- package/dashboard/dist/assets/main-BSjyKFRx.css +1 -0
- package/dashboard/dist/assets/main-DkSKSbQz.js +4863 -0
- package/dashboard/dist/index.html +2 -2
- package/dashboard/dist/share.html +2 -2
- package/package.json +1 -1
- package/src/commands/init.js +1 -1
- package/src/lib/runtime-config.js +2 -2
- package/dashboard/dist/assets/main-Cwn9_aQV.css +0 -1
- package/dashboard/dist/assets/main-b3V-nHUe.js +0 -4759
package/README.md
CHANGED
|
@@ -10,11 +10,8 @@
|
|
|
10
10
|
[](https://nodejs.org/)
|
|
11
11
|
[](https://www.apple.com/macos/)
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
<img src="https://raw.githubusercontent.com/mm7894215/tokentracker/main/docs/screenshots/dashboard-dark.png" alt="Token Tracker Dashboard (Dark)" width="800" />
|
|
14
14
|
|
|
15
|
-
<div align="center">
|
|
16
|
-
<img src="docs/screenshots/dashboard-dark.png" alt="Token Tracker Dashboard" width="800" />
|
|
17
|
-
<br/><br/>
|
|
18
15
|
</div>
|
|
19
16
|
|
|
20
17
|
---
|
|
@@ -32,7 +29,7 @@ Download `TokenTrackerBar.dmg` from the [latest release](https://github.com/mm78
|
|
|
32
29
|
- **Interactive dashboard buddy** — Clawd reacts to your usage data with 30+ contextual quips, 5 tap animations, and data-driven moods
|
|
33
30
|
|
|
34
31
|
<div align="center">
|
|
35
|
-
<img src="docs/screenshots/menubar.
|
|
32
|
+
<img src="https://raw.githubusercontent.com/mm7894215/tokentracker/main/docs/screenshots/menubar.gif" alt="Menu Bar App" width="420" />
|
|
36
33
|
</div>
|
|
37
34
|
|
|
38
35
|
### Option B: CLI + Web Dashboard
|
|
@@ -56,7 +53,15 @@ tokentracker doctor # Health check
|
|
|
56
53
|
---
|
|
57
54
|
|
|
58
55
|
<div align="center">
|
|
59
|
-
<img src="docs/screenshots/dashboard-light.png" alt="
|
|
56
|
+
<img src="https://raw.githubusercontent.com/mm7894215/tokentracker/main/docs/screenshots/dashboard-light.png" alt="Token Tracker Dashboard (Light)" width="800" />
|
|
57
|
+
</div>
|
|
58
|
+
|
|
59
|
+
## Leaderboard
|
|
60
|
+
|
|
61
|
+
Compare your token usage with developers worldwide. Sign in to join the ranking.
|
|
62
|
+
|
|
63
|
+
<div align="center">
|
|
64
|
+
<img src="https://raw.githubusercontent.com/mm7894215/tokentracker/main/docs/screenshots/leaderboard.png" alt="Leaderboard" width="800" />
|
|
60
65
|
</div>
|
|
61
66
|
|
|
62
67
|
## Features
|
|
@@ -65,6 +70,7 @@ tokentracker doctor # Health check
|
|
|
65
70
|
- **Local-First** — All data stays on your machine. No cloud account required.
|
|
66
71
|
- **Zero-Config** — Hooks auto-detect and configure on first run
|
|
67
72
|
- **Built-in Dashboard** — Web UI with usage trends, model breakdowns, heatmaps
|
|
73
|
+
- **Leaderboard** — Global ranking with weekly, monthly, and all-time stats
|
|
68
74
|
- **Privacy-First** — Only token counts tracked, never prompts or responses
|
|
69
75
|
|
|
70
76
|
## Supported CLI Tools
|
|
@@ -163,6 +169,3 @@ Clawd character design belongs to Anthropic. This is a community project with no
|
|
|
163
169
|
<b>Token Tracker</b> — Quantify your AI output.<br/>
|
|
164
170
|
<a href="https://token.rynn.me">token.rynn.me</a> · Made by developers, for developers.
|
|
165
171
|
</div>
|
|
166
|
-
|
|
167
|
-
## Recent UI Updates
|
|
168
|
-
- **Leaderboard Redesign**: The leaderboard page and profile page have been entirely overhauled to follow the new modern "oai" design language used by the landing page, migrating away from the old matrix-terminal style.
|