Copilot Workspace Feedback #145254
Replies: 33 comments 27 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.
-
when clicking the button to push my changes to the same branch i was editing on, it always goes to pushing to new branch instead. even though it says "push to same branch" when i click on it it's actually pushing to a new branch. |
Beta Was this translation helpful? Give feedback.
-
Discarded file changes are not updated. Link |
Beta Was this translation helpful? Give feedback.
-
Very hard to keep track of feedback in this discussions thread... The discord one would notify me and was a lot cleaner to understand. I find myself getting lost in pages of feedback here not even sure where my own feedback is on the page. |
Beta Was this translation helpful? Give feedback.
-
There is an error in Copilot Workspace that prevents me from creating a PR: It must be some kind of bug in your code Response from https://copilot-workspace.githubnext.com/api/v1/accept: {
"message": "Not Found - https://docs.github.com/rest",
"stack": "HttpError: Not Found - https://docs.github.com/rest\n at /app/node_modules/@octokit/core/node_modules/@octokit/request/dist-node/index.js:125:21\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async requestWithGraphqlErrorHandling (file:///app/node_modules/@octokit/plugin-retry/dist-bundle/index.js:36:20)\n at async Job.doExecute (/app/node_modules/bottleneck/light.js:405:18)"
} |
Beta Was this translation helpful? Give feedback.
-
I'm unable to select repositories that exist. For example, I cannot select Nothing appears when I type or copy and paste the repository name verbatim into the text box. Is it because I have many repositories at https://github.com/lloydchang?tab=repositories ? I'm unclear what I can do if I cannot select a repository that exists, and is a fork of another repository. I want to select my fork. While I can select the original repository that my fork is based on, that's not helpful because I have changes in my fork that I would like to iterate with. Thank you! |
Beta Was this translation helpful? Give feedback.
-
When I try to reopen a session with an open pull request the browser just hangs. https://copilot-workspace.githubnext.com/joesarre/adventure/pull/1?s=0bae |
Beta Was this translation helpful? Give feedback.
-
When the hourly quota is exceeded, tell me when I can retry. Ran into the quota limit, which provides the message: 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. I can't tell from this if the quota is a sliding window, or per hour (XX:00 to XX:59). It would be friendlier to provide information about when I can retry. Preferably the time in my local timezone, but given that timezones are hard, I would accept 'X minutes'. |
Beta Was this translation helpful? Give feedback.
-
It's unclear how to change what branch is being worked on. I want to change the branch I'm working on, but it's unclear how to do that. I understand that to keep the generated files, it will make sense to avoid any changes to the files used to generate the changes. But it should be possible to create a new branch and change where the code will be committed. |
Beta Was this translation helpful? Give feedback.
-
I have some feedback from customers who tried this cool feature: 1. Access LimitationsUsers have reported that workspaces can only be accessed approximately 3 times per day, after which they can no longer open them. This raises the following questions:
A clearer explanation would help users better manage their expectations and usage patterns. 2. AI Behavior IssuesDuring conversations with the AI, users have noticed the following problems:
3. Request for Custom InstructionsUsers have suggested adding a feature similar to Custom Instructions, which could allow them to guide the AI's behavior in workspaces. For example:
Is there any plan to implement a feature like this in the future? thank you so much~ |
Beta Was this translation helpful? Give feedback.
-
Workspaces is great for the most part. In summary, it initially saves about 70% of time for doing tasks like adding a new entity to a full stack React solution. Unfortunately, I've had to spend 25% of time cleaning up "bugs" or "issues" it introduces so it nets about a 50% time savings which is still amazing but a bit frustrating b/c the "issues" tend to be different each time. Happy to record a demo of the process I'm using if anyone is interested. |
Beta Was this translation helpful? Give feedback.
-
I've noticed that Workspaces, fairly consistently, strips all comments out of files. It would be great to not do this. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
There are checkboxes before each item of the plan of every file, marking what steps have already be implemented. However, it seems users cannot manually set status. If you manually edit a file, fix a bug or improve the text of items in plan, the item status may not be correct anymore (and sometimes automatically unchecked). Knowing something is implemented but not marked as done is annoying. (Even worse, maybe these status tell Copilot what to do when it later edits files? You definitely don't want Copilot mess up with your existing and working implementation.) |
Beta Was this translation helpful? Give feedback.
-
This has probably been said already, but the dropdown alternatives for "push to new branch" seem to be bugged - they all force you to create a new branch opening the same side panel. It would be great to commit directly to master or to the current branch - especially for quick and dirty projects, it is not great to have to leave the workspace editor in order to merge a pr for every change. |
Beta Was this translation helpful? Give feedback.
-
Can Copilot Workspace be used with Azure DevOps hosted Git repo? |
Beta Was this translation helpful? Give feedback.
-
Looking for Product Feedback
Copilot Workspace is now in Public Preview, and you can sign up for the waitlist!
We've loved all the feedback given to use during the technical 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