TUI: transcript-mode edit in /side conversation crashes with thread/rollback failed instead of graceful rejection
Resolved 💬 0 comments Opened Jun 12, 2026 by jackmhny Closed Jun 12, 2026
What version of Codex CLI is running?
@openai/codex@alpha = 0.140.0-alpha.11
What subscription do you have?
$100/mo
Which model were you using?
any
What platform is your computer?
Linux 6.12.90+deb13-amd64 x86_64 unknown
What terminal emulator and version are you using (if applicable)?
Any
Codex doctor report
irrelevant
What issue are you seeing?
In the TUI, editing previous prompts is correctly blocked in /side conversations through the normal edit/backtrack path with:
■ Editing previous prompts is unavailable in side conversations.
However, the same unsupported action can still be reached through transcript mode. When I enter transcript mode from a /side conversation and confirm the selected prior message, the TUI crashes and shows:
Error: thread/rollback failed in TUI
This is still broken on the latest alpha (0.140.0-alpha.11) as well as stable 0.139.0.
What steps can reproduce the bug?
- Start a Codex TUI session.
- Send a message in the main conversation.
- Receive a response.
- Start a side conversation with
/btwor/side. - Send a message in the side conversation.
- Receive a response.
- Press
Ctrl+Tto enter transcript mode. - Press
Escto select the last message / enter backtrack selection. - Press
Enterto attempt to edit that selected message.
What is the expected behavior?
The TUI should gracefully reject editing previous prompts in side conversations, matching the existing behavior from the normal edit/backtrack path:
■ Editing previous prompts is unavailable in side conversations.
The TUI should remain open and usable.
Actual behavior:
The TUI crashes and prints:
Error: thread/rollback failed in TUI
Additional information
_No response_