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.

Clarify --base option description

Add example providers (openclaw, claude-code, codex, copilot) to the
--base/-b option help text

+4 -1
+4 -1
apps/cli/src/index.ts
··· 85 85 .command("create") 86 86 .aliases(["new"]) 87 87 .option("--provider, -p <provider>", "the provider to use for the sandbox") 88 - .option("--base, -b <base>", "the base sandbox to use for the sandbox") 88 + .option( 89 + "--base, -b <base>", 90 + "the base sandbox to use for the sandbox, e.g. openclaw, claude-code, codex, copilot ...", 91 + ) 89 92 .option("--ssh, -s", "connect to the Sandbox and automatically open a shell") 90 93 .argument("[name]", "the name of the sandbox to create") 91 94 .description("create a new sandbox")