Skip to content

Update @github/copilot to 1.0.55-5#1456

Merged
stephentoub merged 2 commits into
mainfrom
update-copilot-1.0.55-5
May 27, 2026
Merged

Update @github/copilot to 1.0.55-5#1456
stephentoub merged 2 commits into
mainfrom
update-copilot-1.0.55-5

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.55-5.

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 27, 2026 15:44
@stephentoub stephentoub requested a review from a team as a code owner May 27, 2026 15:44
Copilot AI review requested due to automatic review settings May 27, 2026 15:44
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 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/copilot to 1.0.55-5 in nodejs/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 shared McpServerAuthConfig union (boolean | McpServerAuthConfigRedirectPort).
  • Added new experimental OptionsUpdateToolFilterPrecedence enum and toolFilterPrecedence field on SessionUpdateOptionsParams across 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 AuthAuthMCPServerAuthConfigRedirectPort, 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>
@github-actions
Copy link
Copy Markdown
Contributor Author

Cross-SDK Consistency Review

This PR updates @github/copilot to 1.0.55-5 and regenerates generated types across Node.js, Python, Go, .NET, and Rust — great to see all five updated together. However, the Java SDK's generated code was not regenerated as part of this update.

Missing in Java

OptionsUpdateToolFilterPrecedence — a new enum controlling how availableTools (allowlist) and excludedTools (denylist) combine — was added to all other SDKs but is absent from Java:

SDK OptionsUpdateToolFilterPrecedence added?
Node.js nodejs/src/generated/rpc.ts
Python python/copilot/generated/rpc.py
Go go/rpc/zrpc.go
.NET dotnet/src/Generated/Rpc.cs
Rust rust/src/generated/api_types.rs
Java java/src/generated/java/not updated

Specifically, java/src/generated/java/com/github/copilot/generated/rpc/SessionOptionsUpdateParams.java is missing the toolFilterPrecedence field, and there is no corresponding OptionsUpdateToolFilterPrecedence.java enum.

Similarly, the auth type refactoring (McpServerAuthConfig / McpServerAuthConfigRedirectPort replacing the former per-config auth/oidc types) may also be missing from the Java generated code.

Suggested fix

Run the Java code generator to bring Java into parity:

cd java && mvn generate-sources -Pcodegen

(This requires updating the @github/copilot schema version that the Java codegen references — see the update-schemas-from-npm-artifact Maven profile in pom.xml.)

Generated by SDK Consistency Review Agent for issue #1456 · ● 6.5M ·

@stephentoub stephentoub added this pull request to the merge queue May 27, 2026
Merged via the queue into main with commit 9017d85 May 27, 2026
42 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.55-5 branch May 27, 2026 17:50
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