whoburnedmore 0.9.19 → 0.9.21

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +883 -244
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -84,7 +84,7 @@ On top of those, the CLI reads a few agents that `ccusage` can't see, straight f
84
84
 
85
85
  `cursor` · `cline` · `roo` · `continue`
86
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.
87
+ Claude Code uses a native deduplicating reader. Codex totals come from the pinned replay-aware `ccusage` reader so forked/subagent rollouts do not repeat their parent history; the native Codex scan is diagnostics-only and fails closed. Whatever logs you have are picked up automatically — you don't pass any flags.
88
88
 
89
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.
90
90