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.

bump version code

+2 -2
+1 -1
README.md
··· 60 60 pocketenv --help 61 61 62 62 Usage: pocketenv 63 - Version: 0.1.3 63 + Version: 0.1.4 64 64 65 65 Description: 66 66
+1 -1
src/consts.ts
··· 1 1 import { dir } from "../deps.ts"; 2 2 3 - export const VERSION = "0.1.3"; 3 + export const VERSION = "0.1.4"; 4 4 5 5 export const POCKETENV_DIR = `${dir("home")}/.pocketenv`; 6 6