[Windows Desktop][GPT-5.6 Sol] Turn stays running indefinitely after a successful tool result with no post-tool continuation
What version of the Codex App are you using?
Codex / ChatGPT Desktop package 26.707.3748.0.
Which model and reasoning effort were you using?
- Model:
gpt-5.6-sol - Reasoning effort:
ultra/ Extra High
What platform is your computer?
- Windows 11 build
26200.8655x64 (the Windows registry reports the localized product name as Windows 10 Home China, display version 25H2) - Codex Desktop, local Windows workspace
What issue are you seeing?
On a long-running Codex Desktop thread, a local tool call completes successfully and its result is recorded, but the turn does not continue to the next model step. The Desktop UI continues to show the task as running indefinitely. There is no subsequent assistant reasoning event, tool call, progress update, completion event, or visible error. The turn resumes only after the user manually aborts it and sends another message.
This is not a slow or hung shell command. In the most recent occurrence, the tool completed a 22-test suite successfully in about one second. The tool result was persisted at 2026-07-13 11:07:35 CST, and there were no further task events until manual abort at 12:24:07 CST, a silent interval of about 76 minutes 32 seconds.
The same thread has shown five prolonged occurrences after switching to GPT-5.6 Sol:
| Occurrence | Silent interval after the last successful tool result |
|---|---:|
| 2026-07-10 #1 | about 87m 58s |
| 2026-07-10 #2 | about 32m 28s |
| 2026-07-10 #3 | about 72m 49s |
| 2026-07-11 | about 30m 46s |
| 2026-07-13 | about 76m 32s |
In all five cases, there was no automatic timeout or recovery before the user aborted the turn.
Regression timing
The affected thread originally used GPT-5.5. Its recorded model context switched to gpt-5.6-sol with ultra reasoning on 2026-07-10. All five prolonged post-tool stalls occurred after that switch. This is a strong correlation, although it does not prove whether the root cause is the model service, the Desktop app, or the model/app orchestration boundary.
Steps to reproduce
The issue is intermittent rather than a deterministic minimal reproduction, but the observed pattern is:
- Open a large, long-running local thread in Codex Desktop on Windows.
- Use GPT-5.6 Sol with Extra High/Ultra reasoning.
- Ask Codex to perform a multi-step task involving local tools.
- Let a tool call finish successfully and return its result.
- The UI continues to show the turn as running, but no next model/tool event is emitted.
- Wait: the turn remains in this state for tens of minutes with no timeout or error.
- Manually abort the turn and send a follow-up message; the thread becomes responsive again.
Large tool output appears to increase the likelihood. A later occurrence happened after a command completed in 1.3 seconds but returned a large, truncated JSON-derived output. However, smaller successful test output also triggered the problem, so large output is not required.
Expected behavior
After a tool returns successfully, Codex should promptly schedule the next model step and continue the task.
If continuation cannot be scheduled or the model request does not return, the app should:
- surface a clear error;
- apply a bounded timeout;
- retry safely; or
- offer a recovery action such as retry, checkpoint, or continue in a fresh thread.
It should not remain in an indefinite running state with no events.
Actual behavior
- Tool execution finishes successfully.
- The tool result is present in the local rollout record.
- No subsequent assistant or tool event is recorded.
- The UI remains in the running state.
- No active report-rendering/test process remains in the background.
- Only manual abort ends the stuck turn.
Diagnostic identifiers
- Thread ID:
019e9d19-aea0-7633-bd71-3274bdf7450e - Latest affected turn:
019f5961-2952-7dd1-a002-c23051669ac5 - Latest tool result timestamp:
2026-07-13 11:07:35 CST - Manual abort timestamp:
2026-07-13 12:24:07 CST - Context usage near the latest occurrence:
285,957 / 353,400(about 81%) - Automatic context compactions in this thread:
19
For the latest occurrence, automatic compaction happened only after the manual abort, so compaction was not the immediate trigger. The very large and repeatedly compacted thread may still be a contributing factor.
The local logs also repeatedly contain this warning around GPT-5.6 activity:
codex_protocol::openai_models: Model personality requested but model_messages is missing, falling back to base instructions. model=gpt-5.6-sol personality=friendly
I am including this only as a potentially relevant signal, not claiming it is the root cause.
Related issues
- #28231: successful command execution followed by an interrupted Codex CLI conversation.
- #20754: Codex Desktop remains in thinking/running state after work has completed.
- #24287: Codex Desktop active-turn and trace state can become frozen or detached.
This report differs from a purely visual spinner problem because the persisted rollout contains the successful tool result but no subsequent assistant/tool event. Local inspection could not determine whether the Desktop app failed to send the continuation request or whether the service-side continuation request remained pending.
Privacy note
No project content, API keys, credentials, or raw session logs are attached. The identifiers and timing information above are provided so OpenAI can locate the affected telemetry internally.
7 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I am experiencing what appears to be the same issue on the Codex Windows Desktop app.
In my case:
rg -nrepository search.Get-Process rg -ErrorAction SilentlyContinuereturned no process, confirming thatrg.exehad already exited.logs_2.sqliteandlogs_2.sqlite-waldid not grow while the task appeared stuck.This strongly resembles a missing post-tool continuation rather than a slow or hung local command.
Environment:
I have additional evidence from 2026-07-13 and 2026-07-14. The issue is no longer limited to the original long thread; I observed the same pattern across multiple Codex Desktop windows/threads and at least two local workspaces on Windows.
Current affected Codex Desktop package:
26.707.62119.I inspected local rollout JSONL records from 15 rollout files under
sessions/2026/07/13andsessions/2026/07/14. There were 28 event gaps longer than 15 minutes. Some of those were ordinary idle periods after completed tasks, but several were clean post-tool stalls ending only when I manually aborted the turn.Clean samples, all times in CST:
| Time | Thread / turn | Last effective event before stall | Tool result | Silent interval until manual abort |
|---|---|---|---|---:|
| 2026-07-13 11:08:13 -> 12:29:24 | thread
019f5942-5546-7a60-ae2b-b9164bc13bcf, turn019f5961-ce9d-7b70-b56c-bcfa7a9bd0be|custom_tool_call_output| command completed in 0.2s, output{}| 81.2m || 2026-07-13 11:13:23 -> 12:24:45 | thread
019f5942-5546-7a60-ae2b-b9164bc13bcf, turn019f595e-9978-76f0-a2f1-32af8be0b3ab|custom_tool_call_output| command completed in 0.1s, output{}| 71.4m || 2026-07-14 10:16:23 -> 10:35:03 | thread
019f5e47-420d-7021-a6d8-0f115e34474e, turn019f5e67-8d5a-7360-bdfe-7f8b3bae9b19|custom_tool_call_output| command completed in 0.8s with a large/truncated skill-read output | 18.7m || 2026-07-14 12:09:52 -> 12:39:37 | thread
019f5e47-420d-7021-a6d8-0f115e34474e, turn019f5ec8-73e8-7932-a7b2-8a93e7385738|custom_tool_call_output| command completed in 0.5s and returned a PowerShell parser error | 29.7m || 2026-07-14 12:50:00 -> 13:07:24 | thread
019f5e47-420d-7021-a6d8-0f115e34474e, turn019f5eef-4e26-7d32-abb7-866fb0e7bb71|custom_tool_call_output| cleanup + smoke-check completed in 2.3s and returned validation JSON | 17.4m |The 2026-07-14 12:50 sample is especially clean. The final tool output included:
After that tool result, there was no assistant continuation, no next tool call, no final response, and no visible timeout/error until manual abort.
Additional observations:
gpt-5.6-sol; local app logs showcodex.turn.reasoning_effort=xhighfor the related activity.{}, after a short validation result, after a shell parser error, and after larger truncated output.This makes the likely failure boundary look like post-tool continuation scheduling or post-tool response handling, rather than shell/tool execution itself.
Suggested mitigations:
I am still not attaching raw logs or project content for privacy reasons, but the thread/turn identifiers above should be enough to locate the relevant telemetry internally.
+1 😢
Additional Windows Desktop occurrence with a more specific
exec/ nested-tool timing signal (originally reported as #33036):26.707.9981.010.0.26200execcell awaited a nested localshell_commandconfigured withtimeout_ms: 10000.0.2s.3,806.8s.Script running with cell ID <redacted>.wait(cell_id=..., yield_time_ms=1000)reported the cell as already completed.Sanitized timeline:
This supports the same user-visible failure described here: a successful local tool result does not produce a bounded post-tool continuation, error, or recovery path. It also suggests investigating the boundary between nested-tool completion, code-mode cell closure/yield, and turn-runner notification delivery.
No private paths, project content, account identifiers, or raw session logs are included.
Additional matching occurrence from the current Windows Desktop package, with a transport-level distinction:
26.707.9981.010.0.26200gpt-5.6-sol, Extra High0.9s, and the outer exec cell reported completion.AppServerConnectionremained established overstdio; there was no app-server disconnect/reconnect or connection error during the stall.ResizeObserver loop completed with undelivered notifications, but I do not know whether that warning is causal.This occurrence therefore does not look like a hung shell process or a local app-server transport disconnect. It is consistent with a failure or indefinite wait after tool completion at the post-tool continuation / turn-runner boundary.
No project names, local paths, transcript content, account identifiers, proxy details, or raw logs are included.
same but with cli +