Update @github/copilot to 1.0.55-5#1456
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
There was a problem hiding this comment.
Pull request overview
Automated dependency bump of @github/copilot from 1.0.55-4 to 1.0.55-5, with regenerated SDK bindings reflecting upstream schema changes.
Changes:
- Bumped
@github/copilotto1.0.55-5innodejs/package.json,test/harness/package.json, and refreshed associated lockfiles. - Regenerated MCP auth/oidc types across TypeScript, Go, Python, and Rust: the per-field
McpServerConfig{Http,Stdio}{Auth,Oidc}types are unified into a sharedMcpServerAuthConfigunion (boolean | McpServerAuthConfigRedirectPort). - Added new experimental
OptionsUpdateToolFilterPrecedenceenum andtoolFilterPrecedencefield onSessionUpdateOptionsParamsacross all generated SDKs (TS, Go, Python, Rust, .NET).
Show a summary per file
| File | Description |
|---|---|
| nodejs/package.json | Bump @github/copilot dep to 1.0.55-5. |
| nodejs/package-lock.json | Refresh lockfile entries and integrity hashes for 1.0.55-5. |
| nodejs/samples/package-lock.json | Refresh sample lockfile for new version. |
| test/harness/package.json | Bump devDependency to 1.0.55-5. |
| test/harness/package-lock.json | Refresh lockfile and integrity hashes. |
| nodejs/src/generated/rpc.ts | Regenerated: unified McpServerAuthConfig union, added toolFilterPrecedence and OptionsUpdateToolFilterPrecedence. |
| go/rpc/zrpc.go | Regenerated: new McpServerAuthConfig interface + variants, new tool-filter-precedence type and field, request mapping. |
| go/rpc/zrpc_encoding.go | Regenerated: replaced per-field auth/oidc decoders with shared unmarshalMcpServerAuthConfig. |
| python/copilot/generated/rpc.py | Regenerated: renamed AuthAuth → MCPServerAuthConfigRedirectPort, unified auth/oidc unions, added OptionsUpdateToolFilterPrecedence. |
| rust/src/generated/api_types.rs | Regenerated: renamed struct, updated docs, added tool-filter-precedence enum and field. |
| dotnet/src/Generated/Rpc.cs | Regenerated: added OptionsUpdateToolFilterPrecedence enum-struct and UpdateAsync parameter. |
Copilot's findings
Files not reviewed (5)
- go/rpc/zrpc.go: Language not supported
- go/rpc/zrpc_encoding.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
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Cross-SDK Consistency ReviewThis PR updates Missing in Java
Specifically, Similarly, the auth type refactoring ( Suggested fixRun the Java code generator to bring Java into parity: cd java && mvn generate-sources -Pcodegen(This requires updating the
|
Automated update of
@github/copilotto version1.0.55-5.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.