.NET: feat: Update Github Copilot SDK to 1.0.0-beta.2#5699
Merged
rogerbarreto merged 5 commits intomainfrom May 7, 2026
Merged
.NET: feat: Update Github Copilot SDK to 1.0.0-beta.2#5699rogerbarreto merged 5 commits intomainfrom
rogerbarreto merged 5 commits intomainfrom
Conversation
4 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the .NET GitHub Copilot integration to use GitHub.Copilot.SDK 1.0.0-beta.2, including a small API adaptation to the SDK’s attachment model.
Changes:
- Bump
GitHub.Copilot.SDKfrom0.1.29to1.0.0-beta.2via central package management. - Update
GitHubCopilotAgentto use the newUserMessageAttachmentFiletype for DataContent-backed attachments. - Minor formatting change in a unit test file.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| dotnet/Directory.Packages.props | Updates the centralized NuGet version for GitHub.Copilot.SDK to 1.0.0-beta.2. |
| dotnet/src/Microsoft.Agents.AI.GitHub.Copilot/GitHubCopilotAgent.cs | Adapts attachment creation to the new SDK attachment type used when sending messages. |
| dotnet/tests/Microsoft.Agents.AI.GitHub.Copilot.UnitTests/GitHubCopilotAgentTests.cs | Contains a whitespace-only change in the CopySessionConfig_CopiesAllProperties test. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
SergeyMenshykh
approved these changes
May 7, 2026
rogerbarreto
approved these changes
May 7, 2026
Member
|
Force merge to avoid the dead lock with the |
4 tasks
This was referenced May 8, 2026
Open
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.
Motivation and Context
The current GH Copilot SDK reference is multiple months old, and is also referencing a package triggering a NuGet warning-as-error on build.
- [ ] Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.