Skip to content
← Back to release · 2.1.265
Improvements / v2.1.265

Show tool call status in /workflows detail

CHANGELOG · original

Improved /workflows agent detail: tool calls are marked running, failed or done, the subagent's task list is shown when it has one, and Enter unfolds the listed calls with their inputs and results
Open official changelog ↗

Documentation

Documentation excerpt

Watch the run

Workflows run in the background, so the session stays responsive while agents work. Run /workflows at any time to list running and completed workflows, then select one to open its progress view.

The progress view shows each phase with its agent counts, token totals, and elapsed time. The footer lists the key for each action:

Key Action
/ Select a phase or agent
Enter or Drill into the selected phase, then into an agent's detail. In the detail, Enter expands or collapses it
Esc or Back out one level. In v2.1.203 through v2.1.205, didn't step back out of a phase or agent; use Esc on those versions
j / k Scroll within the agent detail when it overflows
f Filter the agent list in the selected phase by status. Press again to cycle
p Pause or resume the run
x Stop the selected agent, or stop the whole workflow when focus is on the run
r Restart the selected running agent
s Save the run's script as a command

The agent detail lists the agent's prompt, its recent tool calls, and its result. Each call shows its state, such as still running or failed. When the agent keeps a task list of its own, the detail shows it too, with each task's status.

Press Enter to expand the detail. The prompt and result then show in full, and each listed call shows its input and the start of its result.

Documentation snapshot · 2026-09-23

Change details