codex - 💡(How to fix) Fix Show subagent task and model in /agents view [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#23594Fetched 2026-05-20 03:47:59
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1unlabeled ×1
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

CLI

What feature would you like to see?

The /agents view 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:

  • What did I ask this subagent to do?
  • Which model is it running on?
  • Which agent should I inspect, wait on, or close?

A compact row could prioritize:

  • status
  • role or nickname
  • task prompt/title, truncated to fit
  • effective model, and provider if relevant
  • recent activity or elapsed time

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 /agents list itself prioritize subagent task and effective model metadata over session ID.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Show subagent task and model in /agents view [1 comments, 2 participants]