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.

Add repository field to CLI package.json

+4
+4
apps/cli/package.json
··· 17 17 ], 18 18 "author": "Tsiry Sandratraina <tsiry.sndr@pocketenv.io>", 19 19 "license": "MPL-2.0", 20 + "repository": { 21 + "type": "git", 22 + "url": "https://github.com/pocketenv-io/pocketenv" 23 + }, 20 24 "scripts": { 21 25 "dev": "tsx ./src/index.ts", 22 26 "build": "pkgroll && chmod +x ./dist/index.js"