Skip to content

Catalyst Dev — Change Log

Version 7.4.0

Apr 16, 2026

Auto-Dispatch Fixup Workers

Blocked PRs with unresolved review threads or failed checks now automatically trigger fixup workers after a 10-minute stabilization window, capping at 2 attempts before escalating to human attention. The orchestrator polls BLOCKED states alongside existing DIRTY/BEHIND handling, eliminating the need for manual intervention on stuck PRs. New signal tracking includes blockedSince, fixupAttempts, and lastFixupDispatchedAt for dashboard visibility.

PRs

  • dev: auto-dispatch fixup workers on BLOCKED PRs (CTL-64) (#199) (77ef1b5)