The built-in statistics plugin projects transient per-turn and session statistics from normalized agent events. It helps you understand timing, tool activity, and usage without writing extra plugin messages into canonical conversation history.
statistics estimate command root in the in-session alta live tool.Projection output is not stored as assistant/user conversation content. The session keeps canonical agent events, and the plugin derives the display card from those events.
Use the live-tool command to estimate UTF-8 bytes and approximate tokens for a text value:
alta statistics estimate "Summarize this change."
The command returns a JSONL record with byte count, formatted byte count, estimated token count, and character count.
Disable statistics projections and commands with:
[plugins.statistics]
enabled = false