Support showing all saved conversations from /resume inside the TUI
Open 💬 2 comments Opened Jul 1, 2026 by joseevangelist819-bit
Feature request
Please add a way to open all saved local conversations from inside the Codex TUI.
Current behavior
codex resume --allworks from the shell and shows saved sessions beyond the current working directory.- Inside the TUI,
/resumeopens the saved conversation picker, but appears scoped to the current working directory. - Typing
/resume --alldoes not behave like the CLI flag. It treats--allas a search query and shows:
No saved chat found matching '--all'
Desired behavior
One of these would solve the issue:
- Support
/resume --allinside the TUI. - Add a TUI setting to make
/resumeshow all local saved conversations by default. - Add a separate slash command, such as
/resume-all. - Add a keymap action that opens the all-sessions resume picker.
Why this helps
Users often work across multiple repositories and directories. When already inside an active Codex TUI session, they may want to switch to another saved local conversation without exiting to the shell and running:
codex resume --all
This would make conversation switching more consistent between the CLI and TUI.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗