You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.