Copilot Workspace Feedback #145254
Replies: 145 comments 83 replies
-
I am using VisualStudio. |
Beta Was this translation helpful? Give feedback.
-
@ThisIsKirsch When we are going to have a model selection in CW? any ETA? |
Beta Was this translation helpful? Give feedback.
-
Would love to get Higher Rate Limits |
Beta Was this translation helpful? Give feedback.
-
I find that reordering files in the plan is difficult when you have a large list of files. I would love to be able to have some form of dedicated function to reorder files in the plan. |
Beta Was this translation helpful? Give feedback.
-
@ThisIsKirsch Does CW going to support custom Ai agents? like in case if we want to run ai agents we have built with langgraph in CW then is it going to be supported? |
Beta Was this translation helpful? Give feedback.
-
@ThisIsKirsch CW will have canvas like GPT4o-canvas to iterate? |
Beta Was this translation helpful? Give feedback.
-
Hi, From my understanding it seems to be intended to start a new "Task" in your workspace when copilot has completed what was initially prompted. Hence, I think it would be nice with some UI that promotes this workflow. See example images below My suggestion would be to include a button at the bottom of the side bar, which makes it possible to start new Tasks, straight from the sidebar, when copilot has implemented the initial task prompt: ***When button is clicked, you get prompted to go to a new task page and start the process again, or something along those lines. *** But I really love it so far! Kudos! |
Beta Was this translation helpful? Give feedback.
-
Any plans to integrate CW with pycharm / jetbrains IDEs? |
Beta Was this translation helpful? Give feedback.
-
I would appreciate if the Command part, has knowledge of the actual scripts, so you can have it install the necessary dependencies without having to specify them one-by-one. |
Beta Was this translation helpful? Give feedback.
-
Hey, I was wondering if CW will still be receiving weekly updates while in public preview? |
Beta Was this translation helpful? Give feedback.
-
Something we frequently do is to have tasks like "Implement a new thing X that is similar to Y. To figure out what to do, search for usages of Y.". So far it seems like CoPilot workspace cannot understand this. Especially not within a monorepo. Example of where one would do this:
|
Beta Was this translation helpful? Give feedback.
-
Hi, Really enjoyed using the workspace, had some success cleaning up javadoc on my open source project https://github.com/Hack23/cia . Javadoc improvements Pull request. Works pretty well, result https://hack23.github.io/cia/apidocs/com.hack23.cia.web/module-summary.html better module descriptions was empty before. Some issues I had.
Would be great if could scan the whole project and detect and modify large set of files better. Example want to fix "Desc." descriptions in UI since I was lazy when I wrote ot https://copilot-workspace.githubnext.com/Hack23/cia?shareId=f93d776f-206d-4445-bf64-8fae04951c51 . Would be great to fix it everywhere :) Now limited to one package Hack23/cia#6753 or do it for multiple areas. Like the workflow, easy to learn and great support for generating pull request. Best regards |
Beta Was this translation helpful? Give feedback.
-
Generally a huge fan of the copilot workspace, cant wait to see where it will go. Also can't wait til I'm not rate limited and can use it more extensively! Some feedback I had while creating:
|
Beta Was this translation helpful? Give feedback.
-
I've been lookin' around in the project repo and site and I wasn't able to find terms regarding what happens with source code in private/internal repos when granting access to Copilot Workspace: I think it's really relevant for businesses to be sure that their private source code is not shared to train models or provide code snippets/suggestions to the whole Github community |
Beta Was this translation helpful? Give feedback.
-
I have a bit of feedback / thoughts regarding the UI. For a bit of context, I am a software engineer that haven't used Github that much before, my previous company was using other products for code and project management. So I'm a bit familiar with Github UIs but I am not entirely comfortable yet. I might not be offering solutions/alternatives, this is more an expression of my thoughts / first impressions while using the tool. This is my fourth session, and I have done relatively small tasks so far. I started the session from my repo using the Code -> Copilot -> Start task flow. In this first Interaction I have some mixed indications of what I need to do next:
At that point, as a new user that has not read the documentation because I am really confident about my ability to understand a UI, I am a bit confused what I'm supposed to do next. This is what I feel the UI is telling me: If I click "Generate plan" it is going to use the input I made in Write to re-generate the Brainstorm. But actually what happens if I change the Task is that a new button/section appears at the top of the Brainstorm content to regenerate it, and I still can hit Generate plan without updating the Brainstorm: It seems like the intention is for Brainstorms to be updated when the Task changes. There's even this "Outdated" indicator in the "Ideas from brainstorm" thing under the Task textbox once I change the Task. But if I click Generate plan thinking that it would update the Brainstorm it seems to proceed with the original Brainstorm instead. I have to click on Brainstorm or on the Outdated label and then click on that other Update button to update the Brainstorm and then update the Plan. But, also, if I update the Brainstorm there is no indication that the Plan is now Outdated, and that I should click on Update plan rather than on Implement selected files. Now, if click on one of the "Suggested questions", it seems to replace the content from the original Brainstorm. Turns out that the original one still exists under that hamburger button, but there is no indication that that is what is happening. Why not add another tab beside Brainstorm? Or indicate that will open another "page"? But also, what the Chat-like interface is suggesting to me is that this section is more like a chat-gpt experience, where there is a conversation, not an individual document per question/answer. First thing I thought was: It's not clear why aren't the questions I'm asking added to the "Ideas from brainstorming section" which contains the original, automatically added, "How do I solve this task?" (By the way, maybe it should say we, it is copilot and the user brainstorming together right?) Once I used the questions I saw the answers give you options, like "Where should the avatar be displayed", it gave me a few options, which I can then "+ Add to task" if I agree. Which then adds something to the list of ideas from brainstorming, but also changes the original "How do I solve this task?" page/answer right?. In particular in the Proposed solution section. Why both places? There also seem to be questions, like the above one, that is not really giving me the option to specifically select which one I want to add to task, it seems to be an all or nothing rather than options like in others. These seem to be 3 ways to attend to the issue expressed by the question that do not need to be all done. And in this case I can't edit instantly, I have to click on the pencil button to enter edit mode, which is not the case with the original "How do I solve this task?" page. This whole concept of Suggested questions seem to dance between 2 different purposes, there are some that seem to be questions that may help us further refine the request, like the one about where to display the avatar. But then there are others that seem to be more about the user wanting to learn about something, for example I have a suggestion about Learning about PySide6 for UI development. Should there be a distinction about Questions for refining where we will be given a selection to further refine the task, versus those that are about other related topics? I have more thoughts but my son just came back from school! Hope you find these reflections (sort of ramble) useful! |
Beta Was this translation helpful? Give feedback.
-
🐛bug |
Beta Was this translation helpful? Give feedback.
-
How do you feel about the new GitHub Copilot Workspace being available to all paying customers? |
Beta Was this translation helpful? Give feedback.
-
Just used Workspace to ship a production modification. Very happy with the ability to prewrite and store a prompt then use it again and again to do repetitive but not identical tasks. Will intend to use Workspace again for future similar changes. |
Beta Was this translation helpful? Give feedback.
-
I'm having an issue where it doesn't seem to take new changes for the files. I'll create a revision and attempt to apply the revision, however it will not show me the new revisions or its just ignoring my revision and not generating, I cannot tell. |
Beta Was this translation helpful? Give feedback.
-
Getting this constantly: |
Beta Was this translation helpful? Give feedback.
-
As an academic whose work is much more data science than SDE, needing to work off github repos essentially prevents me from using workspace in a lot of the settings that I normally use copilot. Turning it into an extension for vscode, so it can live in my IDE (and follow me into i.e. SSH sessions) is essential and a big advantage cursor currently has in my workflow. |
Beta Was this translation helpful? Give feedback.
-
I am having an UI issue where the "Implement Selected Files" button is getting hidden below the "Revise" input field on mobile devices. This makes it impossible to click on the button. Here is a short video showing the issue. Record_2025-01-16-08-38-23.mp4This is on Firefox on mobile and Firefox on the desktop with developer tools "Responsive Design Mode" turned to mobile devices. |
Beta Was this translation helpful? Give feedback.
-
It would be really nice if we could be able to provide copilot instructions similar to what we can do now with VS Code. |
Beta Was this translation helpful? Give feedback.
-
hi, I am getting this error: Error generating plan: Could not clone repository Music-Maniacs/music_maniacs_discourse |
Beta Was this translation helpful? Give feedback.
-
Very frequently getting |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried Workspace once and got "Error implementing plan: You have exceeded your usage quota per hour. Copilot Workspace is a limited preview and we'd like everyone to have a chance to try it out. Please try again later. If you hit this condition regularly, please contact us via the feedback links." |
Beta Was this translation helpful? Give feedback.
-
It would be nice to be able to choose which repo/issue we want to open in workspace, and choose which repo we are planning to make changes. Sometimes issues and code changes dont live in the same repo Sometimes we manually created a PR and want to workspace to finish the rest. I hope we can also properly open a PR or branch in the workspace. Currently we can paste the PR link but the workspace is still creating a new branch for me |
Beta Was this translation helpful? Give feedback.
-
Can't get the VS Code plugin to work. Any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
Error: You do not have access to this repo. I tried to make a fork for you, but the fork operation took too long. The fork is probably ready. Try again? But I already have a fork |
Beta Was this translation helpful? Give feedback.
-
Looking for Product Feedback
The wait is over! 🎉 We’re thrilled to share that the technical preview of GitHub Copilot Workspace is now available to all paying Copilot customers. 🚀
We've loved all the feedback given to use during the technical preview and pubic preview, and we're thrilled to be getting such amazing feedback from you. Previously we were collecting feedback on Discord. Moving forward we'll be using this discussions post as the one-stop shop for all user feedback!
If you have any feedback, bugs to report, or comments in general regarding Copilot Workspace please leave it here!
Beta Was this translation helpful? Give feedback.
All reactions