TTL Cache Savings in Stats Report
ctx_stats now shows cache performance alongside context window protection:
New TTL Cache section
- Cache hits count
- Data avoided by cache (estimated KB saved from skipped fetches)
- Network requests saved
- TTL remaining
- Total context savings (sandbox + cache combined)
Previously, cache hits showed as "0% reduction" because no data was processed. Now the stats correctly reflect that cached content avoided ~48KB+ of network I/O per hit.
Full diff: `v1.0.32...v1.0.33`