chore: bump @github/copilot-sdk to 1.0.9-preview.2 and @github/copilot to 1.0.78-2 - #328847
Draft
anthonykim1 wants to merge 2 commits into
Draft
chore: bump @github/copilot-sdk to 1.0.9-preview.2 and @github/copilot to 1.0.78-2#328847anthonykim1 wants to merge 2 commits into
anthonykim1 wants to merge 2 commits into
Conversation
…t to 1.0.78-2 Also drop managedApprovalRequired from the path promptRequest fixture; SDK 1.0.9-preview.2 removed it from PermissionPromptRequestPath. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cf99a5e2-4a51-4763-8aa8-0d3bbb359b33
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Copilot SDK/CLI dependency pair and adapts a test fixture to the revised permission type.
Changes:
- Bumps Copilot SDK to
1.0.9-preview.2and CLI to1.0.78-2. - Regenerates root and remote lockfiles.
- Removes an unsupported path-prompt property.
Show a summary per file
| File | Description |
|---|---|
package.json |
Updates root dependencies. |
package-lock.json |
Locks updated root packages. |
remote/package.json |
Updates remote dependencies. |
remote/package-lock.json |
Locks updated remote packages. |
src/vs/platform/agentHost/test/node/copilotAgentSession.test.ts |
Aligns the fixture with the new SDK type. |
Review details
Files not reviewed (1)
- remote/package-lock.json: Generated file
- Files reviewed: 3/5 changed files
- Comments generated: 0
- Review effort level: Balanced
dmitrivMS
previously approved these changes
Aug 3, 2026
anthonykim1
marked this pull request as draft
August 3, 2026 21:13
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cf99a5e2-4a51-4763-8aa8-0d3bbb359b33
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/copilot-sdkfrom^1.0.9-preview.1to^1.0.9-preview.2in root andremote/.@github/copilotfrom^1.0.77to^1.0.78-2alongside the SDK (matched validated bot bump pair).managedApprovalRequiredfrom the pathpromptRequestfixture incopilotAgentSessiontests; SDK 1.0.9-preview.2 removed that field fromPermissionPromptRequestPath.Supersedes the bot draft after rebase onto current
main: #328553Inspirations from:
managedApprovalRequiredno longer exists onPermissionPromptRequestPath).