v3.11.9: fix Antigravity — preserve functionCall/functionResponse (PR #10)

This commit is contained in:
Roman | RyzenAdvanced
2026-05-26 21:12:04 +04:00
Unverified
parent 532e7c7b05
commit f6827f6c84
6 changed files with 27 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ model_catalog_json = ""
"""
CHANGELOG = [
("3.11.9", "2026-05-26", [
"Fix Antigravity: preserve functionCall/functionResponse (PR #10)",
"Prevents tool responses from being dropped in multi-turn sessions",
]),
("3.11.8", "2026-05-26", [
"Vision cache persisted across requests (PR #8 merge)",
"No redundant vision API calls for same image URL",