fix(ai): antigravity endpoint cascade on 403/404, add autopush fallback, strip extra headers

closes #1830
This commit is contained in:
Mario Zechner 2026-03-05 21:59:43 +01:00
parent 8f2af2ae7e
commit cfbb15876a
3 changed files with 25 additions and 10 deletions

View file

@ -5,6 +5,7 @@
### Fixed
- Preserved OpenAI Responses assistant `phase` metadata (`commentary`, `final_answer`) across turns by encoding `id` and `phase` in `textSignature` for session persistence and replay, with backward compatibility for legacy plain signatures ([#1819](https://github.com/badlogic/pi-mono/issues/1819)).
- Fixed Antigravity endpoint fallback: 403/404 responses now cascade to the next endpoint instead of throwing immediately, added `autopush-cloudcode-pa.sandbox` endpoint to the fallback list, and removed extra fingerprint headers (`X-Goog-Api-Client`, `Client-Metadata`) from Antigravity requests ([#1830](https://github.com/badlogic/pi-mono/issues/1830)).
## [0.56.1] - 2026-03-05