hitting enter twice create 2 copilot cloud agent session for same prompt #191369
-
🏷️ Discussion TypeBug 💬 Feature/Topic AreaCopilot Cloud Agent Body
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hi @romainPrignon, If this helps confirm your findings, please feel free to Mark as Answer so it gets highlighted for the devs! |
Beta Was this translation helpful? Give feedback.

Hi @romainPrignon,
This is a clear UI debouncing issue or a race condition in the Copilot Cloud Agent frontend.
It seems the 'Enter' key event isn't being locked or disabled immediately after the first trigger, allowing the backend to receive and process duplicate requests simultaneously. Since you've provided a clear screenshot of the duplicate sessions, this is a solid bug report for the GitHub engineering team to investigate the submission lifecycle.
In the meantime, the only 'fix' is to ensure a single click/press, as there is no client-side way to merge these sessions once they are spun up.
If this helps confirm your findings, please feel free to Mark as Answer so it gets highlighted…