• kunish's avatar
    fix(antigravity): add stream keepalive to prevent connection drops · d7957343
    kunish authored
    Antigravity streaming handlers were missing the keepalive mechanism
    that exists in the standard gateway, causing proxy/CDN idle timeouts
    to break connections during long thinking phases (e.g. claude-opus-4-6).
    This resulted in truncated responses with missing tool calls.
    
    Add StreamKeepaliveInterval support to all three Antigravity streaming
    paths: Claude SSE, Gemini SSE, and upstream passthrough.
    d7957343
antigravity_gateway_service.go 161 KB