Changelog
- 8aa2cce Merge PR #1735 into dev with conflict resolution and fixes
- 2a4d3e6 Merge remote-tracking branch 'upstream/dev' into dev
- 4040b1e Merge remote-tracking branch 'upstream/dev' into dev
- d6cc976 chore(executor): remove unused header scrubbing function
- f3c164d feat(antigravity): update to v1.19.5 with new models and Claude 4-6 migration
- 846e75b feat(gemini): route gemini-3.1-flash-image identically to gemini-3-pro-image
- 8f97a5f feat(registry): expose input modalities, token limits, and generation methods for Antigravity models
- 5dc1848 feat(scrub): add comprehensive browser fingerprint and client identity header scrubbing
- 2baf35b fix(executor): bump antigravity UA to 1.19.6 and align image_gen payload
- 9370b5b fix(executor): completely scrub all proxy tracing headers in executor
- abb51a0 fix(executor): correctly disable http2 ALPN in Antigravity client to resolve connection reset errors
- c8d8091 fix(executor): improve antigravity reverse proxy emulation
- 8b5af2a fix(executor): match real Antigravity OAuth UA, remove redundant header scrubbing on new requests
- 9491517 fix(executor): use singleton transport to prevent OOM from connection pool leaks
- 68dd2bf fix(translator): allow passthrough of custom generationConfig for all Gemini-like providers
- dd71c73 fix: align gemini-cli upstream communication headers
- 660bd7e refactor(config): remove oauth-model-alias migration logic and related tests
- d887716 refactor(executor): switch HttpRequest to whitelist-based header filtering
- 914db94 refactor(headers): streamline User-Agent handling and introduce GeminiCLI versioning
- fc0257d refactor: consolidate duplicate UA and header scrubbing into shared misc functions
- b907d21 revert(executor): revert antigravity_executor.go changes from PR #1735