From ae03db764eab12ebf3f28790ab31ce48da076eaf Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 24 May 2026 20:21:19 +0000 Subject: [PATCH] v3.9.6: add Gemini state-continuity docs to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a2b9c52..689de3e 100644 --- a/README.md +++ b/README.md @@ -535,6 +535,20 @@ The launcher generates model catalog JSON with dual field naming to satisfy both --- +## Gemini Antigravity State Continuity + +Codex Launcher includes special handling for Gemini 3 / Antigravity OAuth: + +- **Thought signature preservation**: Captures `thoughtSignature` from Gemini responses + and reattaches them on follow-up requests to maintain tool-call continuity. +- **Edit-intent detection**: When follow-up requests contain edit keywords, a tool-use + nudge is injected to prevent text-only responses. +- **User instruction enforcement**: The latest user message is guaranteed to be the + final content turn sent to Gemini, even after compaction. +- **Smart compaction**: Old tool outputs capped at 3000 chars, recent 6 at 20000 chars. + +--- + ## Multi-Account Rotation Codex Launcher supports **multiple accounts per provider** with automatic rotation