Upgrade GitHub Copilot SDK to 1.0.11-preview.2 - #167
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 628ca3ce-3237-4a12-88ba-6bdc58714cf9
There was a problem hiding this comment.
Pull request overview
Upgrades the Copilot SDK and aligns session configuration, packaging metadata, notices, and tests with the new release.
Changes:
- Upgrade
GitHub.Copilot.SDKto1.0.11-preview.2. - Synchronize bundled Copilot CLI
1.0.79and verified Windows hashes. - Explicitly disable file-change tracking and test the configuration.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
Directory.Packages.props |
Updates the SDK package version. |
scripts/CopilotCliRelease.props |
Updates CLI version and hashes. |
src/RepoSyncRadar.App/Copilot/SessionConfigBuilder.cs |
Disables file-change tracking. |
src/RepoSyncRadar.App/Settings/ThirdPartyNotices.cs |
Updates SDK notice version. |
tests/RepoSyncRadar.App.Tests/Copilot/SessionConfigBuilderTests.cs |
Verifies tracking remains disabled. |
tests/RepoSyncRadar.App.Tests/Components/ThirdPartyNoticesPanelTests.cs |
Verifies the updated notice. |
.github/copilot-instructions.md |
Documents the file-tracking policy. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
GitHub.Copilot.SDKfrom1.0.10-preview.0to1.0.11-preview.2to stay aligned with the latest preview runtime and rewind protocol.1.0.79, including the official Windows x64 and ARM64 SHA-256 values, and update the third-party notice.5c2dec4; dependencies and MSBuild target behavior are unchanged.The target package's generated props pins CLI
1.0.79, not1.0.79-6, so the release asset version and hashes intentionally follow that package contract.Related Issues
N/A - no issue to close
Scope
Validation
dotnet build RepoSyncRadar.sln -warnaserrordotnet test RepoSyncRadar.sln --timeout 10m -- --filter-not-trait Category=Manual(1,039 passed)Risk And Rollback
1.0.10-preview.0, CLI release1.0.79-6, and the prior checksums.Release Notes
Release note draft:
N/A - internal dependency and runtime compatibility update.