When copilot-swe-agent is the author of a comment, render with the Copilot identity#6794
Merged
alexr00 merged 4 commits intomicrosoft:mainfrom Apr 22, 2025
Merged
Conversation
…Copilot identity With Project Padawan ([internal GitHub link](github/copilot#16237 blog link](https://github.blog/news-insights/product-news/github-copilot-the-agent-awakens/)) we're building an autonomous, asynchronous SWE agent integrated into issues and PRs on GitHub.com. You give Copilot a task by assigning an issue to Copilot via the normal issues UI - and under the hood, this is an assignment to a bot called `copilot-swe-agent`. You can then interact with the agent using pull request reviews - including the ability to `@mention` it as you can a human. As part of this, Copilot leaves comments. This shows comments from Copilot under the `Copilot` identity, rather than `copilot-swe-agent`, piggy-backing on logic built for Copilot code review (`copilot-pull-request-reviewer`). Relates to microsoft#6793.
6 tasks
alexr00
approved these changes
Apr 22, 2025
DonJayamanne
approved these changes
Apr 22, 2025
Member
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With Project Padawan (external blog link). we're building an autonomous, asynchronous SWE agent integrated into issues and PRs on GitHub.com.
You give Copilot a task by assigning an issue to Copilot via the normal issues UI - and under the hood, this is an assignment to a bot called
copilot-swe-agent.You can then interact with the agent using pull request reviews - including the ability to
@mentionit as you can a human.As part of this, Copilot leaves comments.
My changes (72f6a30) show those comments from Copilot under the
Copilotidentity, rather thancopilot-swe-agent, piggy-backing on logic built for Copilot code review (copilot-pull-request-reviewer).Relates to #6793.