contextanalyzer
contextanalyzer reads OpenCode session history and prints terminal histograms for context tokens and wall-clock duration.
Every time you use contextanalyzer, run the full help first:
npx -y contextanalyzer --help
Never pipe the help output through head, tail, sed, awk, or any other truncation command.
Also fetch and read the latest README in full:
curl -L https://raw.githubusercontent.com/remorses/contextanalyzer/main/README.md
Never truncate the README output. It is the canonical documentation for examples, options, and how token estimates are computed.