[Windows app] Plan approval controls disappear after revising proposed plan
Codex variant and version
- Surface: Codex desktop app for Windows
- Package:
OpenAI.Codex 26.715.4045.0(x64) - Executable file version:
150.0.7871.124 - Windows build:
10.0.26200.0 - Project environment: local WSL-backed project
- Observed: 2026-07-19
Summary
After a user rejects an initial proposed plan and asks Codex to revise it, the revised response is still emitted as a complete <proposed_plan>...</proposed_plan>, but the Implement this plan? approval controls no longer appear.
The revised plan renders as an ordinary assistant response even though it explicitly stops pending approval.
Steps to reproduce
- Enter Plan mode in the Windows Codex app.
- Ask Codex to create an implementation plan.
- Wait for the first proposed plan.
- Confirm that the UI displays:
- Yes, implement this plan
- No, tell ChatGPT what to do differently
- Click No, tell ChatGPT what to do differently.
- Enter corrections to the plan and send them.
- Codex returns a revised response wrapped in
<proposed_plan>...</proposed_plan>, ending that work is stopped pending approval. - Observe that the implementation/revision controls are no longer displayed.
Expected behavior
Every revised <proposed_plan> response should display the same approval controls as the first plan, or an equally clear Approve revised plan action.
Actual behavior
The revised plan appears as ordinary output with no approval affordance. The user has to infer that they should leave Plan mode and type a separate implementation authorization.
Impact
- The plan state is ambiguous.
- Users may believe the revised plan was not recognized.
- Users may repeatedly re-plan, start another task, or remain stuck in Plan mode.
- Explicit implementation authorization becomes unnecessarily indirect.
Workaround
Turn off Plan mode and manually send an implementation-authorization message.
Suggested fix
- Recreate or preserve the approval controls after every plan revision.
- Treat every final
<proposed_plan>item consistently, regardless of whether it is the first plan or a revision. - If losing the controls is intentional, show an explicit state transition and a clear implementation action.
Diagnostics
- Original Windows-app task ID:
019f77e1-993e-7692-9888-8686f5805498 - Uploaded feedback/diagnostic thread ID:
019f7832-79cf-7b01-961a-71bd130538af - The diagnostic upload was created from Codex CLI
0.144.1because the side task could not automate the Windows feedback dialog. The original Windows-app task ID above is the reproduction source. - Repository plan contents are intentionally omitted because they are not needed to reproduce the UI-state problem.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗