github NoeFabris/opencode-antigravity-auth v1.6.0

7 hours ago

v1.6.0

This release contains PR #497 (merged to main) and focuses on request-path stability for Claude/Gemini, logging clarity, and schema/docs/test alignment.

Fixed Issues

  • #397 - Gemini tool-call payload handling now enforces valid thought_signature behavior for functionCall parts, preventing 400 INVALID_ARGUMENT in mixed/parallel call turns.
  • #454 - Request sanitization now removes empty/invalid contents.parts entries and invalid systemInstruction.parts before forwarding.
  • #444 - Response transform fallback now uses cloned responses and preserves recovery signaling, eliminating Body already used failures.

Improvements

  • #368 (tackled) - Claude thinking/signature handling now replaces foreign signatures with sentinels and tightens thinking-order classification to reduce false-positive recovery triggers.
  • Related: #453 - x-goog-user-project is now stripped across Antigravity and Gemini CLI request styles, reducing project/license conflict paths.

Changed

  • debug now controls file logging only; debug_tui independently controls TUI panel logging.
  • Added optional claude_prompt_auto_caching (cache_control: { type: "ephemeral" } injection when missing).
  • Docs/schema/tests updated to match runtime behavior.

Migration Notes

  • If you relied on env-driven config overrides, move those settings into config files.
  • Use debug_tui for TUI panel output; debug now means file logging only.

Don't miss a new opencode-antigravity-auth release

NewReleases is sending notifications on new releases.