anomalyco / anomalyco/opencode
[FEATURE]: Frozen messages in queue
@kitlangton is already working on this.
Since Jul 25, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
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 the second the agent finishes, giving me no chance to review, tweak, or hold back the thought.
Proposed Solution
Add "Frozen Messages" to the 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" lines/cards.
- Shortcuts & Buttons: A way to send a message directly into the frozen state (rather than the active queue).
- Indexed Sending: Keyboard combos (e.g., ending with a number like 1, 2) to instantly send the
ith frozen message if the user has multiple lined up. - Editable: Frozen messages stay fully editable text until sent.
Related:
https://github.com/anomalyco/opencode/issues/4821
https://github.com/anomalyco/opencode/issues/5408
https://github.com/anomalyco/opencode/issues/37381
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.
Assessment
This issue has not been assessed yet.