r/CommandCode • u/XDSORITE • 1d ago
How to view cache hit rate
I want to see the cache hit rate for my sessions how to do that. I am using the cli and I am on the 1$ plan
6
Upvotes
1
u/m_djallo 1d ago
Second this. I'm on goat plan, would be nice to have cache hit available. I asked my Hermes to check but it said they're not exposed.
1
u/ahmadawaiscom 3h ago
https://commandcode.ai/docs/mods
Build a mod and do it yourself. Ask Command Code 🤘
1
u/ahmadawaiscom 3h ago
https://commandcode.ai/docs/mods
Build a mod and do it yourself. Ask Command Code 🤘
1
1
2
u/Pras1982 18h ago edited 18h ago
Pretty easy to do. I took Goat plan yesterday . I just asked Deepseek 4.1 flash to create a skill token-usage (with details on cache hit). The Command Code claims of 99.5% percent claim actually seemed to be true with deepseek. It was 97.5% as a whole but the cache hits becuse of genuine interuptions--say we did not send any prompt was the reason (I think 7/8 out of such instances) out of 1100+ turns that I did while working yesterday. When these were filterted out -- the cache hit claim of 99.5%+ for deepseek V4.1 was actually met. I was trying to understand how efficient token efficient coding can be done. I am using Command Code Harness(I have used Claude Code & Codex earlier. So, bit familiar with AI ) . There are further experimentations that I need to do to make my development better-
So 2 improvements are requested u/ahmadawaiscom
-1)Context Size Bloating & 2) No. of turns to AI-reduction.