diff --git a/src/utils/codeCommand.ts b/src/utils/codeCommand.ts index 005e3bc..4d2f831 100644 --- a/src/utils/codeCommand.ts +++ b/src/utils/codeCommand.ts @@ -9,6 +9,12 @@ export async function executeCodeCommand(args: string[] = []) { // Set environment variables const env = { ...process.env, + HTTPS_PROXY: undefined, + HTTP_PROXY: undefined, + ALL_PROXY: undefined, + https_proxy: undefined, + http_proxy: undefined, + all_proxy: undefined, DISABLE_PROMPT_CACHING: "1", ANTHROPIC_AUTH_TOKEN: "test", ANTHROPIC_BASE_URL: `http://127.0.0.1:3456`,