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 PTY startup

+1 -1
+1 -1
apps/api/src/pty/vercel/index.ts
··· 91 91 `--mode=client`, 92 92 `--cols=${process.stdout.columns ?? 80}`, 93 93 `--rows=${process.stdout.rows ?? 24}`, 94 - "sh", 94 + "bash", 95 95 ], 96 96 env: { 97 97 TERM,