codex - 💡(How to fix) Fix Codex Desktop opening old conversations is blocked by slow resume/goal hydration despite fast thread read

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Opening/resuming older Codex Desktop conversations can stay in the loading/resuming state for several seconds, even though the raw local thread read is effectively immediate.

Root Cause

No screenshots or raw logs are attached because they may contain private conversation metadata.

RAW_BUFFERClick to expand / collapse

Summary

Opening/resuming older Codex Desktop conversations can stay in the loading/resuming state for several seconds, even though the raw local thread read is effectively immediate.

Environment

  • Codex Desktop for Windows
  • AppX package version: 26.513.4821.0
  • Observed after updating Codex Desktop
  • Details below are sanitized from local desktop diagnostics

What I observed

When opening an older conversation after a cold start / app update, the UI remained blocked while the app performed resume/hydration work.

Sanitized timings from a local desktop log:

  • thread/read: ~7 ms
  • thread/resume: ~4,895 ms
  • thread/goal/get: ~4,897 ms
  • mcpServerStatus/list: ~13,761 ms
  • thread/list: up to ~17,630 ms

This suggests raw thread reading is not the bottleneck. The user-visible delay appears to be tied to resume/goal hydration and startup-side status/list work.

Expected behavior

The conversation should render quickly once local thread data is available. Resume, goal, MCP status, and thread-list hydration could continue in the background where possible.

Actual behavior

Opening older conversations can stay visually blocked until resume and related calls complete.

Additional notes

In the desktop bundle, I found code paths around maybe-resume-conversation, thread/resume, thread/goal/get, thread/list, and a gated useTailHydration() path. In the observed logs, I did not see the lightweight tail-hydration path being used, so this may be falling back to heavier resume behavior.

No screenshots or raw logs are attached because they may contain private conversation metadata.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The conversation should render quickly once local thread data is available. Resume, goal, MCP status, and thread-list hydration could continue in the background where possible.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Codex Desktop opening old conversations is blocked by slow resume/goal hydration despite fast thread read