chore: bump @github/copilot to 1.0.76-0 - #327743
Conversation
There was a problem hiding this comment.
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 version across the root and remote packages.
Changes:
- Bump
@github/copilotfrom^1.0.73to^1.0.76-0in the rootpackage.json - Bump
@github/copilotfrom^1.0.73to^1.0.76-0inremote/package.json
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates @github/copilot dependency version to a pre-release build. |
| remote/package.json | Mirrors the same @github/copilot version bump in the remote package. |
Files not reviewed (1)
- remote/package-lock.json: Generated file
| "dependencies": { | ||
| "@anthropic-ai/sdk": "^0.82.0", | ||
| "@github/copilot": "^1.0.73", | ||
| "@github/copilot": "^1.0.76-0", |
| "private": true, | ||
| "dependencies": { | ||
| "@github/copilot": "^1.0.73", | ||
| "@github/copilot": "^1.0.76-0", |
|
🏗️ Product build queued for cycle 1: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=459275 — validating the PR branch… |
|
❌ Product build against the PR branch — cycle 1:
|
🚧 Copilot CLI bump
|
|
🏗️ Product build queued for cycle 1: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=459423 — validating the PR branch… |
|
❌ Product build against the PR branch — cycle 1:
|
|
🔁 Product build 459423 reproduces the identical upstream blocker — no VS Code integration fix is possible, so nothing was pushed this cycle. Same signature as build 459275: 6 smoke timeouts on the SDK-client editor / Agents Window sessions for both Copilot CLI and Claude, while Published SDK Action needed (unchanged): land + publish an
|
SDK bump fix status —
sdk-bump-waiting-upstream(cycle 1, re-validated on build 459423)No integration changes needed / pushed. This remains an upstream SDK↔CLI contract gap that no VS Code edit can close.
SDK+CLI correlation: pins SDK
1.0.8+ CLI1.0.76-0. Published SDK1.0.8declares CLI range^1.0.73(floor1.0.73) and does not declare/support CLI1.0.76. No published SDK whose CLI floor reaches1.0.76exists (only1.0.8→^1.0.73and1.0.8-preview.0→^1.0.72). The exact same-base SDK canary1.0.76-canary.24failed E2E on all three platforms.**Root cause (re-confirmed on product build [459423]((dev.azure.com/redacted) identical signature to build 459275 — 6 smoke timeouts across the SDK-client editor / Agents Window sessions for both Copilot CLI and Claude (incl. terminal variants). Decisively,
Test Copilot CLI session via AgentHostPASSES — that route drives CLI1.0.76overRuntimeConnection.forStdioagainst the external@github/copilot-sdk1.0.8, so native payloads / koffi / stdio protocol are healthy. Only sessions consuming the CLI package's own bundled@github/copilot/sdk(v1.0.76) wedge — an SDK↔CLI turn-lifecycle/protocol mismatch the same-base canary reproduces upstream, not a VS Code integration bug.Why no VS Code fix: the only adaptable surface (
extensions/copilot) is frozen/maintenance-mode (pins must not change); version pins & lockfiles are off-limits for this class; published-package layout diff shows no path/payload changes, so it is not a packaging/strip fix.Upstream delta since cycle 1: SDK dependency-update PR github/copilot-sdk#2100 moved from draft → open but is still unmerged (
unstable, CI running) and no compatible SDK has been published.Human action required: land + publish an
@github/copilot-sdkwhose declared CLI floor reaches1.0.76(tracked by github/copilot-sdk#2100), then re-run this as a combined SDK+CLI bump (replacing this CLI-only branch). PR left draft.