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 CLI to 0.6.1: add ps and fix push-dir

+13 -1
+12
CHANGELOG.md
··· 2 2 3 3 All notable changes to this project will be documented in this file. 4 4 5 + ## [0.6.1] - 2026-04-04 6 + 7 + ### Added 8 + 9 + - **`pocketenv ps` command**: New CLI subcommand to list all running sandboxes in a formatted table showing name, base image, uptime, and creation time. 10 + 11 + ### Fixed 12 + 13 + - **`push-directory` tar archive handling**: Fixed directory archiving to use `-C` with basename so paths inside the archive are relative. Non-directory paths are now handled correctly, and archives are compressed before being pushed to the sandbox. The sandbox side now decompresses the archive to the correct destination. 14 + 15 + --- 16 + 5 17 ## [0.6.0] - 2026-03-31 6 18 7 19 ### Added
+1 -1
apps/cli/package.json
··· 4 4 "bin": { 5 5 "pocketenv": "dist/index.js" 6 6 }, 7 - "version": "0.6.0", 7 + "version": "0.6.1", 8 8 "type": "module", 9 9 "keywords": [ 10 10 "sandbox",