Option–Space window stuck on “Waiting for worktree setup…”
What version of the Codex App are you using (From “About Codex” dialog)?
26.818.41705 (6971)
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Darwin 25.6.0 arm64 arm
What issue are you seeing?
On macOS, pressing Option–Space opens the Codex hotkey window. After submitting a prompt, the task is created and completes successfully in the main ChatGPT/Codex window, but the hotkey window never transitions to the task. It remains on “New chat” with a disabled composer showing “Waiting for worktree setup…”.
This is not an actual worktree failure: it also reproduces in a projectless New chat, and the backend response is visible in the main app. Reinstalling the app, resetting the Codex Application Support/cache profile, restarting the app, and restarting macOS did not resolve it.
What steps can reproduce the bug?
- Launch ChatGPT/Codex desktop 26.818.41705 (6971) on macOS.
- Press Option–Space to open the Codex hotkey window.
- Choose New chat and submit a simple prompt such as
do you work now. - Observe that the popup stays on “Waiting for worktree setup…” and never displays the response.
- Open the main ChatGPT/Codex window and observe that the task and completed response are present.
Example test thread ID: 01a02f4a-7793-7783-9f6d-197ae14880e9
What is the expected behavior?
The Option–Space window should transition from New chat to the created task, remain usable, and display the assistant response when the task completes.
Additional information
Fresh-run desktop logs at 2026-08-23T15:51:05.717Z contain Conversation state not found for the same conversation ID in both hotkeyWindowThread (visible=true) and hotkeyWindowHome. Immediately afterward, the main renderer reports maybe_resume_success with latestTurnStatus=completed and turnCount=1.
The local state_5.sqlite database passes PRAGMA quick_check and contains the affected thread
2 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Confirmed on ChatGPT/Codex desktop 26.818.41509 (6962), macOS 26.6.1 arm64, in a projectless New chat. The task is created and continues running, but the Option–Space popup remains on “Waiting for worktree setup…”. Typing
/resumeshows the just-created task immediately, and selecting it opens the task normally. This workaround is reliable and further indicates that creation succeeds while the popup’s new-thread handoff remains stale.