Describe the feature or problem you'd like to solve
There should be queue management for the AI assistant, since you have to wait for the first request to be completed before you can send another request.
Proposed solution
It's practical because you leave the request queue to the assistant and it follows the flow, for example:
1-request -> 2-request
Users don't have to remember what they were going to enter or ask, and it makes development easier, something similar to what Claude Code implements.
Example prompts or workflows
No response
Additional context
No response