out of curiosity, how do you measure cache hit rate in opencode ?

opencode stats

So the calculation is:

Total input token = input + cache read + cache write Cache hit rate = cache read / total input token.

That is 71% in my very limited use of opencode.

The first