Update @github/copilot to 1.0.78 - #2239
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
Aug 4, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the bundled Copilot runtime to stable version 1.0.78 and regenerates SDK wire-protocol surfaces.
Changes:
- Updates npm dependencies and lockfiles.
- Adds
clearContext,session.context_cleared, and plugin source fingerprints across SDKs. - Refreshes generated API documentation and event types.
Show a summary per file
| File | Description |
|---|---|
test/harness/package.json |
Updates harness dependency. |
test/harness/package-lock.json |
Locks runtime and platform packages. |
rust/src/generated/session_events.rs |
Adds context-cleared event types. |
rust/src/generated/rpc.rs |
Adds clear-context RPC. |
rust/src/generated/api_types.rs |
Adds RPC and plugin schema types. |
python/copilot/generated/session_events.py |
Adds context-cleared event support. |
python/copilot/generated/rpc.py |
Adds RPC and plugin fields. |
nodejs/src/generated/session-events.ts |
Adds context-cleared event interfaces. |
nodejs/src/generated/rpc.ts |
Adds clear-context RPC and plugin fields. |
nodejs/samples/package-lock.json |
Updates sample dependency metadata. |
nodejs/package.json |
Updates runtime dependency. |
nodejs/package-lock.json |
Locks stable runtime packages. |
java/src/generated/java/com/github/copilot/generated/SessionModelChangeEvent.java |
Updates cause documentation. |
java/src/generated/java/com/github/copilot/generated/SessionEvent.java |
Registers context-cleared events. |
java/src/generated/java/com/github/copilot/generated/SessionContextClearedEvent.java |
Adds the new event class. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionInstalledPlugin.java |
Adds source fingerprint. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionHistoryClearContextResult.java |
Adds clear result type. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionHistoryClearContextParams.java |
Adds clear parameters. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionHistoryApi.java |
Exposes clear-context RPC. |
java/src/generated/java/com/github/copilot/generated/rpc/InstalledPlugin.java |
Adds source fingerprint. |
java/scripts/codegen/package.json |
Updates codegen dependency. |
java/scripts/codegen/package-lock.json |
Locks stable codegen runtime. |
java/pom.xml |
Updates reference implementation version. |
go/zsession_events.go |
Re-exports context-cleared types. |
go/rpc/zsession_events.go |
Adds context-cleared event data. |
go/rpc/zsession_encoding.go |
Decodes the new event. |
go/rpc/zrpc.go |
Adds RPC and plugin fields. |
dotnet/src/Generated/SessionEvents.cs |
Adds context-cleared event models. |
dotnet/src/Generated/Rpc.cs |
Adds clear-context RPC and plugin fields. |
Review details
Files not reviewed (8)
- go/rpc/zrpc.go: Generated file
- go/rpc/zsession_encoding.go: Generated file
- go/rpc/zsession_events.go: Generated file
- go/zsession_events.go: Generated file
- java/scripts/codegen/package-lock.json: Generated file
- nodejs/package-lock.json: Generated file
- nodejs/samples/package-lock.json: Generated file
- test/harness/package-lock.json: Generated file
- Files reviewed: 4/29 changed files
- Comments generated: 0
- Review effort level: Balanced
Contributor
Author
Cross-SDK Consistency Review ✅This PR is an automated code generation update ( Changes applied consistently across all SDKs
API naming follows language conventions
No consistency issues found. All new types and methods are appropriately marked
|
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.78.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Java Handwritten Code Adaptation Plan
If
java-sdk-testsCI fails on this PR, follow these steps:mvn clean,mvn verifyfromjava/locally or check thejava-sdk-testsworkflow run logs.java/src/main/java/com/github/copilot/sdk/):nullfor optional new fields).CopilotSession.javaif applicable.java/src/test/java/com/github/copilot/sdk/):cd java && mvn clean test-compile jar:jar && mvn verify -Dskip.test.harness=truecd java && mvn spotless:applyNext steps
When ready, click Ready for review to trigger CI checks.