fix(hub): forward host HTTP(S)_PROXY into agent sandbox (v0.0.39)

Host egress requires the local forward proxy; sandbox env previously
omitted PROXY vars so Bash/curl timed out on public image URLs. Pass
HTTP(S)/ALL/NO_PROXY (+ lowercase) and NODE_USE_ENV_PROXY from the
trusted service environment into the agent subprocess.
This commit is contained in:
2026-07-20 13:46:07 +00:00
parent e016564cc5
commit 3fbc4b81c2
4 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@paradigm/hub",
"version": "0.0.38",
"version": "0.0.39",
"private": true,
"type": "module",
"engines": {