Update @github/copilot to 1.0.52-0#1370
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
May 22, 2026
Collaborator
stephentoub
left a comment
There was a problem hiding this comment.
@edburns, FYI, the action is not including Java.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s Copilot wire-schema dependency (@github/copilot) to 1.0.52-0 and refreshes all generated SDK surfaces to match the new schema (types, events, and RPC helpers across languages).
Changes:
- Bumped
@github/copilotto^1.0.52-0in Node packages (SDK + test harness) and updated lockfiles. - Regenerated protocol bindings across Rust/Python/Node/Go/.NET, including support for history compaction parameters (
customInstructions) and updated quota field descriptions. - Added/updated generated RPC APIs to accept optional compaction request params where supported (language-specific idioms).
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Bumps @github/copilot devDependency to ^1.0.52-0. |
| test/harness/package-lock.json | Locks @github/copilot and platform-specific optional deps to 1.0.52-0. |
| rust/src/generated/session_events.rs | Adds custom_instructions to compaction-complete event data; updates quota comments. |
| rust/src/generated/rpc.rs | Adds compact_with_params for session.history.compact. |
| rust/src/generated/api_types.rs | Introduces HistoryCompactRequest; removes obsolete compact params type; updates quota comments. |
| python/copilot/generated/session_events.py | Adds custom_instructions to SessionCompactionCompleteData. |
| python/copilot/generated/rpc.py | Adds HistoryCompactRequest and updates HistoryApi.compact to accept optional params; updates quota docstrings. |
| nodejs/src/generated/session-events.ts | Adds customInstructions to compaction-complete event data; updates quota comments. |
| nodejs/src/generated/rpc.ts | Adds HistoryCompactRequest and updates history.compact to accept optional params; updates quota comments. |
| nodejs/samples/package-lock.json | Updates transitive lock resolution due to the Node SDK dependency bump. |
| nodejs/package.json | Bumps @github/copilot dependency to ^1.0.52-0. |
| nodejs/package-lock.json | Locks @github/copilot and optional platform deps to 1.0.52-0. |
| go/rpc/zsession_events.go | Adds CustomInstructions to compaction-complete event data; updates quota comments. |
| go/rpc/zrpc.go | Adds HistoryCompactRequest and updates HistoryApi.Compact to accept optional params; updates quota comments. |
| dotnet/src/Generated/SessionEvents.cs | Adds CustomInstructions to compaction-complete event data; updates quota XML docs. |
| dotnet/src/Generated/Rpc.cs | Adds HistoryCompactRequest and wires it into HistoryApi.CompactAsync; updates quota XML docs and JSON source-gen registrations. |
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: 1
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.52-0.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.