• erio's avatar
    fix: route antigravity apikey account test to native protocol · c26f93c4
    erio authored
    Antigravity APIKey accounts were incorrectly routed to
    testAntigravityAccountConnection which calls AntigravityTokenProvider,
    but the token provider only handles OAuth and Upstream types, causing
    "not an antigravity oauth account" error.
    
    Extract routeAntigravityTest to route APIKey accounts to native
    Claude/Gemini test paths based on model prefix, matching the
    gateway_handler routing logic for normal requests.
    c26f93c4
account_test_service.go 51.5 KB