Subagents panel no longer shows each agent’s model or reasoning effort
What version of the Codex App are you using (From “About Codex” dialog)?
26.707.3748.0
What subscription do you have?
ChatGPT Pro (20x)
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
The Codex Desktop Subagents panel shows each agent’s role, status, duration, and result summary, but it no longer shows the model or reasoning effort the agent actually used.
This was visible in the earlier GPT-5.5-era experience. It matters now because Codex supports role-specific model configuration and different models have separate usage limits.
For example, my parent runs on GPT-5.6 Sol High, while my custom roles map worker to GPT-5.6 Terra Medium and explorer to GPT-5.3-Codex-Spark Low. The panel only says “Worker,” so I cannot confirm whether the configured model was applied, inherited from the parent, or replaced by a fallback.
The subagent completed successfully; this is a visibility/observability regression, not a spawning failure.
What steps can reproduce the bug?
- Add a custom agent configuration such as:
# ~/.codex/agents/worker.toml
name = "worker"
description = "Focused implementation worker."
model = "gpt-5.6-terra"
model_reasoning_effort = "medium"
- Start a Codex Desktop task using a different parent model.
- Ask Codex to spawn a
workersubagent. - Open the Subagents panel after the worker starts or completes.
- Observe that the role and summary are shown, but the resolved model and reasoning effort are not.
Session ID: 019f4b76-7459-7850-a975-4ebae680c74c
What is the expected behavior?
Each active and completed subagent should show its resolved model and reasoning effort, for example:
Worker · GPT-5.6 Terra · Medium
Ideally the detail view would also indicate whether those values came from the role configuration, were inherited from the parent, or were selected as a fallback. Restoring the previous model badge would already solve the main problem.
Additional information
This is especially important for Pro users because GPT-5.3-Codex-Spark has a separate usage allowance. Without model visibility, users cannot verify quota-aware routing or diagnose unexpected usage.
Related but distinct: #14965 reports an incorrect subagent reasoning label in the older UI; this report is about the current Desktop panel omitting the model and reasoning label entirely. #27624 concerns configuration being ignored; in this case the configured routing appears to work, but the UI cannot confirm it.
Earlier Codex Desktop UI: the model badge was visible. Public example from #14866.
<img width="176" height="84" alt="Earlier Codex Desktop UI showing a Uses GPT-5.2 subagent model badge" src="https://github.com/user-attachments/assets/b7f86c6b-da2b-4b51-925c-6bed4794e3c5" />
Current Codex Desktop UI: the completed Worker entry shows its duration and summary, but no model or reasoning-effort information.
<img width="460" height="855" alt="Current Codex Desktop Subagents panel showing completed agents without resolved model or reasoning-effort labels" src="https://github.com/user-attachments/assets/a4a5c90b-240c-4d41-bc8d-89511ad4ad31" />
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗