"Code with Copilot Agent Mode" appears in the GitHub UI even though I have Copilot disabled and hidden in the settings #156613
Replies: 9 comments 2 replies
-
|
💬 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.
-
|
This is indeed a rather unwelcome surprise this morning. Worse than just overriding individual user preferences is that this is now present in every single ticket of our repositories, when the last thing we want is AI assisted bugfixes. There should be a per-repository setting to disable this suggestion really. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Any update on this github? |
Beta Was this translation helpful? Give feedback.
-
|
This would be practically a one-liner in a view template somewhere. I don't understand how stuff like this is slipping through the cracks, other than there's literally a mandate from on high to push these features to users even when they explicitly don't want them. |
Beta Was this translation helpful? Give feedback.
-
|
I added this to @-moz-document domain(github.com) {
div[data-testid="sidebar-section"] > div > div:has(a[data-testid="open-in-copilot-agent-button"]) {
display: none !important;
}
}Alternatively, the CSS selector could use the classes of the |
Beta Was this translation helpful? Give feedback.
-
|
Just wild to me I got a marketing email from GitHub with a zillion AI-related updates, and yet they couldn't be bothered to spend 15 minutes adding a conditional flag to hide this for people WHO HAVE ALREADY OPTED OUT. Good grief. 🤦🏻♂️ |
Beta Was this translation helpful? Give feedback.
-
|
So is there no way to disable another unrequested/useless feature? If i don't need/want it why i can't remove it (is also a waste of bandwidth and resources). I can block it from my browser but i want it gone from my project. But i suspect that it will never happen since noone will listen. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @imsnif + all! Thank you for the detailed report regarding "Code with Copilot Agent Mode" appearing in the UI even though it's disabled and hidden in the settings. We’ve reviewed your notes and passed this along to the relevant engineering team, where it’s now tracked internally for investigation. We appreciate your thoroughness and the time you’ve taken to help surface this. Improving reliability and user experience is a priority, and reports like yours are incredibly helpful. Thanks again for your contribution to the platform. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
When reading issues, I have this on the sidebar:
Even though my Copilot is disabled, hidden and should not appear in the settings:
How do I remove this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions