Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 15:24
· 37 commits to main since this release

1.3.0 (2026-02-13)

Bug Fixes

  • distinguish tmux errors from dead panes in isPaneRunning (c8ce065)
  • prevent reconciler from silently dropping state transitions (5d4b30b)
  • respect omo.defaultMode config when launching plan jobs (a7aa2d3)
  • scope plan job branch names to prevent collisions with standalone jobs (00f5151)
  • security: sanitize worktreeSetup.commands before shell execution (d5113c4)
  • sync against local base branch by default instead of upstream (487bfd5)
  • test: mock isTmuxHealthy in integration test for CI compatibility (ccd844a)
  • test: mock isTmuxHealthy in unit test resumePlan for CI compatibility (67e7caf)
  • test: skip tmux-dependent tests in tmux.test.ts when no tmux server (26c0914)
  • test: skip tmux-dependent tests when tmux server is unavailable (a684127)
  • update integration branching test to match plan-scoped branch naming (6e2a16f)

Features

  • plan jobs branch from integration HEAD for code visibility across dependencies (0475d62)
  • support custom base branch for mc_launch, mc_plan, and all git workflow tools (141a8c7), closes #40