Messages stay queued for about an hour in the app; CLI does not do this
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 2.1k
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
Short summary
Messages stay queued in the Copilot app for a very long time (around an hour). The same workflow in Copilot CLI does not queue like this.
Affected version or release
1.1.17 (github.exe ProductVersion 1.1.17)
Installation context
Windows 11 Enterprise (build 26200), GitHub Copilot desktop app, conversation / chat view. Same work in Copilot CLI does not show this delay.
What happened?
In the GitHub Copilot app, a follow-up message can sit in the queue for a very long time (on the order of ~1 hour) before it is sent or processed.
This does not happen in Copilot CLI for the same kind of session. In CLI, the next message is picked up promptly. In the app, the message remains queued far longer than a normal turn, so the conversation looks stalled even though the user already submitted the next prompt.
Steps to reproduce
- Open a conversation in the GitHub Copilot desktop app.
- Send a message while the session is still working, or send a follow-up that the app places in the queue.
- Wait. The queued message remains unsent / unprocessed for a very long time (around an hour in the observed case).
- Repeat a similar follow-up in Copilot CLI. The next message is handled promptly and does not sit in a long queue.
Expected behavior
Queued messages in the app should start within a normal turn boundary, similar to Copilot CLI. They should not sit unprocessed for ~1 hour.
Additional context
Related, but not the same:
- https://github.com/github/app/issues/3525 (queued messages stuck because the session stays in Running and Send now fails)
This report is about long queue delay in the app (~1 hour), not a permanent stuck state, and the contrast with CLI where the delay does not occur.
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.
Research direction
Start by reproducing the queued follow-up behavior in the GitHub Copilot desktop app on Windows 11 with version 1.1.17, then compare the same workflow in Copilot CLI. Trace the app's queue processing around a still-running conversation and verify that queued messages begin within a normal turn boundary rather than waiting about an hour.
Written by the indexing model from the issue text.
Assessment
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100