Skip to content

Update @github/copilot to 1.0.56-1#1488

Merged
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.56-1
May 29, 2026
Merged

Update @github/copilot to 1.0.56-1#1488
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.56-1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.56-1.

Changes

  • Updated @github/copilot in nodejs/package.json and test/harness/package.json
  • Re-ran all code generators (scripts/codegen)
  • Formatted generated output

Next steps

When ready, click Ready for review to trigger CI checks.

Created by the Update @github/copilot Dependency workflow.

- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code
@stephentoub stephentoub marked this pull request as ready for review May 29, 2026 02:21
@stephentoub stephentoub requested a review from a team as a code owner May 29, 2026 02:21
Copilot AI review requested due to automatic review settings May 29, 2026 02:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/copilot to 1.0.56-1 in nodejs/package.json, test/harness/package.json, and their lockfiles (plus nodejs/samples/package-lock.json).
  • Regenerated SDK types add PermissionsSetAllowAllSource enum and source? field on the allow-all request across Node, .NET, Go, Rust, and Python; .NET also adds a source parameter to SetAllowAllAsync.
  • 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

@stephentoub stephentoub merged commit eb3c54c into main May 29, 2026
41 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.56-1 branch May 29, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants