Update @github/copilot to 1.0.56-1#1488
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
May 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Automated bump of the bundled @github/copilot CLI from 1.0.56-0 to 1.0.56-1, with regenerated SDK type/RPC bindings to surface a newly added optional source field on PermissionsSetAllowAllRequest.
Changes:
- Bump
@github/copilotto1.0.56-1innodejs/package.json,test/harness/package.json, and their lockfiles (plusnodejs/samples/package-lock.json). - Regenerated SDK types add
PermissionsSetAllowAllSourceenum andsource?field on the allow-all request across Node, .NET, Go, Rust, and Python; .NET also adds asourceparameter toSetAllowAllAsync. - Python codegen merged the new and existing approve/allow-all source enums into a single class named
PermissionsSetAAllSource, with module-level aliases preserving the original names.
Show a summary per file
| File | Description |
|---|---|
| nodejs/package.json | Bump @github/copilot to 1.0.56-1. |
| nodejs/package-lock.json | Lockfile update for CLI bump. |
| nodejs/samples/package-lock.json | Sample lockfile update for CLI bump. |
| test/harness/package.json | Bump @github/copilot to 1.0.56-1. |
| test/harness/package-lock.json | Lockfile update for harness CLI bump. |
| nodejs/src/generated/rpc.ts | Adds PermissionsSetAllowAllSource type and optional source on request. |
| dotnet/src/Generated/Rpc.cs | New PermissionsSetAllowAllSource struct + source field/param on SetAllowAllAsync. |
| go/rpc/zrpc.go | New PermissionsSetAllowAllSource type, optional Source on request, wire mapping in SetAllowAll. |
| rust/src/generated/api_types.rs | New PermissionsSetAllowAllSource enum and optional source on request struct. |
| python/copilot/generated/rpc.py | Adds source to allow-all request; reuses an awkwardly-named merged enum PermissionsSetAAllSource for both allow-all and approve-all. |
Copilot's findings
Files not reviewed (4)
- go/rpc/zrpc.go: Language not supported
- nodejs/package-lock.json: Language not supported
- nodejs/samples/package-lock.json: Language not supported
- test/harness/package-lock.json: Language not supported
- Files reviewed: 2/10 changed files
- Comments generated: 0
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.
Automated update of
@github/copilotto version1.0.56-1.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.