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) }}
+ + + +