Skip to content

Releases: mdjakkariya/jacky

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 19:29
c86edf2

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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:41
f25c649

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

Full Changelog: v0.8.1...v0.8.2

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

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:25
f37c6a0

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

Full Changelog: v0.7.1...v0.8.0

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

orb-v0.3.0

Choose a tag to compare

@mdjakkariya mdjakkariya released this 13 Jul 20:58
f18d843

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

Choose a tag to compare

@github-actions github-actions released this 02 Jul 22:30
f07bb02

Jack v0.6.3 β€” dev preview. The .dmg is unsigned: right-click Jack β†’ Open.

[0.6.3] β€” 2026-07-02

πŸš€ Features

  • Session permission grants, truthful file ops & bounded search (#40) (#42)

πŸ› Bug Fixes

  • Keep relevant MCP tools reachable when definitions are deferred (#41)
  • Minutes-card pills, real summarizer model, and live recording state (#39)

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 17:53
867acf0

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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:06
5901e17

Jack v0.6.1 β€” dev preview. The .dmg is unsigned: right-click Jack β†’ Open.

[0.6.1] β€” 2026-06-30

πŸ› Bug Fixes

  • Bundle the mcp extra into the frozen daemon (#31)

πŸ”§ Maintenance

  • PR-based release flow + v0.6.0 bump (#29)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:49

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)