diff --git a/agents/runner.py b/agents/runner.py index 2c2bbb5..5a7c295 100644 --- a/agents/runner.py +++ b/agents/runner.py @@ -1800,7 +1800,7 @@ def run_pipeline( pass else: # Review mode: wait for manual approval - models.update_task(conn, task_id, status="review") + models.update_task(conn, task_id, status="review", execution_mode="review") # Run post-pipeline hooks (failures don't affect pipeline status) try: