What version of Codex CLI is running?
0.125.0
What subscription do you have?
Pro x20
Which model were you using?
gpt-5.5
What platform is your computer?
Linux
What terminal emulator and version are you using (if applicable)?
WSL/PowerShell
What issue are you seeing?
If there are multiple messages queued in the main session thread (added by pressing Tab), switching to another agent and then back to the main thread removes them from the queue. Instead of remaining in the send queue, all these messages are merged together and placed back into the text input field.
What steps can reproduce the bug?
- Start a session with multiple agents.
- In the main session thread, type a message and press Tab to add it to the queue.
- Repeat step 2 to have several messages in the send queue.
- Switch to any other agent.
- Switch back to the main session thread.
What is the expected behavior?
The messages should remain in the send queue in their original state, waiting to be sent. Switching between agents should not affect the queue in the main thread.
Additional information
It's annoying to separate the messages again by rebuilding the queue.
What version of Codex CLI is running?
0.125.0
What subscription do you have?
Pro x20
Which model were you using?
gpt-5.5
What platform is your computer?
Linux
What terminal emulator and version are you using (if applicable)?
WSL/PowerShell
What issue are you seeing?
If there are multiple messages queued in the main session thread (added by pressing Tab), switching to another agent and then back to the main thread removes them from the queue. Instead of remaining in the send queue, all these messages are merged together and placed back into the text input field.
What steps can reproduce the bug?
What is the expected behavior?
The messages should remain in the send queue in their original state, waiting to be sent. Switching between agents should not affect the queue in the main thread.
Additional information
It's annoying to separate the messages again by rebuilding the queue.