From 16a463f79b39f9c18d7689a174ffd71f5ce836ed Mon Sep 17 00:00:00 2001 From: Gros Frumos Date: Mon, 16 Mar 2026 17:34:56 +0200 Subject: [PATCH] =?UTF-8?q?kin:=20KIN-FIX-005=20=D0=9F=D0=BE=D1=87=D0=B8?= =?UTF-8?q?=D0=BD=D0=B8=D1=82=D1=8C=20=D1=80=D0=B5=D0=B3=D1=80=D0=B5=D1=81?= =?UTF-8?q?=D1=81=D0=B8=D1=8E=20KIN-055:=20execution=5Fmode=3DNULL=20?= =?UTF-8?q?=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20pipeline=E2=86=92review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agents/runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agents/runner.py b/agents/runner.py index a95bfe6..2086f48 100644 --- a/agents/runner.py +++ b/agents/runner.py @@ -1120,8 +1120,8 @@ def run_pipeline( except Exception: pass else: - # Review mode: wait for manual approval (don't overwrite execution_mode) - models.update_task(conn, task_id, status="review") + # Review mode: wait for manual approval + models.update_task(conn, task_id, status="review", execution_mode="review") # Run post-pipeline hooks (failures don't affect pipeline status) try: