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.

Add changelog for v0.6.2 and bump CLI version

Add nested ignore-file support and Vitest unit tests for ignore
logic, and enable dotfile copying in sandbox packaging

+14 -1
+13
CHANGELOG.md
··· 2 2 3 3 All notable changes to this project will be documented in this file. 4 4 5 + ## [0.6.2] - 2026-04-05 6 + 7 + ### Added 8 + 9 + - **Nested ignore file support**: `loadIgnoreFiles` and `makeIsIgnored` now handle per-directory `.gitignore`/`.pocketenvignore` contexts when packaging, correctly applying ignore rules at each directory level. 10 + - **Ignore file unit tests**: Comprehensive Vitest-based test suite for the ignore logic, with a `vitest.config.ts` and updated dev deps/test scripts. 11 + 12 + ### Fixed 13 + 14 + - **Sandbox dotfile copying**: Enabled `bash dotglob` in sandbox copy commands so dotfiles are included when copying directories. 15 + 16 + --- 17 + 5 18 ## [0.6.1] - 2026-04-04 6 19 7 20 ### Added
+1 -1
apps/cli/package.json
··· 4 4 "bin": { 5 5 "pocketenv": "dist/index.js" 6 6 }, 7 - "version": "0.6.1", 7 + "version": "0.6.2", 8 8 "type": "module", 9 9 "keywords": [ 10 10 "sandbox",