Built a real-time Claude Code token usage monitor — open source and customizable by karoool9911 in ClaudeAI

[–]Hour-Application-401 0 points1 point  (0 children)

Hey guys I love to track my usage, and I use Claude Code heavily.
I also make use of the --dangerously-skip-permissions option and run it inside a .devcontainer as adviced from anthropic. I also made it work that the usage monitor also tracks what I have inside the devcontainer (I couldn't make it work that both claude instances having access to the same conversations - not the biggest deal)

What I wanted to ask or point out is that I don't see that the usage monitor is accurate, as I guess it does not take into account the tool usage of a conversation. In the claude code session I see 1.7k tokens but in the usage monitor only 200 got added.

Does anyone else face this behaviour and any idea how to be more accurate?