Copilot Enterprise - Feedback #110314
Replies: 65 comments 163 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. |
|
When I type Japanese in Copilot chat, the message is sent when I press the enter key after conversion. feedback.mov |
|
I have noticed two issues:
But the repo has a folder named "ingress" in the root. The repo is internal, however. |
|
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. |
|
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. |
|
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
|
|
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: |
|
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. |
|
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: ***@***.******@***.***>>
|
|
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. |
|
I would like to have the option to specify the output language when generating the Pull Request Summary. |
|
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). |
|
Are there release notes somewhere that we can see what has been updated with Copilot Enterprise Chat or somewhere we can track the improvements? |
|
Is it currently not supported to use the knowledge base in VSCode? I saw in the YouTube video demonstration that the |
|
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. |
|
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. |
|
How are you?
I would LOVE to use co-pilot, can I?
I am not an experienced programmer, so I do use my ChatGPT often.
I just understand enough to have some fun, hopefully make some things people enjoy, exchange ideas :)I think what happened was during our house keeping we delete the ORG?
Can you see my backend, do you want to login with my username and pass?
I sent a few things over to Tinloof, and he actually replied about Co-Pilot, and I told him I THINK I have that haha
Does it correct items live?
Copy and pasting GPT does get old, and as I am sure you know there are a few glitches haha
On Nov 15, 2024, at 6:32 PM, Kelly Henckel ***@***.***> wrote:
This is very bizarre, it's showing in our system that you do not have a Copilot license
—
Reply to this email directly, view it on GitHub <#110314 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A4VZE3PYSFBBD3MOYRHQPNL2A2HB7AVCNFSM6AAAAABD4MYPTKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRXGUYDAMA>.
You are receiving this because you commented.
|
|
I am defining a context in the prompt but it does not stay. I need to add the context for each prompt in a chat. It would be better if we add context for the whole chat. |
|
Found a very frustrating issue with copilot enterprise when used with VSCode. This is not an issue when using the same models via Windsurf, it only affects VSCode + copilot enterprise in agent mode. The agent creates new empty files, and then adds content to these files but doesn't save them and just keeps them in its own working copy thing or whatever it's using for this. It then tries to compile, and thinks all the files are empty (they are). This also affects whenever it writes tests, or really whenever it tries to do anything that reads files it thinks it has written to. It then proceeds to overwrite these files using I'll try going back to working with terminal commands disabled so that everything has to be manually approved, but its frustrating that windsurf doesn't suffer from this problem and provides such a better experience, and I've had to go backwards and become less efficient with copilot enterprise. |
|
I have a suggestion. Whenever Copilot creates a file but the user ultimately doesn't want to keep it, "undoing" the changes leaves the user with a blank file that they have to delete manually. Could you make it so that the file gets deleted automatically. Big ups if you do! |
|
Suggestion for 2 issues: Issue 1: Skipped Issue Numbers in Workflow Runs Suggestion: Ensure consistent issue numbering in workflow runs or provide clarity on why some numbers are skipped (e.g., internal retries, failed attempts not shown, etc.). Issue 2: "Ready for Review" Button Appears Too Early Suggestion: The "Ready for review" button should remain disabled while Copilot is processing the fix and only become enabled once the task is complete. This would avoid confusion and help reviewers know when the work is actually ready for feedback.
|
|
|
TL;DR: Can we have the ability to mention While reviewing a peer's pullrequest (i.e. one authored by a human and not It seems as though I can only mention As some for instances,
|
|
I have several suggestions: 1 - it is very frustrating that any PR that the copilot agent has worked on becomes associated with copilot when you try to merge it. Meaning, copilot is the author automatically when you try to merge. At a minimum, allow me to choose myself as the author, especially when I need to fix a bunch of stuff in the branch anyway. Right now, I have to create a separate branch from the original just to do that 2 - I like that you can create an issue and assign it to copilot, and then have it work on the issue. Unfortunately, there's no way to choose which branch copilot should base its work on, it just uses the default. It is possible to do this when using the "Start a task" interface, so you can get around it by first creating the issue, and then starting a task with instructions to work on the issue, but it would be simpler to just be able to select the branch when assigning the issue |
|
+1 for submodule support |
|
working very well pretty satisfied with it |
|
We cancelled our subscription for our whole team, the only feature that makes it worth over Codex is the autocomplete, and sometimes even it is mostly wrong, with the problemns we talked about in the past still present makes no sense to use a tool that requires more managing than using. |
|
I'm unable to use Copilot in Visual Studio, VS Code works fine because I'm able to authenticate against ghe.com, Visual Studio doesn't seem to have that option |

















Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions