Codex Desktop on macOS: subagent permission confirmation popup buttons do not respond to mouse clicks
What version of the Codex App are you using (From “About Codex” dialog)?
26.602.40724
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
When running a long execution task in Custom(config.toml) mode, I explicitly asked the main orchestration agent to delegate work to subagents.
During the task, a subagent attempted to edit a file outside the current workspace. Codex correctly showed a permission confirmation popup asking whether to allow the subagent to create or modify updates outside the workspace.
However, the buttons in the confirmation popup did not respond to mouse clicks. I could see that Codex was not completely frozen, because the main orchestration agent was still working. The problem appeared to be isolated to the confirmation popup or modal interaction layer.
Because I could not click either confirmation button, the subagent workflow was blocked. The only recovery path I found was to force quit Codex and restart it.
What steps can reproduce the bug?
- Open Codex Desktop on macOS.
- Start a long-running task.
- Use Custom(config.toml) mode.
- Explicitly ask the main orchestration agent to delegate work to one or more subagents.
- Have a subagent attempt to edit or create a file outside the current workspace.
- Wait for Codex to show the permission confirmation popup for the outside-workspace file update.
- Try to click the confirmation buttons in the popup.
What is the expected behavior?
The permission confirmation popup buttons should remain responsive to mouse clicks.
I should be able to approve or reject the subagent’s outside-workspace file edit request without interrupting or force quitting the main orchestration task.
Additional information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗