whoburnedmore 0.9.14 → 0.9.16
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 +7 -1
- package/dist/index.js +2346 -1768
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -80,7 +80,13 @@ Usage is read via [`ccusage`](https://www.npmjs.com/package/ccusage) from any of
|
|
|
80
80
|
|
|
81
81
|
`claude` · `codex` · `gemini` · `copilot` · `opencode` · `amp` · `droid` · `goose` · `kimi` · `qwen` · `kilo` · `openclaw` · `hermes` · `pi` · `codebuff`
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
On top of those, the CLI reads a few agents that `ccusage` can't see, straight from their own local logs:
|
|
84
|
+
|
|
85
|
+
`cursor` · `cline` · `roo` · `continue`
|
|
86
|
+
|
|
87
|
+
(Claude Code and Codex are also read natively for a more accurate count.) Whatever you have logs for is picked up automatically — you don't pass any flags.
|
|
88
|
+
|
|
89
|
+
**Google Antigravity** is detected but **can't be counted**: it stores no readable local usage (its conversation logs are encrypted and it bills flat-rate, so there are no per-request token counts on disk to tally). `npx whoburnedmore doctor` will tell you when it's detected.
|
|
84
90
|
|
|
85
91
|
## Compete with friends and teams
|
|
86
92
|
|