Update @github/copilot to 1.0.83-1 - #2467
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
Sep 1, 2026
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The added Java record component leaves an existing test constructor call with the wrong arity, preventing test compilation.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the Copilot runtime dependency to 1.0.83-1 and regenerates cross-language protocol types.
Changes:
- Updates npm dependencies and lockfiles.
- Regenerates RPC and session-event models across SDKs.
- Adds new mode, managed-policy, catalog, factory-run, and billing fields.
File summaries
| File | Description |
|---|---|
test/harness/package.json |
Updates harness dependency. |
test/harness/package-lock.json |
Locks updated runtime binaries. |
rust/src/generated/session_events.rs |
Regenerates Rust event types. |
rust/src/generated/api_types.rs |
Regenerates Rust RPC types. |
python/copilot/generated/session_events.py |
Regenerates Python event types. |
python/copilot/generated/rpc.py |
Regenerates Python RPC types. |
nodejs/src/generated/session-events.ts |
Regenerates Node.js event types. |
nodejs/src/generated/rpc.ts |
Regenerates Node.js RPC types. |
nodejs/samples/package-lock.json |
Updates sample dependency metadata. |
nodejs/package.json |
Updates runtime dependency. |
nodejs/package-lock.json |
Locks updated runtime packages. |
java/sdk/src/generated/java/com/github/copilot/generated/SessionModeNoticeDeliveredEvent.java |
Adds the mode-notice event. |
java/sdk/src/generated/java/com/github/copilot/generated/SessionManagedSettingsResolvedEvent.java |
Adds policy-helper provenance. |
java/sdk/src/generated/java/com/github/copilot/generated/SessionEvent.java |
Registers the new event subtype. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SlashCommandCompletedResult.java |
Adds the resulting session mode. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionModelApplyStartupOverlayParams.java |
Adds policy-helper model input. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionFactoryRunResult.java |
Adds factory attempt metadata. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionFactoryRunFromToolResult.java |
Adds factory attempt metadata. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionFactoryGetRunResult.java |
Adds factory attempt metadata. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionFactoryCancelResult.java |
Adds factory attempt metadata. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/ModelBillingPromo.java |
Adds banner-display preference. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/FactoryRunResult.java |
Adds factory attempt metadata. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/CatalogSearchParams.java |
Updates query documentation. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/CatalogNetworkFailureReason.java |
Adds network failure reasons. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/CatalogNetworkFailureError.java |
Adds retry cooldown metadata. |
java/sdk/src/generated/java/com/github/copilot/generated/ManagedSettingsResolvedSource.java |
Adds policy-helper source. |
java/sdk/src/generated/java/com/github/copilot/generated/AssistantMessageReasoningBlocks.java |
Updates reasoning documentation. |
java/scripts/codegen/package.json |
Updates Java codegen dependency. |
java/scripts/codegen/package-lock.json |
Locks updated codegen dependency. |
java/pom.xml |
Updates the reference runtime version. |
go/zsession_events.go |
Re-exports new event definitions. |
go/rpc/zsession_events.go |
Regenerates Go event types. |
go/rpc/zsession_encoding.go |
Decodes the new event type. |
go/rpc/zrpc.go |
Regenerates Go RPC types. |
go/rpc/zrpc_encoding.go |
Updates factory failure encoding. |
dotnet/src/Generated/SessionEvents.cs |
Regenerates .NET event types. |
dotnet/src/Generated/Rpc.cs |
Regenerates .NET RPC types. |
Review details
Files not reviewed (8)
- go/rpc/zrpc_encoding.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: 5/37 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
stephentoub
enabled auto-merge
September 1, 2026 21:13
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.83-1.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/sdk/src/main/java/com/github/copilot/sdk/):nullfor optional new fields).CopilotSession.javaif applicable.java/sdk/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.