Copilot Workspace Feedback #145254
Replies: 173 comments 93 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.
-
I've been using Google Workspace extensively in conjunction with a set of utility command-line tools I developed. These tools perform tasks like code review, refactoring, generating unit tests, and converting code in my repository. This has been especially useful in a Vue.js application, particularly for transitioning from Vue 2 to Vue 3 and converting components to the Composition API. Here are two ideas that could be ported to Workspace:
Example
Example of
|
Beta Was this translation helpful? Give feedback.
-
just an idea, would be great to add agents to copilot workspace, like
this could even implment an XP agile mini feedback team, where a red test could be the start , then tryin to reproduce i with unit tests and then fixing it, then eventually asking if unit tests are to keep for regression or can be removed for this specific fix |
Beta Was this translation helpful? Give feedback.
-
I've been using workspace for months, and complained about the inability to set custom instructions multiple times in this feedback section, and today I learn that this is in fact already implemented, and has been around all along: https://github.com/githubnext/copilot-workspace-user-manual/blob/main/changes.md#-23-august-2024 I really wish I had known about this before, and I did google it and found nothing, I feel like there is some kind of documentation/communication failure here. |
Beta Was this translation helpful? Give feedback.
-
Paid copilot user here, nevertheless I get |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Recent system speed has been not just unpleasant but unusable. Hard to assess the system properly since it takes more time waiting for the AI to respond than it does to do the task manually. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Guys this is a great tool. Thank you for putting this out into the world. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
I tried this on a repo here: https://github.com/dotnet/android FormattingI found that when performing a large change across a repo:
Copilot Workspace as-is seems more suited for projects that use the default code formatting for a given language. C#-specific Nullable Reference TypesI gave it a task like:
It fixed them in a poor way, for example: #nullable disable
class Foo {
Bar bar;
public Foo(Bar bar) => this.bar = bar;
public void Print() => bar.ToString();
} It did this: class Foo {
Bar? bar;
public Foo(Bar? bar) => this.bar = bar;
public void Print() => bar!.ToString();
}
It should do something like this instead: class Foo {
Bar bar;
public Foo(Bar bar)
{
ArgumentNullException.ThrowIfNull (bar); // NOTE this line is optional, as Bar is non-nullable
this.bar = bar;
}
public void Print() => bar.ToString();
} Calling |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
As of right now, I cant even load copilot workspace pages. At all. They hang when trying to load the main page, or any of the bookmarks I had for open tasks. |
Beta Was this translation helpful? Give feedback.
-
Push directly to main |
Beta Was this translation helpful? Give feedback.
-
Asked copilot to provide feedback for a PR. I was expecting it to make a comment on the pr itself, but instead it just mangled the comments in my code. |
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