fix(ai): respect proxy envs in bun's websocket

fixes #4346
This commit is contained in:
haoqixu
2026-05-10 02:45:44 +08:00
parent 3d5cbe98c3
commit 8c2e3eddec
3 changed files with 33 additions and 3 deletions

View File

@@ -73,11 +73,12 @@
"@aws-sdk/client-bedrock-runtime": "^3.1030.0",
"@google/genai": "^1.40.0",
"@mistralai/mistralai": "^2.2.0",
"typebox": "^1.1.24",
"chalk": "^5.6.2",
"openai": "6.26.0",
"partial-json": "^0.1.7",
"proxy-agent": "^6.5.0",
"proxy-from-env": "^1.1.0",
"typebox": "^1.1.24",
"undici": "^7.19.1",
"zod-to-json-schema": "^3.24.6"
},