Releases: mdjakkariya/jacky
Release list
v0.9.0
Jack CLI v0.9.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 from PyPI instead:uv tool install jacky.
Engine (from PyPI): uv tool install jacky (or pipx install jacky) β
https://pypi.org/project/jacky/. The wheel + sdist are also attached below.
The macOS orb app releases on its own track (orb-vX.Y.Z).
What's Changed
- fix(cli): fold the coder-CLI extras (tui, daemon, cloud) into base deps by @mdjakkariya in #97
- feat(cli): MCP in the CLI β /mcp REPL + jack mcp subcommands, consent-at-enable, live auth events by @mdjakkariya in #99
- fix(engine): code tools report expected failures as ok=False (G1) by @mdjakkariya in #101
- fix(engine): fail-fast within a tool batch β defer dependent calls after a failure (G2) by @mdjakkariya in #102
- feat(engine): structured error taxonomy on ToolResult β ErrorCategory (G3) by @mdjakkariya in #103
- fix(engine): checkpoint restore removes files created after the snapshot (G6) by @mdjakkariya in #104
- feat(engine): coder tool + harness hardening β P1/P2 gap register (G4βG20) by @mdjakkariya in #106
- feat(engine): LSP Phase 1 β symbol navigation (go-to-def / references) with fallback by @mdjakkariya in #107
- feat(engine): model-facing undo + kill background task (#100 G-undo, G-kill) by @mdjakkariya in #108
- feat(engine): LSP production-grade β robust client, more languages, hover + semantic rename by @mdjakkariya in #109
- feat(engine): LSP diagnostics β inline type errors/warnings without a build (#105 Phase 3) by @mdjakkariya in #110
- feat(engine): LSP Phase 4 + real-server e2e + review hardening (#105) by @mdjakkariya in #111
- chore(release): v0.9.0 by @mdjakkariya in #112
Full Changelog: v0.8.2...v0.9.0
v0.8.2
Jack CLI v0.8.2
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 from PyPI instead:uv tool install jacky.
Engine (from PyPI): uv tool install jacky (or pipx install jacky) β
https://pypi.org/project/jacky/. The wheel + sdist are also attached below.
The macOS orb app releases on its own track (orb-vX.Y.Z).
What's Changed
- feat(release): publish the engine to PyPI as
jackyvia Trusted Publishing by @mdjakkariya in #94 - chore(release): v0.8.2 by @mdjakkariya in #95
Full Changelog: v0.8.1...v0.8.2
v0.8.1
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
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
v0.7.1
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
orb-v0.3.0
Jack orb v0.3.0 β dev preview. The .dmg is unsigned: right-click Jack β Open.
[0.3.0] β 2026-07-13
π Features
- Welcome screen for the empty chat drawer
- ββV voice shortcut + rotating input hints
- In-app update-available banner
- Audible state/mode earcons and fix voice-download progress
- MacOS-notification cards, voice search preview, accessibility; cap chat results to 5
π Bug Fixes
- Surface the orb reliably when switching to voice
- Stop orb NSPanel from staying hidden on switch to voice
- Surface the orb via NSPanel orderFrontRegardless
- Render the orb on show and keep it on-screen
- Polish chat-header popovers + tooltips (design match, carets, single-open, a11y) (#23)
π οΈ Improvements
- Modularize the webview and Rust shell into focused modules (#21)
π§ Maintenance
- Move jack-icon.png into ui/orb/assets/ (#22)
v0.6.3
Jack v0.6.3 β dev preview. The .dmg is unsigned: right-click Jack β Open.
[0.6.3] β 2026-07-02
π Features
π Bug Fixes
v0.6.2
Jack v0.6.2 β dev preview. The .dmg is unsigned: right-click Jack β Open.
[0.6.2] β 2026-07-01
π Features
- Native macOS Notes manager (capture / read / organize / cleanup) (#33)
- On-device meeting minutes (record β transcribe β summarize)
v0.6.1
v0.6.0
Jack v0.6.0 β dev preview. The .dmg is unsigned: right-click Jack β Open.
[0.6.0] β 2026-06-30
π Features
- Add About window with version and manual update check
- Add macOS Reminders tool (create/list/complete/delete)
- Fuzzy-prefix matching, file-type filter, and stronger ranking
- MacOS-notification cards, voice search preview, accessibility; cap chat results to 5
- Multi-step plans (chain tools in one turn) (#13)
- Active workspace β a current working directory for file tools (#15)
- Session cost in chat context detail + header cleanup (#19)
- System controls β voice/chat control of common macOS settings
- MCP integration + relevance-gated tool context optimization (#26)
π Bug Fixes
- Keep uv.lock in sync with the version bump
- Keep record_continuation default so a cut-off re-open doesn't crash the turn
- Tag voice-mode choices so they don't leak into the chat drawer
- Active-workspace UX β write_file robustness + folder popover (#17)
- Polish chat-header popovers + tooltips (design match, carets, single-open, a11y) (#23)
π οΈ Improvements
- Modularize the webview and Rust shell into focused modules (#21)
π Documentation
- Move project tracking to GitHub Issues + Project (#9)
- Add issue, branch, and PR title conventions (#12)
- Document MCP integration on the website (#27)
- Consolidate features grid and balance privacy cards (#28)
- Changelog for v0.6.0
π§ Maintenance
- Move jack-icon.png into ui/orb/assets/ (#22)