Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 20:35
f18d843

Jack CLI v0.7.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: Jack as a coding agent — epic (harness, any-LLM, code tools) (#56) by @mdjakkariya in #62
  • fix: dogfood the coder E2E — harness gate loop, checkpoints, transcript & UI by @mdjakkariya in #75
  • feat: zero-prereq install + auto-update for the jack CLI (+ website) by @mdjakkariya in #77
  • feat(release): independent CLI and orb release tracks by @mdjakkariya in #79
  • chore(release): v0.7.0 by @mdjakkariya in #80
  • ci(release): make the release gate mirror CI's extras by @mdjakkariya in #82
  • chore(release): v0.7.1 — fix Windows binary build, defer Intel-Mac by @mdjakkariya in #84

Full Changelog: v0.6.3...v0.7.1