You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AgentGate 1.6.3 — Outbound proxy & routing that actually matches the request
What's new
Outbound HTTP proxy in Settings. Send provider API calls through a local http:// or https:// proxy (Clash / V2Ray). Loopback stays direct. Leave the switch off to keep using HTTP(S)_PROXY from the environment. An empty URL does not apply the UI proxy.
Routing conditions apply on Chat, Messages, and Gemini. Input size, images, tools, system keywords, and model-name match now evaluate on those routes the same way they already did for Codex Responses. Existing profiles stay as they are; previously ignored conditions now fire.
Gemini follows the daily budget gate.generateContent is subject to the same notify / block / force-cheapest policy as other routes.
Less work on the request path. Budget-off skips the lifetime stats scan; daily spend is a cached SUM. Each route parses the request JSON once. SSE splitting and session lookup are cheaper. Overview and footer poll less often.