From cc6867d8137cc61f1823414169efdf70400e3e1d Mon Sep 17 00:00:00 2001 From: Gros Frumos Date: Tue, 17 Mar 2026 16:00:36 +0200 Subject: [PATCH] =?UTF-8?q?kin:=20KIN-ARCH-008=20=D0=9A=D0=BE=D0=BD=D1=84?= =?UTF-8?q?=D0=B8=D0=B3=D1=83=D1=80=D0=B8=D1=80=D1=83=D0=B5=D0=BC=D0=B0?= =?UTF-8?q?=D1=8F=20test=5Fcommand=20=D0=BD=D0=B0=20=D1=83=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=BD=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agents/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: