Update @github/copilot to 1.0.81-2 - #2358
Open
github-actions[bot] wants to merge 6 commits into
Open
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.
Pull request overview
Updates @github/copilot to 1.0.81-2 and regenerates Java protocol bindings.
Changes:
- Updates Node.js, harness, and Java codegen dependency versions.
- Regenerates Java RPC/event types for the new runtime schema.
- Adds new authentication, model, tool, MCP, factory, and session APIs.
Show a summary per file
| File | Description |
|---|---|
nodejs/package.json |
Updates the runtime dependency. |
nodejs/samples/package-lock.json |
Updates the sample lockfile. |
test/harness/package.json |
Updates the harness runtime dependency. |
java/pom.xml |
Updates the reference implementation version. |
java/scripts/codegen/package.json |
Updates the Java codegen dependency. |
java/sdk/src/generated/java/com/github/copilot/generated/** |
Regenerates session-event models and enums. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/** |
Regenerates RPC models, namespaces, and methods. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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: 4/228 changed files
- Comments generated: 0
- Review effort level: Balanced
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
| assert!(!prompt.prompt.trim().is_empty()); | ||
| } | ||
| SlashCommandInvocationResult::Completed(_) => {} | ||
| unexpected => panic!("unexpected command result: {unexpected:?}"), |
| let auth_info = current.auth_info.expect("auth info after login"); | ||
| assert_eq!(auth_info["login"], json!("rust-account-user")); | ||
| assert_eq!(auth_info["host"], json!("https://github.com")); | ||
| let AuthInfo::User(user_auth_info) = &auth_info else { |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
Author
Cross-SDK Consistency Review ✅This PR is an automated dependency update that bumps No cross-SDK consistency issues found. The changes are uniformly applied via code generation, ensuring all SDKs remain in sync.
|
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.81-2.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.