Skip to content

chore: bump @github/copilot to 1.0.83-2 - #333970

Merged
Anthony Kim (anthonykim1) merged 2 commits into
mainfrom
automation/bump-copilot-cli-1.0.83-2
Sep 2, 2026
Merged

chore: bump @github/copilot to 1.0.83-2#333970
Anthony Kim (anthonykim1) merged 2 commits into
mainfrom
automation/bump-copilot-cli-1.0.83-2

Conversation

@vs-code-engineering

@vs-code-engineering vs-code-engineering Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Automated signed Copilot dependency bump.

  • @github/copilot: 1.0.83-01.0.83-2
  • Base: main @ 1b7f001f6cf1cae59263ff33debf84cbb3e6af1f
  • Opened by workflow run

Draft until validation passes. The sdk-vscode-bump-fix agent first iterates on Linux PR checks (up to 10 cycles), then on the authoritative full product build (up to 5 cycles).

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.83-0 → 1.0.83-2

No published path changes.

@github/copilot-darwin-x64 1.0.83-0 → 1.0.83-2

  • Added (3):
    • builtin-skills/discover-resources/SKILL.md
    • builtin/discover-resources/SKILL.md
    • copilot-sdk/runtimeArtifacts.d.ts

@github/copilot-linux-x64 1.0.83-0 → 1.0.83-2

  • Added (3):
    • builtin-skills/discover-resources/SKILL.md
    • builtin/discover-resources/SKILL.md
    • copilot-sdk/runtimeArtifacts.d.ts

@github/copilot-win32-x64 1.0.83-0 → 1.0.83-2

  • Added (3):
    • builtin-skills/discover-resources/SKILL.md
    • builtin/discover-resources/SKILL.md
    • copilot-sdk/runtimeArtifacts.d.ts

🔧 sdk-vscode-bump-fix — product build, cycle 1

Verdict: No VS Code integration change warranted — re-triggered the authoritative product build.

Root cause of build 470206 failure: The only job with a genuine failure conclusion was ⭐️ VS Code (macOS macOS CLI (ARM64)) (terminal at 11:37:13, the earliest to finish and the cascade trigger). Every other product-build job is a downstream cancelled (cascade), not an independent failure. That macOS CLI job builds the Rust code CLI and runs ESRP codesign/notarize; it does not consume the @github/copilot npm packages this bump touches (no copilot references anywhere in build/azure-pipelines/cli/** or product-build-darwin-cli.yml), and the pipeline itself flags it as a known build-flake surface (# todo@connor4312 to diagnose build flakes, MSRUSTUP_LOG: debug). All the other CLI-arch jobs — Linux x64/arm64/armhf, Alpine x64/arm64 — succeeded on this exact branch.

SDK+CLI correlation / compatibility: This is a CLI-only patch bump @github/copilot 1.0.83-0 → 1.0.83-2 (SDK @github/copilot-sdk 1.0.13-preview.4 unchanged). SDK compatibility is confirmed fine: SDK 1.0.13-preview.4 declares CLI floor ^1.0.83-0 (covers 1.0.83-2), the exact-match SDK canary is green across macOS/ubuntu/windows, and the public npm publish succeeded. No upstream SDK bump is pending or required. The Slack canary threads reference 1.0.83-canary.* builds (a different CLI than 1.0.83-2) — treated as non-authoritative hypotheses only.

Evidence that no integration edit is needed:

  • Published-layout diff (1.0.83-0 → 1.0.83-2) is purely additive: builtin-skills/discover-resources/SKILL.md, builtin/discover-resources/SKILL.md, copilot-sdk/runtimeArtifacts.d.ts. No native binary added, removed, or renamed.
  • Native-binary inventory test (copilotCLISDKUpgrade.spec.ts) passes against the installed 1.0.83-2 package, and the SDK loads without error.
  • extensions/copilot typecheck is clean; no API/type migration surfaced.
  • No hardcoded 1.0.83 version references outside the lockfiles.

Action: Pushed an empty commit to re-run the product build. If the re-run reproduces a macOS CLI (ARM64)-only failure, that is a CLI/infra build flake to escalate to the pipeline owner, not a bump-integration defect.

Stage: product build, cycle 1 of 5 — validation re-queued.> Generated by sdk-vscode-bump-fix · opus48 · 470.8 AIC · ⌖ 23 AIC · ⊞ 18.3K ·

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.

🔵 Needs a closer look

The bundled cross-platform executable dependency requires the pending authoritative product validation.

Pull request overview

Updates the bundled GitHub Copilot dependency from 1.0.83-0 to 1.0.83-2 across desktop and remote environments.

Changes:

  • Updates both dependency manifests.
  • Regenerates lockfile versions, platform packages, URLs, and integrity hashes.
File summaries
File Description
package.json Updates the root dependency pin.
package-lock.json Locks updated desktop packages and binaries.
remote/package.json Updates the remote dependency pin.
remote/package-lock.json Locks updated remote packages and binaries.
Review details

Files not reviewed (1)

  • remote/package-lock.json: Generated file
  • Files reviewed: 2/4 changed files
  • Comments generated: 0
  • Review effort level: Balanced

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

@vs-code-engineering

Copy link
Copy Markdown
Contributor Author

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

@vs-code-engineering

Copy link
Copy Markdown
Contributor Author

Full product build against the PR branch — cycle 1: failed

The prior product build (470206) failed only on the macOS CLI (ARM64) Rust compile+notarize job, which is structurally independent of the @github/copilot npm bump (the CLI pipeline references no copilot packages) and is flagged in-pipeline as a known build flake (todo@connor4312, MSRUSTUP_LOG=debug). All other CLI-arch jobs passed; every other job cascade-cancelled. No VS Code integration change is warranted; re-run the authoritative product build.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@vs-code-engineering

Copy link
Copy Markdown
Contributor Author

🏗️ Full product build queued for cycle 2: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=470219 — validating the PR branch…

@vs-code-engineering

Copy link
Copy Markdown
Contributor Author

Full product build against the PR branch — cycle 2: succeeded

@vs-code-engineering
vs-code-engineering Bot marked this pull request as ready for review September 2, 2026 13:59
@anthonykim1
Anthony Kim (anthonykim1) merged commit 45f3f80 into main Sep 2, 2026
97 of 98 checks passed
@anthonykim1
Anthony Kim (anthonykim1) deleted the automation/bump-copilot-cli-1.0.83-2 branch September 2, 2026 18:23
@vs-code-engineering vs-code-engineering Bot added this to the 1.137.0 milestone Sep 2, 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.

4 participants