• erio's avatar
    fix(gateway): restore upstream account forwarding with dedicated methods · 77b66653
    erio authored
    v0.1.74 merged upstream accounts into the OAuth path, causing requests
    to hit the wrong protocol and endpoint. Add three upstream-specific
    methods (testUpstreamConnection, ForwardUpstream, ForwardUpstreamGemini)
    that use base_url + apiKey auth and passthrough the original body, while
    reusing the existing response handling and error/retry logic.
    77b66653
antigravity_gateway_service.go 130 KB