Skip to content

Upgrade GitHub Copilot SDK to 1.0.11-preview.2 - #167

Merged
SIkebe merged 1 commit into
mainfrom
sikebe-upgrade-copilot-sdk-1-0-11-preview-2
Aug 13, 2026
Merged

Upgrade GitHub Copilot SDK to 1.0.11-preview.2#167
SIkebe merged 1 commit into
mainfrom
sikebe-upgrade-copilot-sdk-1-0-11-preview-2

Conversation

@SIkebe

@SIkebe SIkebe commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • Upgrade GitHub.Copilot.SDK from 1.0.10-preview.0 to 1.0.11-preview.2 to stay aligned with the latest preview runtime and rewind protocol.
  • Synchronize release packaging with the SDK package's bundled Copilot CLI 1.0.79, including the official Windows x64 and ARM64 SHA-256 values, and update the third-party notice.
  • Explicitly keep session file-change tracking disabled until RepoSyncRadar provides a user-visible rewind flow. The current radar tools do not edit workspace files, so enabling tracking would add unnecessary state and monitoring overhead.
  • Audit the official SDK release, rewind implementation in #2321, and the Java/Node-only changes in #2301 and #2309. The NuGet package points to commit 5c2dec4; dependencies and MSBuild target behavior are unchanged.

The target package's generated props pins CLI 1.0.79, not 1.0.79-6, so the release asset version and hashes intentionally follow that package contract.

Related Issues

N/A - no issue to close

Scope

  • App UI / workflow
  • Core services / data model
  • Copilot SDK / agent behavior
  • Preview / WebView2
  • Documentation / release readiness
  • Tests / tooling
  • Other:

Validation

  • dotnet build RepoSyncRadar.sln -warnaserror
  • dotnet test RepoSyncRadar.sln --timeout 10m -- --filter-not-trait Category=Manual (1,039 passed)
  • N/A - focused behavior is covered by the full solution test run
  • N/A - no UI/WebView changes

Risk And Rollback

  • User impact: Copilot sessions use the updated SDK and bundled CLI while preserving the existing no-file-tracking behavior.
  • Operational risk: Low. This is a preview dependency update, but the package dependencies and build targets are unchanged and the full automated suite passes.
  • Rollback plan: Revert this commit to restore SDK 1.0.10-preview.0, CLI release 1.0.79-6, and the prior checksums.

Release Notes

  • User-facing change
  • Internal-only change
  • No release note needed

Release note draft:

N/A - internal dependency and runtime compatibility update.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628ca3ce-3237-4a12-88ba-6bdc58714cf9
Copilot AI balanced review requested due to automatic review settings August 13, 2026 01:29

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades the Copilot SDK and aligns session configuration, packaging metadata, notices, and tests with the new release.

Changes:

  • Upgrade GitHub.Copilot.SDK to 1.0.11-preview.2.
  • Synchronize bundled Copilot CLI 1.0.79 and 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.

@SIkebe
SIkebe merged commit 628663a into main Aug 13, 2026
8 checks passed
@SIkebe
SIkebe deleted the sikebe-upgrade-copilot-sdk-1-0-11-preview-2 branch August 13, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants