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.

Capitalize Sandbox in Cloudflare log

+1 -1
+1 -1
apps/cli/src/cmd/ssh/cloudflare.ts
··· 77 77 let rows = process.stdout.rows ?? 50; 78 78 79 79 consola.info( 80 - `Connecting to ${chalk.cyanBright(sandbox.name)} via Cloudflare sandbox…`, 80 + `Connecting to ${chalk.cyanBright(sandbox.name)} via Cloudflare Sandbox…`, 81 81 ); 82 82 83 83 // Use default binaryType ("nodebuffer") so binary frames arrive as Buffer,