You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using sub-agents in T3 Code, I can see token usage and recent commands, but I want to understand the work each agent was actually assigned and follow its progress. A token count and the latest command do not tell me whether the orchestrator gave it the right task, whether it is staying on scope, or what it has found so far.
Requested behavior
Let me open a sub-agent from the Agents panel and inspect:
The exact task prompt the orchestrator gave it at spawn time.
Any subsequent instructions or follow-up messages from the orchestrator.
A live, scrollable transcript of the agent's visible messages, tool calls, and results, where exposed by the provider.
Its current status and final response to the orchestrator, with the history still available after it finishes.
Keep this detail in an expandable view or separate panel so it is easy to return to the parent conversation.
Example
The orchestrator delegates an investigation to one agent and implementation to another. I want to open either agent, read its assignment, and see what it is checking or changing without asking the parent to relay a progress report.
Smallest useful scope
A read-only detail view showing the original delegation prompt and available activity history would already be valuable. Direct messaging or controlling sub-agents can be separate work. Where a provider does not expose a transcript, make that limitation clear.
Closing as a duplicate of #6689 — that thread is the consolidation point for opening an individual subagent's work/conversation (see also #6858). Please add any extra detail there.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Problem
When using sub-agents in T3 Code, I can see token usage and recent commands, but I want to understand the work each agent was actually assigned and follow its progress. A token count and the latest command do not tell me whether the orchestrator gave it the right task, whether it is staying on scope, or what it has found so far.
Requested behavior
Let me open a sub-agent from the Agents panel and inspect:
Keep this detail in an expandable view or separate panel so it is easy to return to the parent conversation.
Example
The orchestrator delegates an investigation to one agent and implementation to another. I want to open either agent, read its assignment, and see what it is checking or changing without asking the parent to relay a progress report.
Smallest useful scope
A read-only detail view showing the original delegation prompt and available activity history would already be valuable. Direct messaging or controlling sub-agents can be separate work. Where a provider does not expose a transcript, make that limitation clear.
Related discussions
This request focuses on inspecting the actual assignment and subsequent work, beyond roster visibility, token counts, and a recent-command summary.
All reactions