···2233All notable changes to this project will be documented in this file.
4455+## [0.6.3] - 2026-04-05
66+77+### Changed
88+99+- **Migrate CLI to `@pocketenv/sdk`**: All direct API/axios calls have been replaced with the official `@pocketenv/sdk`. A new `configureSdk()` helper initialises the SDK once per command using the resolved auth token. Encryption, redaction, and SSH key generation for secrets, files, tailscale, and SSH keys are now handled by the SDK internally. The `waitUntilRunning` local helper has been removed in favour of `sandbox.waitUntilRunning()`.
1010+1111+---
1212+513## [0.6.2] - 2026-04-05
614715### Added