9router/open-sse/utils
gen 5a015e5b4d feat(proxy): add outbound HTTP proxy support for OAuth + provider requests
- Patch Node fetch via undici ProxyAgent when HTTP_PROXY/HTTPS_PROXY/ALL_PROXY is set
- Ensure proxy patch is loaded for both chat pipeline and OAuth token exchange
- Add Dashboard Settings → Network to edit outbound proxy and apply immediately
- Persist outbound proxy settings in local db and initialize on server startup
- Move proxy helpers to src/lib/network/ for better structure
- Rename src/proxy.js → src/dashboardGuard.js to avoid naming confusion
- Re-apply proxy env after DB import
- Fix: close old dispatcher on proxy URL change to prevent connection pool leak
- Fix: idempotency guard to avoid patching globalThis.fetch multiple times

Made-with: Cursor
2026-02-28 10:11:53 +07:00
..
bypassHandler.js Enhance chat handling. 2026-01-14 15:42:38 +07:00
cursorChecksum.js feat(cursor): Integrate Cursor IDE support with OAuth import token flow 2026-02-04 12:07:29 +07:00
cursorProtobuf.js chore: add Gemini 3.1 Pro models to provider configurations 2026-02-22 15:20:24 +07:00
error.js Remove Docker publish workflow and update error handling in various modules 2026-02-10 19:18:40 +07:00
ollamaTransform.js Update jsconfig.json and package.json to correct open-sse path references from relative to local directory. 2026-01-05 10:37:09 +07:00
proxyFetch.js feat(proxy): add outbound HTTP proxy support for OAuth + provider requests 2026-02-28 10:11:53 +07:00
requestLogger.js chore: add Gemini 3.1 Pro models to provider configurations 2026-02-22 15:20:24 +07:00
sessionManager.js feat(antigravity): initial steps for Antigravity anti-ban alignment 2026-02-20 14:44:29 +07:00
stream.js feat: add Gemini embeddings support + Letta compatibility fixes 2026-02-20 15:01:10 +07:00
streamHandler.js feat: enhance disconnect handling and request tracking in chatCore.js (#126) 2026-02-15 11:51:37 +07:00
streamHelpers.js Fix Antigravity 2026-02-06 09:18:01 +07:00
usageTracking.js feat: add GLM Coding (China) provider and Usage by API Keys statistics 2026-02-11 15:44:08 +07:00