sandbox-agent/foundry/packages/backend/src
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
..
actors fix(foundry): use $HOME instead of hardcoded /home/sandbox for sandbox repo paths 2026-03-17 17:33:53 -07:00
config fix(foundry): fix runner version 2026-03-17 14:33:13 -07:00
integrations chore(foundry): workbench action responsiveness (#254) 2026-03-14 20:42:18 -07:00
notifications Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
services feat(foundry): add foundry base sandbox image with sudo, chromium, and dev tooling 2026-03-17 02:09:12 -07:00
driver.ts chore(foundry): workbench action responsiveness (#254) 2026-03-14 20:42:18 -07:00
index.ts fix(foundry): deduplicate OAuth callbacks and cache actor handles to fix production auth 2026-03-16 22:29:17 -07:00
logging.ts Fix Foundry UI bugs: org names, sessions, and repo selection (#250) 2026-03-13 20:48:22 -07:00
sandbox-config.ts chore(foundry): workbench action responsiveness (#254) 2026-03-14 20:42:18 -07:00