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.4.0 and update changelog

+28 -1
+27
CHANGELOG.md
··· 2 2 3 3 All notable changes to this project will be documented in this file. 4 4 5 + ## [0.4.0] - 2026-03-29 6 + 7 + ### Added 8 + 9 + - **Services support**: Full services feature across the stack — schema, API endpoints, lexicon, CLI commands, and a web management UI. Sandboxes can now define, start, stop, and monitor named services. 10 + - **`pocketenv service` CLI commands**: New CLI subcommands for managing sandbox services (start, stop, status). 11 + - **Service start/stop API endpoints**: New API routes for starting and stopping individual services with JSON responses. 12 + - **Service status tracking**: Service status is now exposed and updated on start; services are set to `STOPPED` when their sandbox is stopped. 13 + - **`--keep-alive` option for `start`**: The `start` command now accepts `--keep-alive` to keep the sandbox running after the terminal session ends. 14 + - **Cursor sandbox deployment**: New Cursor-based sandbox provider with publish workflow model support. 15 + - **Sandbox lookup by id, name, or URI**: Sandbox resolution now accepts any of these identifiers uniformly. 16 + 17 + ### Changed 18 + 19 + - **`npm` global bin added to PATH in Dockerfile**: Ensures globally installed npm packages are available in the sandbox. 20 + - **Increased Cloudflare default memory and disk**: Higher resource defaults for Cloudflare sandbox deployments. 21 + - **`record.id` used for sandbox wiring**: Sandbox CLI calls now use `record.id` consistently. 22 + - **Services started when starting sandbox**: All configured services are automatically started when a sandbox starts. 23 + 24 + ### Fixed 25 + 26 + - **ON DELETE CASCADE on sandbox foreign keys**: Sandbox-related records are now automatically removed when a sandbox is deleted. 27 + - **Service start guard**: Prevents starting a service that is already running. 28 + - **Service delete logs success**: A success message is now logged after a service is deleted. 29 + 30 + --- 31 + 5 32 ## [0.3.5] - 2026-03-27 6 33 7 34 ### Fixed
+1 -1
apps/cli/package.json
··· 4 4 "bin": { 5 5 "pocketenv": "dist/index.js" 6 6 }, 7 - "version": "0.3.5", 7 + "version": "0.4.0", 8 8 "type": "module", 9 9 "keywords": [ 10 10 "sandbox",