From e8d96f533216f62178904ffbb110d9804571e858 Mon Sep 17 00:00:00 2001 From: Gros Frumos Date: Tue, 17 Mar 2026 18:26:43 +0200 Subject: [PATCH] =?UTF-8?q?kin:=20KIN-OBS-024=20=D0=9F=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=B5=D1=81=D1=82=D0=B8=20import=20re=20=D0=B2=20=D0=B1?= =?UTF-8?q?=D0=BB=D0=BE=D0=BA=20stdlib-=D0=B8=D0=BC=D0=BF=D0=BE=D1=80?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20=D0=B2=20runner.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/watch.py | 3 ++- web/frontend/src/views/TaskDetail.vue | 17 +++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/cli/watch.py b/cli/watch.py index e3c8b03..2014b2c 100644 --- a/cli/watch.py +++ b/cli/watch.py @@ -91,7 +91,7 @@ def _render_watch( for line in lines[-15:]: print(line) elif pipeline: - print("Waiting for first agent...") + print("No output yet.") print(sep) @@ -146,6 +146,7 @@ def cmd_watch(conn, task_id: str) -> None: try: while True: + task = models.get_task(conn, task_id) _clear_screen() pipeline = models.get_pipeline_for_watch(conn, task_id) diff --git a/web/frontend/src/views/TaskDetail.vue b/web/frontend/src/views/TaskDetail.vue index 7359c76..bdaa8b7 100644 --- a/web/frontend/src/views/TaskDetail.vue +++ b/web/frontend/src/views/TaskDetail.vue @@ -505,13 +505,26 @@ async function saveEdit() { /> -
+

Output: {{ selectedStep.agent_role }} {{ selectedStep.created_at }}

-
{{ formatOutput(selectedStep.output_summary) }}
+ + + +