Skip to content

Releases: josephschmitt/monocle

monocle v0.48.1

12 Jun 21:42
0b344b4

Choose a tag to compare

0.48.1 (2026-06-12)

Bug Fixes

  • core: keep manual reviewed mark from reverting on refresh (#99) (#107) (8522cc3)
  • core: prune stale changed_files rows on refresh (#100) (#106) (673f7b6)
  • hooks: fail-fast stop/exit-plan hooks when no reviewer is engaged (#103) (#108) (e0fa342)
  • tui: open comment editor on split diff lines (#92) (#105) (47da33b)

monocle v0.48.0

12 Jun 16:36
e95b9e1

Choose a tag to compare

0.48.0 (2026-06-12)

Features

monocle v0.47.0

25 May 17:25
55cf3bc

Choose a tag to compare

0.47.0 (2026-05-25)

Features

  • adapters: add shared auto-spawn helper for user-facing launchers (d0b9cb2)
  • client: EngineClient implementing core.EngineAPI over socket (84ac996)
  • protocol: expand socket messages to cover EngineAPI (e9222b4)
  • serve: add headless monocle serve and monocle stop subcommands (be99274)
  • serve: idle shutdown with grace window (JJS-156) (f5f8171)
  • tui: add light theme preset (#95) (2e6ee89)

Bug Fixes

  • adapters: bump autospawn ReadyTimeout default from 2s to 10s (da09838)
  • adapters: only quote autospawn .log when stderr was captured this run (a0372e4)
  • adapters: open autospawn log with O_EXCL and O_NOFOLLOW (c228bb7)
  • adapters: split autospawn for Windows build (f631721)
  • adapters: tee child stderr to a sibling .log file on autospawn (dec5c2f)
  • cli,mcp: surface server-minted artifact ID in send-artifact output (48a8755)
  • cli: echo server-minted artifact id on send-artifact --wait (2463cf0)
  • client: dispatch engine events off the read loop to prevent deadlock (5b87e30)
  • client: implement agent-facing EngineAPI methods over existing protocol (1d6fb24)
  • client: log undecodable messages instead of dropping them silently (56691a3)
  • client: rebuild EngineClient with reconnect, version probe, ordered dispatch (46331b3)
  • client: refresh cached config on every GetConfig (a902fed)
  • client: refuse to redial after Close to stop connection leak (d70e8e6)
  • client: scope conn teardown to clientConn bundle and harden Close (9533021)
  • client: tear down socket on request timeout to prevent stale-response panic (1d0f233)
  • client: wire RequestPause/CancelPause through the socket (a5d00b8)
  • core: abort an abandoned wait without consuming queued feedback (4777a88)
  • core: hold engine config behind atomic.Pointer to remove SaveConfig race (df16724)
  • core: isolate per-subscriber writes behind a bounded async queue (76b9281)
  • core: persist config before in-memory swap and nil-guard SaveConfig (9f2d25d)
  • core: send subscribe ack before registering event callbacks (7550433)
  • core: snapshot idle timeout in idleMonitor to avoid unsynchronized read (3a139aa)
  • core: use sync.Once for idleStop close to prevent double-close panic (22355a2)
  • core: widen subscriber outbound queue with a bounded send deadline (11aab9d)
  • mcp: version-guard the agent connect handshake (2176ee6)
  • protocol: mark TUI subscriptions passive to avoid push-delivery loss (b8faa17)
  • protocol: return only newly-added files from AddAdditionalPaths (06ad642)
  • protocol: version subscribe ack and disambiguate response presence (ea14c61)
  • release: distribute monocle as a Homebrew cask instead of a formula (#97) (67efcff)
  • serve: bind listener as acceptLoop parameter to avoid nil-deref race (227d865)
  • serve: cap the autospawn stderr log file (2812e39)
  • serve: drop default:"" on --idle-timeout so Kong doesn't reject every command (3f03763)
  • stop: accept monocle-prefixed images and preserve pid file on uncertain match (9380ccd)
  • stop: match pid by image basename and add a Windows tasklist fallback (2204580)
  • stop: verify pid belongs to monocle before signalling (a96a0f1)
  • tui: surface pause errors instead of lying about the daemon state (4b6b25e)

monocle v0.46.1

25 Apr 12:57
e3c5e5b

Choose a tag to compare

0.46.1 (2026-04-18)

Bug Fixes

  • hooks: enter-plan stays silent when monocle engine is unreachable (29adfab)

monocle v0.46.0

18 Apr 19:47
1966adf

Choose a tag to compare

0.46.0 (2026-04-18)

Features

  • core: add review tracking with snapshot-based change detection (d634347)
  • db: add review snapshot schema and queries (15e18c1)
  • tui: render review indicators, snapshot ref picker, and stable sidebar (5382b38)

monocle v0.45.0

17 Apr 22:51
0dc75b2

Choose a tag to compare

0.45.0 (2026-04-17)

Features

  • auto-review ExitPlanMode via Claude Code hooks (d351f42)
  • hooks: add per-turn review gate via PostToolUse + Stop hooks (a62ee4a)
  • register: rebuild register/unregister as a themed TUI wizard (ea6a07a)

Bug Fixes

  • hooks: use absolute/repo-relative binary path + planFilePath as stable id (40b13dc)

monocle v0.44.0

08 Apr 23:36
ead17ef

Choose a tag to compare

0.44.0 (2026-04-08)

Features

  • add --workdir/-C flag to override working directory for socket pairing (33ecddb)

monocle v0.43.0

08 Apr 19:46
80c946c

Choose a tag to compare

0.43.0 (2026-04-08)

Features

  • tui: add g/G keybindings to ref picker for top/bottom jump (02518c0)
  • tui: detect binary files and show indicator in diff view (d7f343d)

monocle v0.43.0-beta.4

07 Apr 19:08
0046937

Choose a tag to compare

Pre-release

0.43.0-beta.4 (2026-04-07)

Bug Fixes

  • ci: rename beta Homebrew formula/cask to next and fix class name (b7ece3d)

monocle v0.43.0-beta.3

07 Apr 18:06
accc7ef

Choose a tag to compare

Pre-release

0.43.0-beta.3 (2026-04-07)

Bug Fixes

  • desktop: rename app bundle to Monocle.app and fix icon transparency (d1033bd)