Skip to content

Releases: nigel-dev/opencode-mission-control

v1.6.0

17 Feb 07:23

Choose a tag to compare

1.6.0 (2026-02-17)

Bug Fixes

  • kill pane processes before destroying tmux sessions to prevent zombies (0e76440)
  • session title annotations with status icons and reset cooldown (d234113)

Features

  • relay mcp_question from serve-mode jobs back to launching session (ea0d1a2)

v1.5.1

16 Feb 00:30

Choose a tag to compare

1.5.1 (2026-02-16)

Bug Fixes

  • add missing tmux mock exports in integration test (16692aa)
  • cleanup attach windows when removing jobs (32d3207)
  • only mark serve-mode jobs complete on session.idle status (c63ba10)
  • pass remote session ID to opencode attach for correct session selection (a02860f)

v1.5.0

15 Feb 23:39

Choose a tag to compare

1.5.0 (2026-02-15)

Bug Fixes

  • add captureExitStatus to z-workflows tmux mock (998472c)
  • add fixBeforeRollbackTimeout to config round-trip test (fdcdc44)
  • forward model info to SDK in serve mode launch path (2f0a1f2)
  • prevent race between cancelPlan and async job completion handlers (8d9e444)
  • route notifications to launching session instead of active session (#74) (df8cdba)

Features

  • add dynamic orchestration with replanning, inter-job comms, session forking, and fix-before-rollback (#68) (571ce19)
  • add permission policy engine with configurable per-job/per-plan rules (#69) (06642db)
  • add rich job observability with structured telemetry and event capture (#66) (f2b88cd)
  • add SDK-based monitoring with question relay and permission handling (#65) (b415c9f)
  • add serve-based launch with port management and SDK client (#65) (121f27e)
  • annotate session titles when jobs need attention (#75) (7b94d7a)
  • enhance mc_attach with smart tmux window for serve-mode jobs (#65) (541886a)

v1.4.2

15 Feb 18:57

Choose a tag to compare

1.4.2 (2026-02-15)

Bug Fixes

  • treat touchSet trailing slash as directory prefix glob (f5b06f1), closes #72

v1.4.1

14 Feb 13:06

Choose a tag to compare

1.4.1 (2026-02-14)

Bug Fixes

  • extend safety net to recover stopped jobs as failed in plan state (2869e81)
  • prevent setCheckpoint from overwriting concurrent job state updates (c054731), closes #63

v1.4.0

14 Feb 12:24

Choose a tag to compare

1.4.0 (2026-02-14)

Bug Fixes

  • prevent savePlan from overwriting job status set by accept/retry paths (84e5a7f)

Features

  • add checkpoint context types and fix state machine transitions (cbbecd4), closes #61
  • add relaunchJobForCorrection to Orchestrator (b33ea9c)
  • implement accept, relaunch, and fixed retry paths in mc_plan_approve (54c4aca)
  • store structured checkpoint context on all error checkpoints (fb5a53f)

v1.3.0

13 Feb 15:24

Choose a tag to compare

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

v1.2.0

12 Feb 17:11
2e474b5

Choose a tag to compare

1.2.0 (2026-02-12)

Features

  • plan recovery system — graceful degradation, touchSet enforcement, and early conflict detection (#41) (2e474b5), closes #36

v1.1.1

12 Feb 08:06
b571242

Choose a tag to compare

1.1.1 (2026-02-12)

Bug Fixes

  • P0 bugfixes and PR message generation (#38) (b571242)

v1.1.0

11 Feb 16:37

Choose a tag to compare

1.1.0 (2026-02-11)

Features

  • ci: switch to OIDC trusted publishing with provenance (c35e239)