ERROR: No saved session found with ID <session_name> After Upgrade to 0.117.0
What version of Codex CLI is running?
0.117.0
What subscription do you have?
ChatGPT Enterprise
Which model were you using?
gpt-5.4
What platform is your computer?
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 x86_64
What terminal emulator and version are you using (if applicable)?
Windows Terminal
What issue are you seeing?
All previous saved sessions broken immediately after upgrade from 0.116.0 -> 0.117.0.
Sessions themselves are fine, but session names that were set previously using /rename are all missing from /resume. As a results codex resume <session_name> fails with error "ERROR: No saved session found with ID <session_name>. Run codex resume without an ID to choose from existing sessions."
However, the session name does still appear in the terminal tab when thread [x] is enabled in /title.
Resuming session by id still works fine.
Renaming the session again still produces error when trying to resume session by name.
What steps can reproduce the bug?
Upgrade from 0.116.0 to 0.117.0. Restart codex. Try to /resume <session_name>
What is the expected behavior?
Sessions should be resumable by name using codex resume <session_name> or /resume <session_name>
Additional information
_No response_
7 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
It's possible this is related to the new
tui_app_serverfeature, which was enabled by default in 0.117.0. If you disable this feature flag, does the problem go away?Different issue.
Yes, this looks like it's related to
tui_app_server. I'll work on a fix.Thanks for reporting the issue!
Yes, also confirmed that launching
codex --disable tui_app_serverrestores the functionality. Thanks for the quick response.Thanks for the bug report. This will be addressed in the next release.
Issue, still present in latest update