tokentracker-cli 0.13.0 → 0.14.1
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 +1 -1
- package/package.json +1 -1
- package/src/lib/pricing/seed-snapshot.json +1 -1
- package/src/lib/rollout.js +153 -16
package/README.md
CHANGED
|
@@ -399,7 +399,7 @@ Once granted, the permission is remembered. Note that ad-hoc signed builds re-pr
|
|
|
399
399
|
|
|
400
400
|
## 🙏 Credits
|
|
401
401
|
|
|
402
|
-
|
|
402
|
+
The Clawd character design belongs to Anthropic. This is a community project with no official affiliation with Anthropic.
|
|
403
403
|
|
|
404
404
|
## License
|
|
405
405
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tokentracker-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"description": "Token usage tracker for AI agent CLIs (Claude Code, Codex, Cursor, Gemini, Kiro, OpenCode, OpenClaw, Every Code, Hermes, GitHub Copilot, Kimi Code, CodeBuddy, oh-my-pi, pi, Craft Agents, Kilo CLI, Kilo Code)",
|
|
5
5
|
"main": "src/cli.js",
|
|
6
6
|
"bin": {
|