v0.8.0
Jack CLI v0.8.0
Install (no Python needed):
curl -fsSL https://raw.githubusercontent.com/mdjakkariya/jacky/main/install.sh | sh
(Windows: irm https://raw.githubusercontent.com/mdjakkariya/jacky/main/install.ps1 | iex).
Binaries + checksums for macOS (Apple Silicon), Linux (x64/arm64), and Windows
are attached below; jack update self-updates.
Intel Mac (macOS x64) is not published yet — pending a dependency change.
On an Intel Mac, install via the wheel:uv tool install ./autobot-*.whl.
Engine (library): install the attached wheel —
uv tool install ./autobot-*.whl (or pipx install ./autobot-*.whl).
The macOS orb app releases on its own track (orb-vX.Y.Z).
What's Changed
- chore(release): orb-v0.3.0 by @mdjakkariya in #85
- feat(engine): coder CLI hardening + async-task foundation (background exec, auto-resume, subagents) by @mdjakkariya in #87
- chore(release): v0.8.0 by @mdjakkariya in #88
Full Changelog: v0.7.1...v0.8.0