Files
CLIProxyAPI/internal/runtime/executor
sususu a06e21b439 fix(antigravity): replay text thought signatures across context drift
A cached text signature is pinned to its part by that part's own content
fingerprint. Gemini validates a signature's own integrity and never its
binding to the surrounding history, so drift elsewhere in the conversation
cannot invalidate it. Gating the fingerprinted lookup on the context hash
only discarded reasoning the model then had to redo. The legacy positional
fallback has no such proof and stays gated.
2026-07-28 12:29:31 +08:00
..