Status and debug output now show whether the prompt cache is warm, its hit ratio and misses.
What's wrong with this entry?
Each turn's status and debug payload now includes a prompt-cache block, and there is a one-line summary of the main conversation's cache: whether it is warm, how many requests and misses there have been, the hit ratio, and how many rebuilds are expected.
- Fields recorded: warm, caching_observed, ttl, expires_at, requests, misses, expected_rebuilds, hit_ratio, cache_write_tokens, and miss_recache_tokens, the tokens that would need recaching if the cache went cold.
- Sits alongside the existing cost and context window fields.
- Computed only once there has been at least one request; with zero requests the block is empty.
Prompt cache (main):, prompt_cache, recache_tokens_if_cold
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.221
/status shows a "Session kind" row
Both mention status
-
v2.1.222
Model refusal fallback no longer claims your session model changed
Both mention status
-
v2.1.228
Settings problems split into notices and genuinely invalid entries
Both mention status