-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed as duplicate of#16049
Closed as duplicate of#16049
Copy link
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displaybugSomething isn't workingSomething isn't working
Description
What version of Codex CLI is running?
codex-cli 0.117.0
What subscription do you have?
Business
Which model were you using?
gpt-5.4 (xhigh reasoning effort)
What platform is your computer?
Linux (CentOS 7, kernel 3.10.0-957.el7.x86_64)
What terminal emulator and version are you using (if applicable)?
zsh
What issue are you seeing?
After renaming a session, codex resume <new-name> fails with "No saved session found with ID ".
The rename command itself suggests the new name should work:
"Thread renamed to planb, to resume this thread run codex resume planb"
However, running codex resume planb returns:
"ERROR: No saved session found with ID planb"
The session can only be resumed via the interactive menu or using the full session ID.
What steps can reproduce the bug?
Uploaded thread: 019d3245-c430-7a12-afa5-1cfe30e886dc
- Start a codex session
- Rename the session by typing: rename planb
- Exit the session
- Run: codex resume planb
- Error appears: "ERROR: No saved session found with ID planb"
What is the expected behavior?
codex resume planb should successfully resume the renamed session, as suggested by the rename confirmation message.
Additional information
Uploaded thread: 019d3245-c430-7a12-afa5-1cfe30e886dc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displaybugSomething isn't workingSomething isn't working