-
Notifications
You must be signed in to change notification settings - Fork 13k
Show subagent task and model in /agents view #23594
Copy link
Copy link
Open
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or requestsubagentIssues involving subagents or multi-agent featuresIssues involving subagents or multi-agent features
Metadata
Metadata
Assignees
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or requestsubagentIssues involving subagents or multi-agent featuresIssues involving subagents or multi-agent features
Type
Fields
Give feedbackNo fields configured for issues without a type.
What variant of Codex are you using?
CLI
What feature would you like to see?
The
/agentsview should show the task each subagent is working on and the effective model being used.Today the view exposes low-level identity such as the session/thread ID. That can be useful for debugging, but during normal parallel work it is less actionable than answering:
A compact row could prioritize:
The session/thread ID could still be available in a detail view, copy action, tooltip, or expanded row, but it should not consume primary list space if task/model metadata is available.
Additional information
When several subagents are running, users need to make quick routing decisions from the agent list. Session IDs are hard to map back to intent, while the original task and model immediately explain why each subagent exists and what resources it is using.
This is especially useful when different subagents are assigned different roles or models, for example a fast model for exploration and a stronger model for review.
Related issues:
This request is narrower: make the
/agentslist itself prioritize subagent task and effective model metadata over session ID.