sandbox-agent/foundry/packages
Nathan Flurry bea3b58199 fix(foundry): use $HOME instead of hardcoded /home/sandbox for sandbox repo paths
E2B sandboxes run as `user` (home: /home/user), not `sandbox`, so
`mkdir -p /home/sandbox` fails with "Permission denied". Replace all
hardcoded `/home/sandbox` paths with `$HOME` resolved at shell runtime
inside the sandbox, and dynamically resolve the repo CWD via the sandbox
actor so it works across providers (E2B, local Docker, Daytona).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 17:33:53 -07:00
..
backend fix(foundry): use $HOME instead of hardcoded /home/sandbox for sandbox repo paths 2026-03-17 17:33:53 -07:00
cli chore(foundry): migrate to actions (#262) 2026-03-16 15:23:59 -07:00
client feat(foundry): add foundry base sandbox image with sudo, chromium, and dev tooling 2026-03-17 02:09:12 -07:00
desktop chore(foundry): workbench action responsiveness (#254) 2026-03-14 20:42:18 -07:00
frontend fix(foundry): fix runner version 2026-03-17 14:33:13 -07:00
shared feat(foundry): add foundry base sandbox image with sudo, chromium, and dev tooling 2026-03-17 02:09:12 -07:00