v3.11.8: vision cache persistence (PR #8 merge)

This commit is contained in:
Roman | RyzenAdvanced
2026-05-26 19:20:02 +04:00
Unverified
parent 0b13c376d8
commit 66fe3c07a3
6 changed files with 189 additions and 103 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## v3.11.8 (2026-05-26)
**Vision Cache Persistence, PR #8 Merge**
### New Features
- **Vision description cache persisted across requests**: Image descriptions from the vision fallback API are now cached in a file (`~/.cache/codex-proxy/vision-cache.json`) so the same image URL is never described twice — saves API calls and latency
- **Merge PR #8**: `fix: persist vision description cache across requests` (cobra91)
## v3.11.7 (2026-05-26)
**Vision Auto-Detect, Proactive Non-Vision Model Detection, Unit Tests, Bug Fixes**