Skip to content

Releases: Shadow-Azure/cli-box

v0.3.0

23 Jun 15:32
e79c3ab

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.3.0

v0.2.8

19 Jun 04:58
b7a1a74

Choose a tag to compare

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

16 Jun 16:40
7379338

Choose a tag to compare

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

16 Jun 14:58
f2708e2

Choose a tag to compare

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

16 Jun 14:20
cd7a6fb

Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

07 Jun 15:52
fc4cf88

Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

07 Jun 15:16
e44e657

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 Jun 13:47
abed26f

Choose a tag to compare

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-skill

Quick Start

cli-box start claude
cli-box start zsh
cli-box list

v0.2.0

07 Jun 15:01

Choose a tag to compare

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 start hanging 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 install

Direct Download

v0.2.1

06 Jun 11:46
4658083

Choose a tag to compare

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