Files
Shutong Wu 2b2ca8a6f3 feat: add a clear_stuck escape hatch to run_tests (#1272)
A test job orphaned by a domain reload leaves TestRunStatus pinned with a
CurrentJobId that blocks every subsequent run, and there was no way to clear
it from the client side.

Add clear_stuck to the run_tests MCP tool and --clear-stuck to the editor CLI.
Both short-circuit ahead of the init_timeout validation and preflight, because
neither applies to clearing and preflight's requires_no_tests gate would reject
the very call that exists to release it.
2026-07-28 12:05:53 -04:00
..
2026-02-24 00:53:23 -05:00
Fix
2026-04-02 23:49:08 -04:00