Copilot Workspace Feedback #145254
Replies: 92 comments 47 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.
-
Hey, I'm not sure if this is only for me, but I'm unable to like connect to a codespace, and therefore can't use the terminal, and the file tree isn't showing the files for the repo. This seems to be a new issue. I tried opening Copilot Workspace using VPN's and other devices and have the same problem. |
Beta Was this translation helpful? Give feedback.
-
User management for copilot workspace is completely and hopelessly broken. After everything broke last night, I thought maybe I had hit a hidden limit, so I purchased an organization seat for copilot pro. This seemingly deleted the personal copilot access (which I prepaid for a year) and also failed to give me access with the new seat I purchased. On top of this, my access to code spaces broke a few days ago despite only having used 0.5% of my allotted access Help @github-staff |
Beta Was this translation helpful? Give feedback.
-
I'm hitting the rate limit daily now, it's getting very frustrating. (Also, frequently the entire thing just crashes, either the tab or behind the scenes, and I'm sort of worrying maybe the many times I have to click again and again on "regenerate" as a consequence, count as extra uses, and are in part responsible for me hitting the limit too early) I'd gladly pay to have them lifted, or pay for whatever compute this uses. Amazing tool otherwise... (though I'd really like some way to give it instructions in a general manner, it keeps removing comments in existing code / generating code with no comments, and it's annoying having to separately fix that...) |
Beta Was this translation helpful? Give feedback.
-
I'd love to have a fast feedback loop of actions directly in gw. Running commands is nice but often not enough to cover most use cases that the ci offers (like linting, tests, and builds) |
Beta Was this translation helpful? Give feedback.
-
I keep hitting the quota limits and I'm not really doing much. Makes the product feel undependable and is pretty frustrating. |
Beta Was this translation helpful? Give feedback.
-
Open in Workspace from an issue should automatically select the branch associated with the issue. Currently have to cancel it b/c it always defaults to using the main branch. |
Beta Was this translation helpful? Give feedback.
-
it has been absolutely awesome, im blown away and impressed, its great when im allowed to use it... but the low quota's are pretty frustrating. the hourly quota's/rate limits are understandable and only a mild inconvenience, if those stayed the same i wouldnt mind at all. But the daily quota seems very low and can be a huge pain to wait for, if the daily limit was doubled it would be much much more useful for me personally. ( i could use 4x the quota some days, but i realize thats probably too much, 2x the quota would make it infinitely more usable though ) |
Beta Was this translation helpful? Give feedback.
-
I've been trying to use Copilot Workspaces to convert a project from VB to C#. I've gotten the conversion plan and implementation to be pretty good. However, it involves a lot of Git file moves from |
Beta Was this translation helpful? Give feedback.
-
It will not generate a plan. It will after i type "do work" in the revise text box. When it then does generate the plan all of the tasks it says it did do (with the green check mark) it did not add. Having to regen the plan or file still doesnt have it implement the plan correctly. This then leads to hitting the hourly and daily limit in about 15 minutes (I timed it). It only works about 5% of the time. |
Beta Was this translation helpful? Give feedback.
-
Sometimes it just ignores the plan. |
Beta Was this translation helpful? Give feedback.
-
It some times misses to implement the functionality form the plan. |
Beta Was this translation helpful? Give feedback.
-
Feature request:
|
Beta Was this translation helpful? Give feedback.
-
Expanding Access to the GitHub Copilot Workspace Technical Preview ⏩We are excited to announce that all paying Copilot customers can now use the technical preview of GitHub Copilot Workspace. 🎉 Getting StartedSign up for the technical preview by logging into Copilot Workspace. Please note that Enterprise Managed Users are not eligible for the technical preview. Once you have access, check out the user manual, or these 5 helpful tips and tricks for getting the most out of Copilot Workspace. Organization administrators can enable members to use Copilot Workspace with repositories owned by their organization by approving the Copilot Workspace OAuth app for the organization. OAuth app restrictions are enabled by default when new organizations are created, so unless you’ve changed this setting, members of your organization will not have access to Copilot Workspace on organization-owned repositories by default. To enable Copilot Workspace for your organization’s repositories:
⭐ We shipped some amazing features and improvements this December. Read more in the Copilot Workspace Changelog To dive deeper into the Copilot Workspace world, explore the blog that introduced GitHub Copilot Workspace to the world. We’d love to hear your feedback as we continue to enhance your workspace in the coming year. 🚀 |
Beta Was this translation helpful? Give feedback.
-
Im loving GitHub Copilot Workspaces !! It's a complete game-changer and my new ❤️ Only 2 issues:
Your avid supporter. |
Beta Was this translation helpful? Give feedback.
-
I'm constantly getting out of memory errors in chrome tab where I try to work with Copilot Workspaces. |
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