What version of the Codex App are you using (From “About Codex” dialog)?
26.415.40636 (1799)
What subscription do you have?
Pro for $200
What platform is your computer?
macOS 26.4.1, Codex Desktop
What issue are you seeing?
After restarting Codex Desktop, old/resumed threads can no longer use Computer Use for app state access. Calls such as get_app_state for Chrome, Excel, or Word fail immediately with:
Computer Use approval denied via MCP elicitation for app 'com.google.Chrome'.
Computer Use approval denied via MCP elicitation for app 'com.microsoft.Excel'.
Computer Use approval denied via MCP elicitation for app 'com.microsoft.Word'.
Newly created threads can trigger Computer Use authorization and use Chrome/Word/Excel normally, so this does not appear to be a macOS Accessibility/Screen Recording permission issue or a missing plugin installation issue.
What steps can reproduce the bug?
- Open a Codex Desktop thread.
- Use Computer Use successfully in that thread, e.g. inspect Google Chrome.
- Restart Codex Desktop.
- Return to the old thread.
- Ask Codex to inspect Chrome with Computer Use.
- Observe that the tool returns approval denied via MCP elicitation.
- Create a new thread and ask the same Computer Use request.
- Observe that the new thread can use Computer Use successfully.
What is the expected behavior?
Old/resumed threads should either preserve the previous Computer Use approval state or re-trigger the app authorization prompt.
Additional information
Actual behavior
Old/resumed threads fail immediately with MCP elicitation approval denied. No usable reauthorization prompt appears.
Additional local evidence
The Computer Use plugin is enabled in ~/.codex/config.toml:
[plugins."computer-use@openai-bundled"]
enabled = true
The Computer Use client exposes only:
No public reset/authorize/grant command was found.
What version of the Codex App are you using (From “About Codex” dialog)?
26.415.40636 (1799)
What subscription do you have?
Pro for $200
What platform is your computer?
macOS 26.4.1, Codex Desktop
What issue are you seeing?
After restarting Codex Desktop, old/resumed threads can no longer use Computer Use for app state access. Calls such as get_app_state for Chrome, Excel, or Word fail immediately with:
Computer Use approval denied via MCP elicitation for app 'com.google.Chrome'.
Computer Use approval denied via MCP elicitation for app 'com.microsoft.Excel'.
Computer Use approval denied via MCP elicitation for app 'com.microsoft.Word'.
Newly created threads can trigger Computer Use authorization and use Chrome/Word/Excel normally, so this does not appear to be a macOS Accessibility/Screen Recording permission issue or a missing plugin installation issue.
What steps can reproduce the bug?
What is the expected behavior?
Old/resumed threads should either preserve the previous Computer Use approval state or re-trigger the app authorization prompt.
Additional information
Actual behavior
Old/resumed threads fail immediately with MCP elicitation approval denied. No usable reauthorization prompt appears.
Additional local evidence
The Computer Use plugin is enabled in ~/.codex/config.toml:
[plugins."computer-use@openai-bundled"]
enabled = true
The Computer Use client exposes only:
No public reset/authorize/grant command was found.