tokentracker-cli 0.5.21 → 0.5.22
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 +2 -2
- package/dashboard/dist/assets/DashboardPage-7poMJy2s.js +12 -0
- package/dashboard/dist/assets/{LeaderboardPage-D-kyv-fn.js → LeaderboardPage-DYHGsG7D.js} +1 -1
- package/dashboard/dist/assets/{LeaderboardProfilePage-BDcJdKoC.js → LeaderboardProfilePage-RjYL1DAT.js} +1 -1
- package/dashboard/dist/assets/{ThemeToggle-CWupPty_.js → ThemeToggle-COuzMnU0.js} +1 -1
- package/dashboard/dist/assets/{leaderboard-columns-BNRdzxvu.js → leaderboard-columns-BEPark-B.js} +1 -1
- package/dashboard/dist/assets/{main-XALRO8mZ.js → main-DFuYMEVg.js} +21 -21
- package/dashboard/dist/assets/main-y3ZJfQaO.css +1 -0
- package/dashboard/dist/brand-logos/claude-code.svg +1 -3
- package/dashboard/dist/brand-logos/codex.svg +15 -3
- package/dashboard/dist/index.html +2 -2
- package/dashboard/dist/share.html +2 -2
- package/package.json +1 -1
- package/src/cli.js +1 -1
- package/src/commands/init.js +1 -1
- package/src/commands/serve.js +1 -1
- package/src/lib/local-api.js +16 -0
- package/src/lib/subscriptions.js +29 -0
- package/src/lib/usage-limits.js +122 -0
- package/dashboard/dist/assets/DashboardPage-lhttEEca.js +0 -12
- package/dashboard/dist/assets/main-CT2us7J8.css +0 -1
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ Download `TokenTrackerBar.dmg` from the [latest release](https://github.com/mm78
|
|
|
38
38
|
npx tokentracker-cli
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
One command does everything: first-time setup → hook installation → data sync → open dashboard at `http://localhost:
|
|
41
|
+
One command does everything: first-time setup → hook installation → data sync → open dashboard at `http://localhost:7680`.
|
|
42
42
|
|
|
43
43
|
Install globally for shorter commands:
|
|
44
44
|
|
|
@@ -97,7 +97,7 @@ Token Tracker (local parsing + aggregation)
|
|
|
97
97
|
│
|
|
98
98
|
│ 30-minute UTC buckets
|
|
99
99
|
▼
|
|
100
|
-
Dashboard (Menu Bar App or localhost:
|
|
100
|
+
Dashboard (Menu Bar App or localhost:7680)
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
1. AI CLI tools generate logs during usage
|