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 version to 0.6.0 and update changelog

+29 -1
+28
CHANGELOG.md
··· 2 2 3 3 All notable changes to this project will be documented in this file. 4 4 5 + ## [0.6.0] - 2026-03-31 6 + 7 + ### Added 8 + 9 + - **PTY support with pty-tunnel and UI integration**: Full pseudo-terminal (PTY) support via a `pty-tunnel` server, wired into the web UI for interactive terminal sessions in the browser. 10 + - **Vercel credentials when starting sandbox**: Vercel auth tokens and project IDs are now passed through when starting a Vercel-backed sandbox. 11 + - **Vercel auth fields and DB migration**: New database fields for Vercel (`vercelApiToken`, project/deployment IDs) with a corresponding migration. 12 + - **Vercel auth persisted on create**: Vercel auth is now saved when a sandbox is first created. 13 + 14 + ### Changed 15 + 16 + - **Fixed PTY port 26661**: The PTY tunnel server now uses a fixed port for predictable connections. 17 + - **`sandboxId` validated for terminal sessions**: Terminal sessions now validate and use the correct `sandboxId`. 18 + - **Zeroclaw bumped to v0.1.7-beta.1** and switched to `openagen`. 19 + - **`sandboxId` cleared for Deno and Vercel on stop**: Sandbox ID is properly cleared when stopping Deno/Vercel sandboxes. 20 + - **`jsonlines` packages pinned to exact versions** for reproducible builds. 21 + 22 + ### Fixed 23 + 24 + - **Guarantee newline for PTY stdout**: PTY stdout now always ends with a newline; `sh` added for compatibility. 25 + - **Pipe PTY tunnel server stdout into listener**: PTY output is properly forwarded to connected clients. 26 + - **Await socket open and capture sandbox logs**: Socket is awaited before proceeding; sandbox start logs are now captured. 27 + - **Zod schema messages and `superRefine` closure**: Fixed validation error messages and properly closed `superRefine` calls. 28 + - **Misspelled `redactedSpriteToken`** corrected (was `redacredSpriteToken`). 29 + - **`vercelApiKey` renamed to `vercelApiToken`** for naming consistency. 30 + 31 + --- 32 + 5 33 ## [0.5.0] - 2026-03-30 6 34 7 35 ### Added
+1 -1
apps/cli/package.json
··· 4 4 "bin": { 5 5 "pocketenv": "dist/index.js" 6 6 }, 7 - "version": "0.5.0", 7 + "version": "0.6.0", 8 8 "type": "module", 9 9 "keywords": [ 10 10 "sandbox",