Skip to content

Commit 1c5687c

Browse files
committed
Bump CLI to v0.3.3: waitUntilRunning & cleanup
1 parent d96e5ad commit 1c5687c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.3] - 2026-03-23
6+
7+
### Added
8+
9+
- **`waitUntilRunning` helper**: CLI now waits for a sandbox to reach RUNNING status (up to 60s, polling every 2s) before connecting via SSH in `create` and `start` commands.
10+
- **Sandbox cleanup cron**: New cron job and worker list to automatically clean up uninitialized sandboxes every 5 minutes.
11+
12+
### Changed
13+
14+
- **Logging for sandbox cleanup**: Uninitialized sandbox cleanup now logs when it runs.
15+
16+
---
17+
518
## [0.3.2] - 2026-03-22
619

720
### Added

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"bin": {
55
"pocketenv": "dist/index.js"
66
},
7-
"version": "0.3.2",
7+
"version": "0.3.3",
88
"type": "module",
99
"keywords": [
1010
"sandbox",

0 commit comments

Comments
 (0)