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.7 and upgrade @pocketenv/sdk

+12 -4
+8
CHANGELOG.md
··· 2 2 3 3 All notable changes to this project will be documented in this file. 4 4 5 + ## [0.6.7] - 2026-04-06 6 + 7 + ### Changed 8 + 9 + - **Bumped CLI version to 0.6.7**. 10 + - **Updated `@pocketenv/sdk` to `^0.2.6`**: CLI now depends on the latest SDK release. 11 + 12 + 5 13 ## [0.6.6] - 2026-04-06 6 14 7 15 ### Changed
+2 -2
apps/cli/bun.lock
··· 6 6 "name": "cli", 7 7 "dependencies": { 8 8 "@inquirer/prompts": "^8.3.0", 9 - "@pocketenv/sdk": "^0.2.5", 9 + "@pocketenv/sdk": "^0.2.6", 10 10 "axios": "^1.13.6", 11 11 "chalk": "^5.6.2", 12 12 "cli-table3": "^0.6.5", ··· 147 147 148 148 "@oxc-project/types": ["@oxc-project/types@0.122.0", "", {}, "sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA=="], 149 149 150 - "@pocketenv/sdk": ["@pocketenv/sdk@0.2.5", "", { "dependencies": { "ignore": "^7.0.5", "libsodium-wrappers": "^0.8.2", "tar": "^7.5.13", "zod": "^4.3.6" } }, "sha512-UP7Os3QqUqbIPyKnLztoPUVu9tsLbvdfToutE/q0xoi2lQSlnhGMDFpg42bGMwxdlDFuosB1wV0Si+gbNfncVg=="], 150 + "@pocketenv/sdk": ["@pocketenv/sdk@0.2.6", "", { "dependencies": { "ignore": "^7.0.5", "libsodium-wrappers": "^0.8.2", "tar": "^7.5.13", "zod": "^4.3.6" } }, "sha512-EiY5hWIptUarMeSQXrYtYg2ML2ix0HRZxQt7afp1N3cK9qmikUU93uj+gUYJFlsRfIPbSIbosY6PvCnWjUfnFQ=="], 151 151 152 152 "@rolldown/binding-android-arm64": ["@rolldown/binding-android-arm64@1.0.0-rc.12", "", { "os": "android", "cpu": "arm64" }, "sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA=="], 153 153
+2 -2
apps/cli/package.json
··· 4 4 "bin": { 5 5 "pocketenv": "dist/index.js" 6 6 }, 7 - "version": "0.6.6", 7 + "version": "0.6.7", 8 8 "type": "module", 9 9 "keywords": [ 10 10 "sandbox", ··· 42 42 }, 43 43 "dependencies": { 44 44 "@inquirer/prompts": "^8.3.0", 45 - "@pocketenv/sdk": "^0.2.5", 45 + "@pocketenv/sdk": "^0.2.6", 46 46 "axios": "^1.13.6", 47 47 "chalk": "^5.6.2", 48 48 "cli-table3": "^0.6.5",