Feature request: add a frozen state for queued messages
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 35/100
Research direction
No files, tests, or entry points are named. Start by locating the existing message-queue implementation and its terminal UI, then define how frozen messages interact with queuing, editing, reordering, deletion, release, and indexed shortcuts; done means each proposed behavior works without auto-sending frozen messages.
Written by the indexing model from the issue text.
Description
Problem
When an agent is busy, I want to jot down follow-up ideas without interrupting it. Currently, queuing a message means it auto-sends as soon as the agent finishes, giving me no chance to review, tweak, reorder, or hold back the thought.
Proposed solution: Frozen Messages
Add a Frozen Messages state to the message queue. Instead of auto-sending when the agent finishes, these messages stay paused in a dedicated box until I manually release them.
How it should work
- UI: A visual box holding pending frozen messages as editable cards/lines.
- Shortcuts and buttons: A way to send a message directly into the frozen state rather than the active queue.
- Manual release: Frozen messages remain paused after the current task completes until explicitly sent.
- Indexed sending: Keyboard combinations, for example ending with a number like
1,2, can instantly send the corresponding frozen message when multiple messages are lined up. - Editable: Frozen messages remain fully editable text until sent.
- Reordering and deletion: Allow frozen messages to be reordered, deleted, or moved into the active queue before release.
Why this helps
This supports rapid follow-up thinking without interrupting a long-running task or accidentally sending an unreviewed prompt. It separates two different intents:
- Queue this to run automatically next.
- Remember this for later, but let me review and decide when to send it.
The current queue supports the first intent, but there is no clear way to express the second.
Related OpenAI Codex discussion
A related request in Codex proposes grouping queued user messages and sending them as one request: https://github.com/openai/codex/issues/35356
This issue is specifically about adding a user-controlled, manually released draft/frozen state rather than only grouping or automatically processing queued messages.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- Avg merge
- 1m
- Merged PRs (30d)
- 1k
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from openai/codex
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
bug CLI windows-os
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
macOS sandbox blocks hw.optional.arm64 sysctl, causing Flutter to misdetect Apple Silicon as x64 Openbug CLI sandbox
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug CLI TUI
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
CLI config enhancement skills
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
A-linter
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
oxc-project/oxc#26863 ·