Replies: 119 comments 141 replies
-
I have an individual license, but I can't seem to disable this feature. How can I remove Copilot buttons and search integrations? I disabled the preview feature, but no difference. |
Beta Was this translation helpful? Give feedback.
-
It is unclear to me if this will solely be enabled for the org members whom we have enabled CoPilot for, and whether there are any other pricing implications for enabling this. Kindly elaborate :) |
Beta Was this translation helpful? Give feedback.
-
Could the |
Beta Was this translation helpful? Give feedback.
-
Everytime I try to have the copilot chat actually do something (e.g, make a PR), it bombs out.
|
Beta Was this translation helpful? Give feedback.
-
Hey folks, |
Beta Was this translation helpful? Give feedback.
-
I thought I can ask specific function questions about a code base using Copilot. But even though it apparently indexed the repository I was exploring, it started blatantly hallucinating non-existent functions and functionality (unacceptable!), while then also complaining that I should do something that not only seemed contradictory to the indexing message below, but the directions did not make much sense - how to confirm the prompt in copilot chat, I was there, I just did it.. So, was it indexed or not? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I cannot delete indexed project indexing |
Beta Was this translation helpful? Give feedback.
-
The instructions for semantic indexing are unclear: What does that mean? What prompt do I need to confirm to get my codebase indexed? On a public repo (KDAB/cxx-qt) I get the following error when asking "What does this repository do?": When asking "Can you tell me about this repository?" (in a private repo), it depends way too much on the README. For example, if you don't delete or update the readme from some skeleton/template you used to initialize the repo, Copilot Chat will use that as the basis for the answer, even if the repo has completely diverged from the readme. |
Beta Was this translation helpful? Give feedback.
-
It would be nice if the conversation list was synchronized across sessions, both browser and mobile and eventually hopefully extensions like the PhpStorm Copilot plugin. |
Beta Was this translation helpful? Give feedback.
-
I don't want to be too much a nuisance but would it be possible to disable or hide Copilot completely from my interface? Thanks! |
Beta Was this translation helpful? Give feedback.
-
The addition of Copilot where the notifications button previously was is not a welcome change. This might seem like a nitpick, but you're throwing away years of muscle memory just to push this brand new product. There are already 3 mentions of Copilot in the UI when I open github.com, could 2 or god-forbid, 1 of those locations suffice? |
Beta Was this translation helpful? Give feedback.
This comment was marked as a violation of GitHub Acceptable Use Policies
-
I am failing to understand what this product offers beyond what you can already do with Copilot chat in VS Code. Even after indexing one of my repositories, I am getting function errors on at least every other response I get back. When I finally got back a response for one of the tasks I had it do (generate a sitemap.xml file), I asked it to create a pull request. This was met with “sorry, can’t create branches or pull requests.” 🤷 |
Beta Was this translation helpful? Give feedback.
-
Please remove (or add an option to remove) the floating button at the bottom right of every page: It's sometimes in the way of other buttons, like the comment button right now, especially on mobile. |
Beta Was this translation helpful? Give feedback.
-
If you ask a question in the overlay chat while on the homepage of a repository and try to navigate to a file in the repository before it's done responding, it will cancel the question in the chat. Example:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I think this will not really be possible, but it would be great if "policy violation" errors could be more descriptive. I read you can get a free Copilot subscription if you're the maintainer of a popular, open source repo. So I tried to ask if a repo with 160+ forks and 550 stars would be considered popular enough (guess not?), but I get a "Violates content policy" error, which seems out of place? I've had similar vague errors in the past while working in VS Code. In those instances I think the error occurred because I was asking about "finding faces" in the context of 3d models (as in, a collection of connected vertices) but I guess Copilot though I was talking about finding people. But this is just a guess, as there is no context information whatsoever. |
Beta Was this translation helpful? Give feedback.
-
In the Chinese path of the GitHub Copilot documentation has incorrectly loaded tags |
Beta Was this translation helpful? Give feedback.
-
There is one thing that LLMs are very excellent at doing, and it is fixing grammatical errors in plain English or other language. I would like to have the option to fix my text writing in every input box, like in the issue title and content. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
See https://github.com/orgs/community/discussions/145206 |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
It doesn't have access to issues but it doesn't admit it either, just replying with files that it found. You should definitely index issues as well. The current issue search is a pain, it's where LLMs could shine:
|
Beta Was this translation helpful? Give feedback.
-
Hello, I was trying to use copilot but suddenly i got the following message "You’re not authorized to use Copilot." |
Beta Was this translation helpful? Give feedback.
-
Will copilot will get any better to compete with claude AI. It still write whole file code in response instead of writing only relative code to be changes or added. I tried prompted with this instruction but still no success. |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to suggest a new feature for GitHub Copilot. Currently, Copilot generates pull request titles and descriptions in English only. It would be highly beneficial to support multiple languages, including Portuguese, to accommodate a broader range of users and improve accessibility. Thank you for considering this suggestion. Best regards! |
Beta Was this translation helpful? Give feedback.
-
Love the idea but the execution isn't quite there. My script in the application called Drafts would post material from Drafts to Gist. It was freaking awesome until the token expired. So i had to dig around to find out why and where I fix the issue. The github UI for settings can take hours to understand and I was hoping that this would be helpful in understanding tokens, versus fine grain tokens versus Oauth applications. But heres the problem. This chat will lead you down a rabbit hole for hours if u don't have the best prompt. Here were my results.
|
Beta Was this translation helpful? Give feedback.
-
Hello, is this expected behavior? :) The referenced file contains information about products, and despite rightfully telling me that there's no information about "Bone density", it still proceeded to give me a definition about it. Similar thing happened when I asked about hinking as a healthy activity. Maybe it assumes the repository contains only code. Funny :) |
Beta Was this translation helpful? Give feedback.
-
Please allow owners of repositories to instruct GitHub Copilot to remember certain information. For example, when I'm asking Copilot to show me an example of how to use something, and it is incorrect, I should be able to (as owner of the repo) tell Copilot how to do it correctly, and instruct Copilot to remember this information for anyone else who may visit the repo. This will be really useful in making Copilot useful for users of libraries because the sources of truth for information is stated by owners of the repos. Basically this would allow a repo owner to "teach" a single person who can then teach all other users. This would be incredibly powerful. From this, GitHub Copilot could even help generate documentation by organizing ideas from conversations into meaningful output, including generating new outputs that it can infer from sources of truth. And best of all, the people that could be tasked with using GitHub Copilot to generate docs could be other people besides the owner, who can make pull requests that are accurate based on derivatives of owners' truths. |
Beta Was this translation helpful? Give feedback.
-
Looking for Product Feedback
Copilot in github.com is now available to Copilot Individual and Business users. And for those with access a preview of OpenAI o1-preview and o1-mini is coming soon to github.com too.
How to access Copilot in github.com
If you're part of an organization with Copilot Enterprise, you're already familiar with these features. For those on Copilot Individual or Copilot Business plans, see below on how to get access to Copilot in github.com.
Beta Was this translation helpful? Give feedback.
All reactions