v3.11.12: Antigravity v2 handler rewrite (anti-api approach)

This commit is contained in:
Roman | RyzenAdvanced
2026-05-26 22:23:26 +04:00
Unverified
parent ff849e8669
commit 633e9570bb
6 changed files with 354 additions and 7 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## v3.11.12 (2026-05-26)
**New Antigravity v2 Handler (Mimicking anti-api)**
### New Features
- **Complete rewrite of Antigravity handler** based on https://github.com/ink1ing/anti-api approach
- Safety settings (all OFF), stopSequences, sessionId, requestType: agent
- functionResponse uses `response: { result: string }` format matching anti-api
- Endpoint priority: `daily-cloudcode-pa.googleapis.com` first
- Simplified sanitizer: only deduplicates consecutive user text, never touches tool messages
## v3.11.11 (2026-05-26)
## v3.11.11 (2026-05-26)
**Antigravity Fix: Stricter function_call/output Pairing + Gemini Sanitizer Rewrite (PR #12)**