Codex desktop: idle task composer routes input into subtask mode

Open 💬 1 comment Opened Aug 20, 2026 by roxitsc
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

Summary

In the ChatGPT/Codex desktop app, some Codex tasks can get stuck in a UI state where typing into the composer is treated as input for a subtask/active run, even though the task backend reports the task as idle and the most recent turn is completed.

This has been happening repeatedly for several days on long-running multi-agent/project workflows. It currently reproduces on a pinned QA task and has also happened intermittently with coder tasks.

Environment

  • macOS: 26.5 (25F71)
  • ChatGPT desktop app: 26.818.21641 (build 6849)
  • Codex framework/process version visible in process args: 151.0.7922.170
  • Codex app-server running with features.code_mode_host=true

Observed behavior

  1. Open an existing Codex task that previously ran QA/coder work.
  2. The task appears as if it is still in a subtask/active-work input mode when typing in the composer.
  3. User input does not behave like a normal new top-level prompt to the idle task.
  4. Switching tasks and navigating back does not clear the state. The issue persists across days for at least one QA task.

Expected behavior

If the task status is idle and its latest turn is completed, the composer should accept a new top-level user prompt for that task, not route input as though an active subtask/run is still waiting.

Evidence from local inspection

The affected QA tasks report idle from Codex task metadata, and their latest turns are completed successfully. There is no active QA subprocess associated with the affected task. A separate orchestrator/release test process was running at the time of inspection, but that process belongs to a different task and should not cause the QA task composer to remain in subtask mode.

Refreshing/navigating directly back to the task did not resolve the stuck composer state.

Impact

This makes long-lived agent tasks unreliable: the user cannot confidently resume or prompt the correct QA/coder task because the composer behaves as if it is still attached to unfinished child work. It is especially disruptive in multi-agent coordination workflows where several pinned Codex tasks are reused over time.

Notes

The official task/backend state and the desktop UI composer state appear to diverge. A likely area to inspect is task hydration or cleanup of active child-run/subtask composer state after a turn completes, especially for long-lived tasks with context compaction, tool calls, or prior browser/node_repl activity.

View original on GitHub ↗

1 Comment

github-actions[bot] contributor · 8 days ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #38609
  • #38422
  • #39178

Powered by Codex Action