Update @github/copilot to 1.0.79-9 - #2299
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
Aug 9, 2026
This comment has been minimized.
This comment has been minimized.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates @github/copilot to 1.0.79-9 and regenerates SDK protocol bindings.
Changes:
- Updates npm dependencies and lockfiles.
- Regenerates cross-language factory, sandbox-auth, and session-event types.
- Removes obsolete .NET in-process wire fields.
Show a summary per file
| File | Description |
|---|---|
test/harness/package.json |
Updates harness dependency. |
test/harness/package-lock.json |
Locks updated runtime packages. |
rust/src/generated/session_events.rs |
Adds subagent cancellation status. |
rust/src/generated/rpc.rs |
Adds factory-run pagination input. |
rust/src/generated/api_types.rs |
Updates factory and sandbox types. |
python/copilot/generated/session_events.py |
Adds cancellation serialization. |
python/copilot/generated/rpc.py |
Regenerates RPC models and methods. |
nodejs/src/generated/session-events.ts |
Adds cancellation status. |
nodejs/src/generated/rpc.ts |
Regenerates RPC types and methods. |
nodejs/samples/package-lock.json |
Updates linked SDK dependency metadata. |
nodejs/package.json |
Updates runtime dependency. |
nodejs/package-lock.json |
Locks updated runtime packages. |
java/src/generated/java/com/github/copilot/generated/SubagentCompletedEvent.java |
Adds cancellation status. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionFactoryListRunsResult.java |
Adds pagination metadata. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionFactoryListRunsParams.java |
Adds pagination parameters. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionFactoryApi.java |
Accepts list-runs parameters. |
java/src/generated/java/com/github/copilot/generated/rpc/SandboxConfigAuth.java |
Adds sandbox authentication options. |
java/src/generated/java/com/github/copilot/generated/rpc/SandboxConfig.java |
Uses nested authentication configuration. |
java/src/generated/java/com/github/copilot/generated/rpc/FactoryAgentOptions.java |
Adds subagent options. |
java/scripts/codegen/package.json |
Updates codegen dependency. |
java/scripts/codegen/package-lock.json |
Locks updated codegen runtime. |
java/pom.xml |
Updates reference implementation version. |
go/rpc/zsession_events.go |
Adds cancellation status. |
go/rpc/zrpc.go |
Regenerates factory and sandbox APIs. |
go/rpc/zrpc_encoding.go |
Encodes the new factory failure variant. |
dotnet/src/Generated/SessionEvents.cs |
Adds cancellation status. |
dotnet/src/Generated/Rpc.cs |
Regenerates RPC types and methods. |
Review details
Tip
Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Files not reviewed (7)
- go/rpc/zrpc.go: Generated file
- go/rpc/zrpc_encoding.go: Generated file
- go/rpc/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/27 changed files
- Comments generated: 0
- Review effort level: Balanced
Pass the generated RPC client's required paging request while preserving the SDK's existing listRuns API and wire behavior. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
Fall back to ForceStopAsync when graceful in-process fixture cleanup stalls so a hung session.destroy cannot hold the macOS runner indefinitely. Cover the concurrent graceful/forced shutdown path with a lifetime regression test. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 781f5380-c114-40eb-a599-378b3f15cbea
This comment has been minimized.
This comment has been minimized.
Use a deterministic failing JavaScript CLI fixture instead of relying on the bundled CLI to parse an invalid flag within the TCP startup timeout on loaded Windows runners. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 781f5380-c114-40eb-a599-378b3f15cbea
Contributor
Author
Cross-SDK Consistency Review ✅This PR applies an automated schema update (
No cross-SDK consistency issues found. The code generation pipeline is correctly propagating all schema changes uniformly across every language implementation.
|
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.79-9.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.