diff --git a/esbuild.config.js b/esbuild.config.js index 983ca263c28..ba3cc3a49ba 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -64,6 +64,7 @@ const external = [ '@lydell/node-pty-win32-x64', '@github/keytar', '@google/gemini-cli-devtools', + 'https-proxy-agent', ]; const baseConfig = { diff --git a/package-lock.json b/package-lock.json index 9ced540f9aa..6403491c267 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "packages/*" ], "dependencies": { + "https-proxy-agent": "^7.0.6", "ink": "npm:@jrichman/ink@6.6.9", "latest-version": "^9.0.0", "node-fetch-native": "^1.6.7", diff --git a/package.json b/package.json index 6699efbd601..6816694aba1 100644 --- a/package.json +++ b/package.json @@ -143,6 +143,7 @@ "yargs": "^17.7.2" }, "dependencies": { + "https-proxy-agent": "^7.0.6", "ink": "npm:@jrichman/ink@6.6.9", "latest-version": "^9.0.0", "node-fetch-native": "^1.6.7",