Releases: Shadow-Azure/cli-box
Releases · Shadow-Azure/cli-box
v0.3.0
What's Changed
- docs: add test cases 12 and 13 to release_test.md by @Shadow-Azure in #42
- fix(npm): add registry fallback + sync package versions by @Shadow-Azure in #44
- feat(skill): add upgrade command (0.2.9) by @Shadow-Azure in #43
- docs: AI Agent + OpenClaw + 飞书实战工作流 by @Shadow-Azure in #45
- feat(capture): resize + redraw-settle before screenshot by @Shadow-Azure in #46
- chore: bump version to 0.3.0 by @Shadow-Azure in #47
Full Changelog: v0.2.8...v0.3.0
v0.2.8
What's Changed
- feat: compound start, viewport screenshot, openclaw skill (0.2.8) by @Shadow-Azure in #41
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- feat(cli-box-skill): interactive installer + slim postinstall (0.2.7) by @Shadow-Azure in #40
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- fix(npm): correct install URLs + unconditional skill install (0.2.6) by @Shadow-Azure in #39
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- feat: ui-inspect CLI/TUI + Chromium isolation + daemon-electron auto-reconnect by @Shadow-Azure in #37
- chore: bump version to 0.2.5 by @Shadow-Azure in #38
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- fix(ci): create CLI-Box-app-macos-arm64.tar.gz before upload by @Shadow-Azure in #35
- chore: release v0.2.4 by @Shadow-Azure in #36
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- fix(cli,ui): connection recovery for stale Electron and daemon port changes by @Shadow-Azure in #32
- chore: bump version to 0.2.0 by @Shadow-Azure in #33
- chore: release v0.2.3 by @Shadow-Azure in #34
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.2 Release
Bug Fixes
- fix(npm): add .npmignore to platform packages to include binaries (#31)
- fix(test): add timeout to E2E functional test to prevent hanging
What's Changed
- Platform packages (cli-box-darwin-arm64, cli-box-electron-darwin-arm64) now include binaries when published to npm
- E2E skill installation tests no longer hang when Electron cannot start
Installation
npm install -g cli-box-skillQuick Start
cli-box start claude
cli-box start zsh
cli-box listv0.2.0
cli-box v0.2.0
New Features
- Connection Recovery: CLI now automatically detects and kills stale Electron processes when renderer fails to connect
- Port Change Detection: Electron renderer now detects daemon port changes on WebSocket reconnect
Bug Fixes
- Fixed
cli-box starthanging when Electron renderer fails to connect to daemon WebSocket - Fixed renderer not reconnecting after daemon restart on different port
Improvements
- Added
kill_stale_electron()helper for better process management - Added unit tests for connection recovery logic
Installation
npx cli-box-skill installDirect Download
v0.2.1
What's Changed
- feat(screenshot): --with-frame, relative paths, tab switching, readiness wait by @Shadow-Azure in #26
- fix(capture,cli): screenshot size, auto input routing, startup readiness by @Shadow-Azure in #27
- docs: remove stale --pty references by @Shadow-Azure in #28
- chore: update GitHub repo path from ZN-Ice to Shadow-Azure by @Shadow-Azure in #29
- chore: bump npm packages to 0.2.1 by @Shadow-Azure in #30
Full Changelog: v0.0.1...v0.2.1