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.

Remove hardcoded Bun version from workflows

-4
-2
.github/workflows/deploy-front.yml
··· 16 16 17 17 - name: Set up Bun 18 18 uses: oven-sh/setup-bun@v2 19 - with: 20 - bun-version: 1.3.10 21 19 22 20 - name: Install dependencies 23 21 working-directory: apps/web
-2
.github/workflows/deploy.yml
··· 42 42 43 43 - name: Set up Bun 44 44 uses: oven-sh/setup-bun@v2 45 - with: 46 - bun-version: 1.3.10 47 45 48 46 - name: Install dependencies 49 47 working-directory: apps/cf-sandbox