Update @github/copilot to 1.0.83-0 - #2449
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
This comment has been minimized.
This comment has been minimized.
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
Dependency versions, lockfiles, and generated outputs are consistently synchronized with no unresolved correctness issues.
Pull request overview
Updates the Copilot CLI dependency to 1.0.83-0 and synchronizes generated SDK bindings across supported languages.
Changes:
- Updated dependency manifests and lockfiles.
- Regenerated cross-language RPC and session-event types.
- Refreshed generated API documentation.
File summaries
| File | Description |
|---|---|
test/harness/package.json |
Updates the harness dependency. |
test/harness/package-lock.json |
Locks updated platform packages. |
rust/src/generated/session_events.rs |
Updates hook input documentation. |
rust/src/generated/rpc.rs |
Updates launcher documentation. |
rust/src/generated/api_types.rs |
Refreshes generated API documentation. |
python/copilot/generated/rpc.py |
Regenerates RPC types and documentation. |
nodejs/src/generated/session-events.ts |
Updates hook input documentation. |
nodejs/src/generated/rpc.ts |
Refreshes generated RPC documentation. |
nodejs/samples/package-lock.json |
Synchronizes the linked SDK dependency. |
nodejs/package.json |
Updates the runtime dependency. |
nodejs/package-lock.json |
Locks updated platform packages. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionUiEphemeralQueryParams.java |
Refreshes generated parameter documentation. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionsRegisterExtensionToolsOnSessionResult.java |
Refreshes result documentation. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionsRegisterExtensionToolsOnSessionParams.java |
Refreshes parameter documentation. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionsRegisterExtensionToolsOnSessionOptions.java |
Refreshes option documentation. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionsOpenCloud.java |
Refreshes callback documentation. |
java/sdk/src/generated/java/com/github/copilot/generated/HookStartEvent.java |
Updates hook input documentation. |
java/scripts/codegen/package.json |
Updates the Java codegen dependency. |
java/scripts/codegen/package-lock.json |
Locks updated codegen packages. |
java/pom.xml |
Updates the Java CLI version property. |
go/rpc/zsession_events.go |
Updates hook input documentation. |
go/rpc/zrpc.go |
Refreshes generated RPC documentation. |
dotnet/src/Generated/SessionEvents.cs |
Updates hook input documentation. |
dotnet/src/Generated/Rpc.cs |
Updates launcher documentation. |
Review details
Files not reviewed (5)
- 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: 5/24 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.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
Author
Cross-SDK Consistency Review ✅This PR is an automated dependency update (
No cross-SDK consistency issues found.
|
roji
enabled auto-merge
August 31, 2026 15:36
stephentoub
approved these changes
Aug 31, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 31, 2026
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-0.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.