Skip to content

v0.9.0

Latest

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