Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 24 Aug 22:12
· 4 commits to main since this release
c7b0fb2

Highlights

  • Tasks now move through execution, reconciliation, integration, and cleanup autonomously without requiring a separate verification or cleanup agent per card.
  • The reconciler retries transient failures, repairs stale task state, safely integrates task worktrees, and preserves actionable failures for the swarm.
  • Plan and Run now show live agent activity, dependency progress, work readiness, and reconciliation status.
  • Completed agent-turn activity collapses cleanly so the working surfaces stay focused on current coordination.

Reliability

  • Worktree cleanup now handles missing registrations safely across Windows and macOS, including macOS symlinked temporary paths, without pruning unrelated worktrees.
  • Packaged Windows and macOS updater, rollback, recovery, reconciliation, and worktree flows are covered by release smoke tests.

Distribution

  • macOS builds are signed and notarized.
  • The Windows portable build is currently unsigned; SHA-256 checksums are provided for every package.

What's Changed

  • feat: make task orchestration autonomous by @oshtz in #14

Full Changelog: v0.1.7...v0.1.8