mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 19:05:18 +00:00
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> |
||
|---|---|---|
| .. | ||
| _scripts | ||
| audit-log | ||
| github-data | ||
| organization | ||
| sandbox | ||
| task | ||
| user | ||
| context.ts | ||
| handles.ts | ||
| index.ts | ||
| keys.ts | ||
| logging.ts | ||
| polling.ts | ||