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

@@ -1,5 +1,16 @@
# Changelog
## v3.11.9 (2026-05-26)
**Antigravity Fix: Preserve functionCall/functionResponse in Gemini Sanitizer (PR #10)**
### Bug Fixes
- **Fix Antigravity multi-turn tool use**: The Gemini message sanitizer was incorrectly merging/dropping `functionCall` and `functionResponse` turns, causing Antigravity to think forever without responding. These turns are now always preserved as separate messages.
- **Merge PR #10**: `fix: preserve functionCall/functionResponse in Gemini sanitizer` (qwen-chat coder)
## v3.11.8 (2026-05-26)
## v3.11.8 (2026-05-26)
**Vision Cache Persistence, PR #8 Merge**