@mauricode/token-derby 1.1.0 → 2.0.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 CHANGED
@@ -49,3 +49,4 @@ The CLI sums `message.usage.output_tokens` across every `*.jsonl` under `~/.clau
49
49
  - `TOKEN_DERBY_API_BASE` — override the API base URL (default: `https://token-derby.mauricode.co.uk/api`)
50
50
  - `TOKEN_DERBY_HOME` — override the data directory (default: `~/.token-derby`)
51
51
  - `TOKEN_DERBY_CLAUDE_DIR` — override the transcripts directory (default: `~/.claude/projects`)
52
+ - `TOKEN_DERBY_COUNT_INPUT_TOKENS` — set to `1` to count input tokens (including cache reads/creations) toward your race total. Default is output tokens only.