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.

Comment out initial command for Cloudflare terminal

+1 -1
+1 -1
apps/web/src/components/terminal/index.tsx
··· 15 15 return ( 16 16 <> 17 17 {isCloudflare ? ( 18 - <CloudflareTerminal {...props} initialCommand="banner.sh || true" /> 18 + <CloudflareTerminal {...props} /*initialCommand="banner.sh || true"*/ /> 19 19 ) : isTty ? ( 20 20 <TtyTerminal {...props} /> 21 21 ) : (