Bump Copilot CLI package to 1.0.71#326217
Draft
anthonykim1 wants to merge 1 commit into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Copilot CLI runtime to stable version 1.0.71 across VS Code distributions.
Changes:
- Aligns root, remote, and Copilot extension dependencies.
- Refreshes platform-specific lockfile entries.
- Updates the Agent Host traffic snapshot for the new tools notification.
Show a summary per file
| File | Description |
|---|---|
package.json |
Bumps the root CLI dependency. |
package-lock.json |
Locks root CLI platform packages to 1.0.71. |
remote/package.json |
Bumps the remote CLI dependency. |
remote/package-lock.json |
Locks remote CLI platform packages to 1.0.71. |
extensions/copilot/package.json |
Bumps the extension CLI dependency. |
extensions/copilot/package-lock.json |
Locks extension CLI platform packages to 1.0.71. |
| Agent Host traffic snapshot | Records the new notifications/tools/list_changed event. |
Review details
Files not reviewed (2)
- extensions/copilot/package-lock.json: Generated file
- remote/package-lock.json: Generated file
- Files reviewed: 4/7 changed files
- Comments generated: 1
- Review effort level: Medium
| "dependencies": { | ||
| "@anthropic-ai/sdk": "^0.82.0", | ||
| "@github/copilot": "^1.0.70-0", | ||
| "@github/copilot": "^1.0.71", |
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.
@github/copilotfrom^1.0.70-0to stable^1.0.71in the root, remote, and built-in Copilot extension manifests.@github/copilot-*platform packages resolve to1.0.71.@github/copilot-sdkunchanged at^1.0.7-preview.0; this is a CLI runtime-only update.notifications/tools/list_changednotification.Validation
npm run typecheck-clientcd extensions/copilot && npx vitest run --pool=forks src/extension/chatSessions/copilotcli/vscode-node/test/copilotCLISDKUpgrade.spec.ts— 3 passingAGENT_HOST_REAL_SDK=1 AGENT_HOST_REPLAY_RECORD=1 ./scripts/test-integration.sh --run src/vs/platform/agentHost/test/node/protocol/copilotImportSession.integrationTest.ts— 3 passing@github/copilot@1.0.71but not the stable@github/copilot-<platform>@1.0.71artifacts.Inspirations from:
package.json,remote/package.json, and the built-in Copilot extensionpackage.json, following the existing VS Code package-bump layout.resolveCopilotCliSourceDir.