Group of 3 You'll notice
Agent status cards in workflow monitoring can now expand to show tool calls and sub-tasks
What
The agent status/detail card shown for workflow agents gained a larger, expandable view:
- A collapsible "Activity" section lists tool calls, with a truncated summary showing a count like "N of M tool calls" when there are more than fit.
- Sub-tasks are now rendered as a nested list alongside the tool calls.
- An " expand" hint is appended to the Activity header, and the keybinding for expanding/collapsing the card was reworked to use a dedicated
detailExpandablesetting instead of a simple scroll adjustment. - The first time a card's detail view is expanded, a telemetry event (
workflow_agent_card_detail) is fired before the expanded state toggles.
Why
This makes it easier to see what a workflow agent is doing, including its sub-tasks, without leaving the summary view, and gives visibility into how often the detail view gets used.