Replies: 52 comments 121 replies
-
Would love to be able to bulk index repositories as it seems to hang while indexing is happening. It is also unclear if a chat works without indexing the repo first as well. |
Beta Was this translation helpful? Give feedback.
-
When I type Japanese in Copilot chat, the message is sent when I press the enter key after conversion. feedback.mov |
Beta Was this translation helpful? Give feedback.
-
I have noticed two issues:
But the repo has a folder named "ingress" in the root. The repo is internal, however. |
Beta Was this translation helpful? Give feedback.
-
I think what is missing is, similar to other copilots and chats, a stop button to stop a response. Sometimes it goes on for quite a long time and I already know I need to change my prompt. |
Beta Was this translation helpful? Give feedback.
-
For the browser chat tool: My code base is 99% of C# but when I asked it to generate a unit text example it generated it in python. I think I need to provide some base level instructions to all the chats with some basic information. For example, I have created a custom Chat in ChatGPT that has the following instruction. "My code base uses C# and we use Postgresql for our database server. We use Entity Framework for our simple data access. We use dependency injection. To get a connection to the database use ITeamDBConnection and to get an EntityFramework context use ITeamDBContextFactory and then call GetAsync()..." This would really help the chat tool to improve the initial responses. |
Beta Was this translation helpful? Give feedback.
-
There's few question I would like to have answers (right now the AI says it can't help): Team / developpers related
Code / Data / Analysis
Lack of exhaustivity
|
Beta Was this translation helpful? Give feedback.
-
I have transitioned to the enterprise version so that the Copilot chat will understand the context of the entire project. Thus, I won't need to explain that this file does X and that file does Y, or that I need to paste the code for it to understand which file does what. I had assumed that with the enterprise version, it would scan the repositories, and when I talk about a specific file, it would understand what I am referring to. However, it does not. I have configured the policies and created a knowledge base, but it did not change anything. Bottom line: |
Beta Was this translation helpful? Give feedback.
-
Hey Tim, I'm absolutely enamored with GitHub Copilot Chat. It writes nearly all of my code and consistently helps me debug and brainstorm new ideas. It's truly the most powerful tool I've ever used; I love it. The only issue is that you always have to paste the code into it so it can grasp the context of your question. Even if I open the file and it appears in the editor, it seems to "read" it as if the chat is open on the left and the code is open on the right, and it still doesn't fully understand the context of the question. I was hoping that the enterprise edition would grant the tool access to the entire repository, eliminating the need to copy the code for the initial question on a specific file. Unfortunately, it appears that for now, it's limited. I can inquire about a specific file if I provide the path, but this isn't conducive to seamless back-and-forth conversations. I want to be able to chat with it and have it precisely understand what I'm talking about in the context of the repository. |
Beta Was this translation helpful? Give feedback.
-
From: Arfon Smith ***@***.***>
Sent: Friday, March 1, 2024 2:03 PM
To: community/community ***@***.***>
Cc: Eran Gross ***@***.***>; Mention ***@***.***>
Subject: Re: [community/community] Copilot Enterprise - Feedback (Discussion #110314)
I was hoping that the enterprise edition would grant the tool access to the entire repository, eliminating the need to copy the code for the initial question on a specific file. Unfortunately, it appears that for now, it's limited. I can inquire about a specific file if I provide the path, but this isn't conducive to seamless back-and-forth conversations.
@erangross<https://github.com/erangross> – are you specifically looking for Copilot to have this additional 'repository-wide context' in the IDE chat sessions?
Exactly.
'repository-wide context' in the IDE chat sessions
I could not phrase it better myself.
Eran
—
Reply to this email directly, view it on GitHub<#110314 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMRPK2CQVSL5EJXBFXYAISLYWBU5ZAVCNFSM6AAAAABD4MYPTKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DMNBSGM2DS>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
The knowledge base can support indexing issues, wikis, discussions, and PRs. It would be nice, since my organization uses issues and discussions for design documents and specifications. |
Beta Was this translation helpful? Give feedback.
-
I would like to have the option to specify the output language when generating the Pull Request Summary. |
Beta Was this translation helpful? Give feedback.
-
Nice work! Very excited about this. It appears that the VSCode version of Copilot Chat does not have access to the index that is generated for the github.com Copilot chat. I have attempted to use the @workspace directive but don't get the same results (it doesn't generate references to the correct files). |
Beta Was this translation helpful? Give feedback.
-
Are there release notes somewhere that we can see what has been updated with Copilot Enterprise Chat or somewhere we can track the improvements? |
Beta Was this translation helpful? Give feedback.
-
Depending on the GitHub color theme, the code is buried in the code block background color, so you can't see anything, which is very disappointing. Can I change the color of codeblock? |
Beta Was this translation helpful? Give feedback.
-
Is it currently not supported to use the knowledge base in VSCode? I saw in the YouTube video demonstration that the |
Beta Was this translation helpful? Give feedback.
-
I had co-pilot create a summary of my changes for me. It did a great job. Now I want to put that summary into the comment of the PR I'm creating. If I copy the summary and paste into the comment box I lose the Markdown. I need a way to copy the co-pilot response markdown and all so I can put it into the PR description/comment. |
Beta Was this translation helpful? Give feedback.
-
I found the summary option immediately after making this request. Though it solves my immediate problem I still think it’d be useful to copy markdown format for easy copy + past to comments or README.MD files or elsewhere.
From: Tim Rogers ***@***.***>
Sent: Wednesday, July 10, 2024 1:57 PM
To: community/community ***@***.***>
Cc: Jeff Jones ***@***.***>; Comment ***@***.***>
Subject: [EXTERNAL]Re: [community/community] Copilot Enterprise - Feedback (Discussion #110314)
👋🏻 Thanks for flagging! I can see that preserving formatting when you copy from Copilot Chat would be useful - I'll make sure that feedback gets to the right place.
I'm wondering if Copilot pull request ***@***.***/copilot/using-github-copilot/creating-a-pull-request-summary-with-github-copilot> could be a better fit that avoids this problem. Have you tried that?
—
Reply to this email directly, view it on GitHub<#110314 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK3VKAGMWMRR47V3BW7WBDDZLVYYRAVCNFSM6AAAAABD4MYPTKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBRGMYTANY>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Hi @arfon, long time no see :) Now that I'm at METR, I've gotten a chance to use Copilot Enterprise features for real (I'd never really had a need to while working at GH), and... things aren't great. A specific problem I've noticed recently is: Copilot is better than me at reading big SQL migrations and spotting potential issues, so I wanted to ask copilot about it from the web UI. I tried doing it from the file-diff ... menu but the result was not at all related to the question I asked. Am I just holding this wrong, or what's going on? |
Beta Was this translation helpful? Give feedback.
-
Administration issue with CoPilot knowledge basesThis documentation tells you how to create a CoPilot knowledge base inside you organization. It tells you that only an organisation owner can create new knowledge bases. But this is only true if this organisation owner also has a CoPilot seat assigned. In our usecase the organisation owners do not need CoPilot so they do not have a seat assigned. And then the organisation owner can't create anything in the CoPilot knowledge bases. From our point of view, this is an error of the permission/configuration concept of CoPilot. (Or you want to sell more CoPilot seats ;) ) |
Beta Was this translation helpful? Give feedback.
-
I am getting constantly "This response could not be shown as it violates GitHub’s content policies." if I use copilot from a repo. I don't think I am asking something weird here. |
Beta Was this translation helpful? Give feedback.
-
Hello! What happened to Copilot recently? As if its “intelligence” has dropped significantly several weeks ago. Chat became next-to-useless and the quality of suggestions has deteriorated sharply, I would say. Even when I write a comment: Have you cut the computing power available to Business customers? Even if you haven’t, unfortunately it feels like that. |
Beta Was this translation helpful? Give feedback.
-
Hello, For some reason I cannot use copilot chat in GitHub at all, this is the error I get for every operation I'm trying to do: |
Beta Was this translation helpful? Give feedback.
-
Hello! And there are messages that includes "MAJOR". I also tried changing the sentence writring and asking for a different word, I got another answer but still didnt found any commits. |
Beta Was this translation helpful? Give feedback.
-
Gaaah, Copilot is now editing the answer as we go along? It just spat something useful in the first iteration, but then self-edited the answer as it kept thinking about it – and now I can't see the useful first draft. It'd be better to show the history of the interaction, because otherwise it feels like gaslighting. Did I just see something and I blinked and now it's gone? |
Beta Was this translation helpful? Give feedback.
-
My feedback is that I started using it after some troubleshooting installation, then I didn't want to use anymore and I tried to cancel the billing, but I had problems canceling the billing, then I decided to leave it as it was as it was helping on completing coding lines faster... then a few hours ago I went to update my billing, and for some reason I can't update my billing in Github, and about an hour ago I got an email from Github saying my access to CoPilot is cancelled. I hope that if my access to Copilot is cancelled, hopefully that means I won't get charged for CoPilot. For general coding, I was using Chat GTP as I never got the opportunity to talk with CoPilot. Hopefully, if my access to Copilot is no longer connected to VS Code, then I hope I won't get a charge for CoPilot. In a related topic, I still need assistance from Github to update my billing because I do want to sponsor a guy who is a great contributor for the community. |
Beta Was this translation helpful? Give feedback.
-
Does anyone know How to integrate the co-pilot to review pull requests with Azure DevOps platform? |
Beta Was this translation helpful? Give feedback.
-
It was good. |
Beta Was this translation helpful? Give feedback.
-
My experience is that I've spent nearly a week now trying to get the enteprise Copilot license activated to use. The company linked me to their enterprise account, gave me the license, I got an email from github saying I got the license, but it doesn't appear in my profile and I can't log in from the Copilot plugin. After going to look for a way to contact github support after the company verified that everything looked good from their end, I found the support page would only let me send 'reinstatement requests'. After sending one asking what was going on and waiting another day for a response it turned out the github apparently doesn't like my email address: my email provider lets me create a new address for every site I sign up to so if I get spam it's obvious where it came from, and I used one here just like I do on just about every other site. Now I've changed the address in my account and I guess I'll have to wait another day or more for them to let me use the license we're paying for. This is not a great experience for a paying customer. Can I suggest:
|
Beta Was this translation helpful? Give feedback.
-
Just got Copilot Enterprise. Man, indexed repos and chatting on GitHub.com is amazing! However, like other's have mentioned here, I'm disappointed that the same level of chat intelligence is not available from the integrated I also installed the Amazing product, just wanted to add a +1 to the IDE integration band wagon. |
Beta Was this translation helpful? Give feedback.
-
Hey @eshwer how are you? Did we have any upgrades on the policies again? I am encountering this issue again and its quite annoying to deal with. It happens for once and a while, now mostly on Github.com, on VSCode it is happening less, but still sometimes occurs. I tried re-authenticating and so on, but no luck unfortunately. |
Beta Was this translation helpful? Give feedback.
-
As of 27th February 2024, GitHub Copilot Enterprise is now generally available 🚀. Read more about Copilot Enterprise on our recent blog post.
This thread is just for product feedback.
We are responding to general Questions & Answers related to Copilot Enterprise in another discussion: Copilot Enterprise Q & A
Beta Was this translation helpful? Give feedback.
All reactions