Skip to content

Update @github/copilot to 1.0.52-0#1370

Merged
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.52-0
May 22, 2026
Merged

Update @github/copilot to 1.0.52-0#1370
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.52-0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.52-0.

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 00:51
@stephentoub stephentoub requested a review from a team as a code owner May 22, 2026 00:51
Copilot AI review requested due to automatic review settings May 22, 2026 00:51
Copy link
Copy Markdown
Collaborator

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@edburns, FYI, the action is not including Java.

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 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/copilot to ^1.0.52-0 in 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

Comment thread dotnet/src/Generated/Rpc.cs
@stephentoub stephentoub merged commit 8ba75ec into main May 22, 2026
43 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.52-0 branch May 22, 2026 01:20
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