Update @github/copilot to 1.0.49-1#1307
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s @github/copilot dependency to 1.0.49-1 and regenerates the SDK protocol bindings across languages, including a newly generated sessions.connect RPC method and its associated types.
Changes:
- Bumped
@github/copilotto^1.0.49-1(Node SDK + test harness) and updated lockfiles. - Regenerated protocol bindings across Node/Go/.NET/Python/Rust, adding
sessions.connectand related “connected remote session” types. - Applied formatting to regenerated outputs.
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Bumps harness devDependency on @github/copilot to ^1.0.49-1. |
| test/harness/package-lock.json | Updates harness lockfile to resolve @github/copilot@1.0.49-1 and platform optional deps. |
| nodejs/package.json | Bumps Node SDK dependency on @github/copilot to ^1.0.49-1. |
| nodejs/package-lock.json | Updates Node SDK lockfile to resolve @github/copilot@1.0.49-1 and platform optional deps. |
| nodejs/samples/package-lock.json | Updates samples lockfile to @github/copilot@^1.0.49-1. |
| nodejs/src/generated/rpc.ts | Regenerated TS RPC types/methods including sessions.connect. |
| python/copilot/generated/rpc.py | Regenerated Python RPC types/methods including sessions.connect and new metadata types. |
| go/rpc/zrpc.go | Regenerated Go RPC types/methods including ServerSessionsApi.Connect. |
| dotnet/src/Generated/Rpc.cs | Regenerated .NET RPC types/methods including ConnectAsync and associated models/enums. |
| rust/src/generated/api_types.rs | Regenerated Rust API types adding connect-related models/enums. |
| rust/src/generated/rpc.rs | Regenerated Rust RPC methods adding ClientRpcSessions.connect. |
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/11 changed files
- Comments generated: 0
stephentoub
approved these changes
May 15, 2026
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.49-1.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.