Skip to content

v0.2.0

Latest

Choose a tag to compare

@lawrence3699 lawrence3699 released this 10 Mar 11:48
· 3 commits to master since this release

What's Changed

Bug Fixes

  • Shared plan integration: Fixed async/sync contract mismatch — all plan functions are now properly awaited. Fixed field name drift (reviewerScore/reviewerApprovedscore/approved)
  • Agent launcher IPC: Unified socket path (daemon.sockloop.sock) and message format (UPPERCASE types + nested data object) so agents can register with the daemon
  • Daemon lifecycle: daemon start now spawns a real background process; stop sends SIGTERM via PID file; status queries the live daemon over IPC
  • Placeholder IPC handlers: LAUNCH_AGENT, RESUME_AGENTS, LAUNCH_GROUP, STOP_GROUP now return explicit "not implemented" errors instead of false success
  • README/CLI drift: Config field names, default values (iterations 3, threshold 9), and command list aligned with actual CLI behavior. CLI --version now matches package.json

New Features

  • Multi-turn manual mode: After each executor turn, users are prompted to continue with follow-up input, submit for review, or switch to auto mode

Tests

  • 33 new regression tests (315 total across 26 files, all passing)

Install

npm install -g @lawrence369/loop-cli

Full Changelog: v0.1.2...v0.2.0