the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use bash instead of sh for sandbox PTY

+1 -1
+1 -1
apps/api/src/pty/modal/index.ts
··· 80 80 `--mode=client`, 81 81 `--cols=${process.stdout.columns ?? 80}`, 82 82 `--rows=${process.stdout.rows ?? 24}`, 83 - "sh", 83 + "bash", 84 84 ], 85 85 { 86 86 env: {