-In the TUI, a foreground workflow shows a live framed mission-control panel with a coral title. The panel lists one row per subagent with its work count, idle age, state, task, current work, and elapsed time, followed by a recent-activity log. The work count is the number of tool calls the subagent has made and the idle age is how long it has been silent, turning amber after 60 seconds and red after 180; neither predicts time remaining, because nothing knows how many steps a subagent will take. The summary reports only factual completion, failure, and cancellation counts plus elapsed time, without an estimated aggregate percentage or progress bar. When every task starts with the same preamble — which happens when `prompt_template` is left empty and each item carries a whole prompt — the shared opening is dropped from every row and replaced by a leading `…`, so the part that names the row is what stays on screen. In a narrow terminal the work and idle columns are dropped before subagent identity or state; when vertical space runs out, rows are clipped in workflow-index order and the remainder is summarized as `+ N more agents`.
0 commit comments