What version of Codex CLI is running?
codex-cli 0.123.0
What subscription do you have?
Plus
Which model were you using?
gpt-5.4
What platform is your computer?
Darwin 25.4.0 arm64 arm
What terminal emulator and version are you using (if applicable)?
WarpTerminal 0.2026.04.15.08.45.02
What issue are you seeing?
Codex CLI lets users queue prompts with Tab while the current turn is running. Queued prompts normally run after the current turn completes.
If /new is queued, and additional prompts are queued after /new, the queued /new runs and creates a new chat, but the remaining queued prompts after /new are dropped. They do not run in the newly created chat and do not remain visible/recoverable in the queue.
This loses user-entered prompts without an explicit warning.
What steps can reproduce the bug?
- Start Codex CLI.
- Submit a prompt that keeps the current turn running long enough to queue follow-up input.
- While the current turn is running, type
/new and press Tab to queue it.
- Type one or more additional prompts and press Tab to queue them after
/new.
- Wait for the active turn to complete.
- Observe that
/new runs and creates a new chat.
- Observe that the prompts queued after
/new are dropped instead of running after the new chat is created.
What is the expected behavior?
Queued prompts after /new should not be silently dropped.
Expected behavior should be one of:
/new creates the new chat, then subsequent queued prompts run in that new chat in order.
- Or Codex rejects/warns when queuing prompts after a queued
/new, making clear that /new is a queue boundary.
- Or Codex preserves the remaining queued prompts and lets the user decide what to do with them.
In all cases, user-entered queued prompts should remain recoverable unless explicitly discarded.
Additional information
I searched open issues and did not find an exact duplicate. Related but not identical issues include:
What version of Codex CLI is running?
codex-cli 0.123.0
What subscription do you have?
Plus
Which model were you using?
gpt-5.4
What platform is your computer?
Darwin 25.4.0 arm64 arm
What terminal emulator and version are you using (if applicable)?
WarpTerminal 0.2026.04.15.08.45.02
What issue are you seeing?
Codex CLI lets users queue prompts with Tab while the current turn is running. Queued prompts normally run after the current turn completes.
If
/newis queued, and additional prompts are queued after/new, the queued/newruns and creates a new chat, but the remaining queued prompts after/neware dropped. They do not run in the newly created chat and do not remain visible/recoverable in the queue.This loses user-entered prompts without an explicit warning.
What steps can reproduce the bug?
/newand press Tab to queue it./new./newruns and creates a new chat./neware dropped instead of running after the new chat is created.What is the expected behavior?
Queued prompts after
/newshould not be silently dropped.Expected behavior should be one of:
/newcreates the new chat, then subsequent queued prompts run in that new chat in order./new, making clear that/newis a queue boundary.In all cases, user-entered queued prompts should remain recoverable unless explicitly discarded.
Additional information
I searched open issues and did not find an exact duplicate. Related but not identical issues include: