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

@@ -27,6 +27,10 @@ model_catalog_json = ""
"""
CHANGELOG = [
("3.11.8", "2026-05-26", [
"Vision cache persisted across requests (PR #8 merge)",
"No redundant vision API calls for same image URL",
]),
("3.11.7", "2026-05-26", [
"Vision auto-detect: uses provider's vision model for image description",
"Vision preprocessing replaces image stripping",