Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:58
36bef66

Jack CLI v0.8.1

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

  • feat(cli): pinned-input TUI — single render owner, real esc-to-interrupt, testable by @mdjakkariya in #91
  • chore(release): v0.8.1 by @mdjakkariya in #92

Full Changelog: v0.8.0...v0.8.1