Many issues with prompts queuing #9345

Open
opened 2026-02-16 18:12:14 -05:00 by yindo · 1 comment
Owner

Originally created by @BabyBonComputer on GitHub (Feb 14, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

When i send a prompt and then immediately send a second one, i expect the second prompt to wait until the first one is completely finished. But when i do this i get a mess. At first everything looks good: the first prompt is doing its jobs while the second one is queued. But when the first prompt calls a tool "queued" label disappears at the second prompt and the following text is printed under the second prompt (although the second prompt must be queued upon the first one is done and all output of the first prompt must be above the second one). Sometimes behaviour is different. After the first prompt called a tool, it ends its work and the second prompt starts, although the first one did nothing.

One more example of broken behaviour. When i call a subagent, after finishing its work llm does one more thinking. Lets see what happens when i send two prompts instantly after the first one. After subagent finishing its work llm DOES NOT do one more thinking. instead, the last two prompts are called. And for some reason they are not called individually. They are called together at the same time.

The queue mechanism must work just like in cursor IDE.

Plugins

No response

OpenCode version

1.2.1

Steps to reproduce

No response

Screenshot and/or share link

First case:

everything is ok
Image

The first prompt continues its work under the second prompt. "queued" label disappears at the second prompt for some reason
Image

The first prompt has stopped its work after calling a tool
Image

Second case:

everything is ok
Image

Two prompts are not called individually. They are called together at the same time.
Image

Operating System

wsl

Terminal

Windows terminal

Originally created by @BabyBonComputer on GitHub (Feb 14, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description When i send a prompt and then immediately send a second one, i expect the second prompt to wait until the first one is completely finished. But when i do this i get a mess. At first everything looks good: the first prompt is doing its jobs while the second one is queued. But when the first prompt calls a tool "queued" label disappears at the second prompt and the following text is printed under the second prompt (although the second prompt must be queued upon the first one is done and all output of the first prompt must be above the second one). Sometimes behaviour is different. After the first prompt called a tool, it ends its work and the second prompt starts, although the first one did nothing. One more example of broken behaviour. When i call a subagent, after finishing its work llm does one more thinking. Lets see what happens when i send two prompts instantly after the first one. After subagent finishing its work llm DOES NOT do one more thinking. instead, the last two prompts are called. And for some reason they are not called individually. They are called together at the same time. The queue mechanism must work just like in cursor IDE. ### Plugins _No response_ ### OpenCode version 1.2.1 ### Steps to reproduce _No response_ ### Screenshot and/or share link **First case**: **everything is ok** <img width="1482" height="257" alt="Image" src="https://github.com/user-attachments/assets/d1b5231b-320c-4285-925e-34f92a7308c5" /> **The first prompt continues its work under the second prompt. "queued" label disappears at the second prompt for some reason** <img width="1487" height="467" alt="Image" src="https://github.com/user-attachments/assets/9a529337-0314-43b4-8fe4-6b52993a1192" /> **The first prompt has stopped its work after calling a tool** <img width="1485" height="540" alt="Image" src="https://github.com/user-attachments/assets/a6bc93ef-c077-4bae-ab99-45a4f0fd843c" /> **Second case:** **everything is ok** <img width="1485" height="330" alt="Image" src="https://github.com/user-attachments/assets/dce57cac-1bc5-44b2-a081-bc6ddb9aca28" /> **Two prompts are not called individually. They are called together at the same time.** <img width="1494" height="661" alt="Image" src="https://github.com/user-attachments/assets/53af16af-24e6-495e-a15b-0e2bf32ce41f" /> ### Operating System wsl ### Terminal Windows terminal
yindo added the windowsopentuibug labels 2026-02-16 18:12:14 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 14, 2026):

This issue might be a duplicate of an existing issue. Please check:

@github-actions[bot] commented on GitHub (Feb 14, 2026): This issue might be a duplicate of an existing issue. Please check: - #3098: [Chained prompts executing together instead of one after the other](https://github.com/anomalyco/opencode/issues/3098) - Describes similar behavior where queued prompts execute together instead of sequentially
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9345