Skip to content

Update @github/copilot to 1.0.52-1#1371

Merged
stephentoub merged 3 commits into
mainfrom
update-copilot-1.0.52-1
May 22, 2026
Merged

Update @github/copilot to 1.0.52-1#1371
stephentoub merged 3 commits into
mainfrom
update-copilot-1.0.52-1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.52-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 22, 2026 01:55
@stephentoub stephentoub requested a review from a team as a code owner May 22, 2026 01:55
Copilot AI review requested due to automatic review settings May 22, 2026 01:55
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

Updates the monorepo’s @github/copilot dependency to 1.0.52-1 and regenerates all schema-derived SDK types/RPC surfaces so the Node test harness and language SDKs stay aligned with the updated CLI/schema package.

Changes:

  • Bumped @github/copilot to ^1.0.52-1 (Node SDK + test harness) and updated lockfiles.
  • Regenerated schema-driven RPC + session-event types across Rust, Python, Go, .NET, and Node.
  • Incorporated new secrets.addFilterValues RPC surface (generated client APIs/types) across SDKs.
Show a summary per file
File Description
test/harness/package.json Bumps @github/copilot devDependency to ^1.0.52-1.
test/harness/package-lock.json Lockfile update for @github/copilot 1.0.52-1 + platform packages.
nodejs/package.json Bumps @github/copilot dependency to ^1.0.52-1.
nodejs/package-lock.json Lockfile update for @github/copilot 1.0.52-1 + platform packages.
nodejs/samples/package-lock.json Samples lockfile updated to ^1.0.52-1.
nodejs/src/generated/session-events.ts Regenerated session event typings (some fields became optional / refined shapes).
nodejs/src/generated/rpc.ts Regenerated RPC typings and adds secrets.addFilterValues API.
python/copilot/generated/session_events.py Regenerated session event dataclasses (some fields became optional; added sandboxed).
python/copilot/generated/rpc.py Regenerated RPC dataclasses and adds ServerSecretsApi.add_filter_values.
go/rpc/zsession_events.go Regenerated session event structs (some fields became pointers; added Sandboxed).
go/rpc/zrpc.go Regenerated RPC types and adds ServerSecretsApi.AddFilterValues.
rust/src/generated/session_events.rs Regenerated event structs (some fields became Option; added sandboxed).
rust/src/generated/api_types.rs Adds secrets.addFilterValues wire method const + request/response structs.
rust/src/generated/rpc.rs Adds ClientRpcSecrets namespace with add_filter_values call.
dotnet/src/Generated/SessionEvents.cs Regenerated event models (some fields became nullable; adds Sandboxed).
dotnet/src/Generated/Rpc.cs Regenerated RPC models and adds ServerSecretsApi.AddFilterValuesAsync.

Copilot's findings

Files not reviewed (5)
  • go/rpc/zrpc.go: Language not supported
  • go/rpc/zsession_events.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/16 changed files
  • Comments generated: 3

Comment thread go/rpc/zrpc.go Outdated
Comment thread go/rpc/zrpc.go Outdated
Comment thread go/rpc/zrpc.go Outdated
Avoid adding generated Go experimental doc comments when the leading doc block already contains the same notice.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

This comment has been minimized.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor Author

Cross-SDK Consistency Review

This automated codegen PR updates all five SDK implementations, but the Java SDK (java/src/generated/) has not been regenerated and is missing changes from this update.

Missing from Java SDK

1. secrets.addFilterValues API (all other SDKs updated ✅)

All other SDKs now expose a ServerSecretsApi / secrets namespace with an addFilterValues method:

  • Node.js: serverRpc.secrets.addFilterValues(params)
  • Python: server_rpc.secrets.add_filter_values(params)
  • Go: server.Secrets.AddFilterValues(ctx, params)
  • .NET: server.Secrets.AddFilterValuesAsync(values)
  • Rust: client.rpc().secrets().add_filter_values(params).await

Java's ServerRpc is missing the secrets namespace and SecretsAddFilterValuesRequest/SecretsAddFilterValuesResult types.

2. sandboxed field on ToolExecutionCompleteEvent (all other SDKs updated ✅)

Java's ToolExecutionCompleteEventData record is missing the new sandboxed: Boolean field that was added to all other SDK implementations.

Suggestion

The Java SDK has its own codegen process (mvn generate-sources -Pcodegen). The Java generated files should be regenerated from the updated @github/copilot 1.0.52-1 schema to stay in sync with the other SDKs.


All other SDKs (Node.js, Python, Go, .NET, Rust) are consistent with each other in this PR.

Generated by SDK Consistency Review Agent for issue #1371 · ● 8.8M ·

@stephentoub stephentoub added this pull request to the merge queue May 22, 2026
Merged via the queue into main with commit 311695e May 22, 2026
47 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.52-1 branch May 22, 2026 02:56
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