TokenTelemetry — See exactly what your Claude Code, codex, gemini cli and 6 more coding agents sessions cost, think, and do (100% local, open source) #2431
VasiHemanth
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey cc-switch community!
If you're switching between Claude models to optimize performance and cost, you probably ask yourself: "How much did that session actually cost me?" or "What was Claude actually doing under the hood?"
I built TokenTelemetry to answer exactly that — a 100% local, open-source observability tool for AI coding agents.
What it does
Why it pairs well with cc-switch
cc-switch lets you swap between Claude models on the fly. TokenTelemetry lets you see the impact of those switches — compare token burn and cost across claude-opus-4-7 vs claude-sonnet vs other models session by session. Great for understanding which model gives you the best value for a given task.
Install (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/VasiHemanth/tokentelemetry/main/install.sh | bashMIT licensed · runs offline · requires Node 18+, Python 3.9+
GitHub: https://github.com/VasiHemanth/tokentelemetry
Website: https://tokentelemetry.com
Would love feedback from power users here — especially if you notice anything specific to multi-model sessions that would be useful to track. Happy to discuss!
All reactions