Skip to content

chore: bump @github/copilot to 1.0.79 - #330228

Merged
Paul (pwang347) merged 1 commit into
mainfrom
automation/bump-copilot-cli-1.0.79
Aug 12, 2026
Merged

chore: bump @github/copilot to 1.0.79#330228
Paul (pwang347) merged 1 commit into
mainfrom
automation/bump-copilot-cli-1.0.79

Conversation

@vs-code-engineering

@vs-code-engineering vs-code-engineering Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Automated signed Copilot dependency bump.

  • @github/copilot: 1.0.79-91.0.79
  • Base: main @ e85b5d14ba55c440f9053679040edfe880b705d4
  • Opened by workflow run

Draft until validation passes. The sdk-vscode-bump-fix agent will prime packaging changes from the canary insights and iterate on failures.

Each product build triggered for this PR is posted as a comment below with a link.

Published package layout changes

Copilot published package layout diff

Best-effort path comparison from npm pack --dry-run; CLI platform paths use representative x64 packages for macOS, Linux, and Windows. Content-only and architecture-specific changes are left to the product build. This is not an availability gate.

@github/copilot 1.0.79-9 → 1.0.79

No published path changes.

@github/copilot-darwin-x64 1.0.79-9 → 1.0.79

No published path changes.

@github/copilot-linux-x64 1.0.79-9 → 1.0.79

No published path changes.

@github/copilot-win32-x64 1.0.79-9 → 1.0.79

No published path changes.



🤖 sdk-vscode-bump-fix status — cycle 1

No integration changes needed. The failing product build (464009) reports a single failing task, and it is not an SDK/CLI integration failure.

Authoritative failure (build 464009):

  • Generate ThirdPartyNotices (CG) — Quality Checks · Quality — succeededWithIssues. The OSPO NOTICE File Generator service returned failed to call notice file generator API / Generation failed on all 3 retries and then The task has timed out.

Classification: Infrastructure failure (Component Governance / OSPO notice-generation API), not a package-contract problem.

  • The bump commit touches only package.json + package-lock.json (root and remote/); pins are correct: @github/copilot@1.0.79, @github/copilot-sdk@1.0.10-preview.0. extensions/copilot left frozen.
  • No compile/type error, no test failure, and no smoke/runtime logs (no logs-*-smoke-* artifact — the failure is not in a test job). The failing task sits in Quality Checks, far from install/compile/packaging/signing/native-payload surfaces.
  • Published package layout diff shows no path changes for @github/copilot or any per-arch package, so no packaging/pruning (.vscodeignore, build/.moduleignore, build/lib/copilot.ts) adaptation is implied.

SDK+CLI correlation & compatibility:

  • Branch pins SDK 1.0.10-preview.0, which declares CLI range ^1.0.79-6 (floor 1.0.79-6) — this covers the bump's CLI 1.0.79. The SDK dependency-update PR (Update @github/copilot to 1.0.79 github/copilot-sdk#2306) is merged. So the branch SDK properly supports CLI 1.0.79; no SDK bump required.
  • The canary threads in the insights use a different CLI (1.0.80-canary.*) than this signed pair (1.0.79), so their failures are not correlated to this bump and were not adopted.

Smallest unresolved human task: none actionable in VS Code. The ThirdPartyNotices/CG notice-generator API timeout is a transient external-service failure — re-dispatch the product build (or let CG retry). If it recurs across builds, it is an OSPO/CG service issue to escalate outside this integration, not a bump defect.

Product-build state: failing only on the CG notice-generation service timeout; no code pushed this cycle.

Generated by sdk-vscode-bump-fix · opus48 · 120.4 AIC · ⌖ 10.1 AIC · ⊞ 18.5K ·

@vs-code-engineering vs-code-engineering Bot added the copilot-sdk-auto-upgrade Automated Copilot SDK/CLI version-bump PR label Aug 11, 2026
Copilot AI balanced review requested due to automatic review settings August 11, 2026 11:16
@vs-code-engineering vs-code-engineering Bot added the copilot-sdk-auto-upgrade Automated Copilot SDK/CLI version-bump PR label Aug 11, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the @github/copilot dependency to use the stable 1.0.79 release instead of the 1.0.79-9 pre-release build.

Changes:

  • Bump @github/copilot from 1.0.79-9 to 1.0.79 in the root package.json
  • Bump @github/copilot from 1.0.79-9 to 1.0.79 in remote/package.json

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

File Description
package.json Switch @github/copilot dependency from pre-release to stable version
remote/package.json Keep remote package aligned by switching @github/copilot to stable version
Files not reviewed (1)
  • remote/package-lock.json: Generated file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread package.json
"dependencies": {
"@anthropic-ai/sdk": "^0.82.0",
"@github/copilot": "1.0.79-9",
"@github/copilot": "1.0.79",
@vs-code-engineering

Copy link
Copy Markdown
Contributor Author

🏗️ Product build queued for cycle 1: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=463613 — validating the PR branch…

@vs-code-engineering

Copy link
Copy Markdown
Contributor Author

Product build against the PR branch — cycle 1: succeeded

@vs-code-engineering
vs-code-engineering Bot marked this pull request as ready for review August 11, 2026 12:52
@vs-code-engineering

Copy link
Copy Markdown
Contributor Author

🏗️ Product build queued for cycle 1: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=464009 — validating the PR branch…

@vs-code-engineering

Copy link
Copy Markdown
Contributor Author

Product build against the PR branch — cycle 1: partiallySucceeded

@pwang347
Paul (pwang347) enabled auto-merge (squash) August 12, 2026 17:32
@pwang347
Paul (pwang347) merged commit 474febf into main Aug 12, 2026
64 of 65 checks passed
@pwang347
Paul (pwang347) deleted the automation/bump-copilot-cli-1.0.79 branch August 12, 2026 18:22
@vs-code-engineering vs-code-engineering Bot added this to the 1.134.0 milestone Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

copilot-sdk-auto-upgrade Automated Copilot SDK/CLI version-bump PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants