Update @github/copilot to 1.0.71-1#1988
Closed
github-actions[bot] wants to merge 3 commits into
Closed
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.71-1 and regenerates SDK protocol types across supported languages.
Changes:
- Updates dependency manifests and lockfiles.
- Adds memory-change events and MCP metadata fields.
- Updates RPC types for marketplaces, slash-command notices, MCP Apps, and working-directory behavior.
Show a summary per file
| File | Description |
|---|---|
test/harness/package.json |
Updates harness dependency. |
test/harness/package-lock.json |
Locks updated harness packages. |
rust/src/generated/session_events.rs |
Regenerates Rust event types. |
rust/src/generated/rpc.rs |
Updates Rust RPC documentation. |
rust/src/generated/api_types.rs |
Regenerates Rust RPC models. |
python/copilot/generated/session_events.py |
Regenerates Python event types. |
python/copilot/generated/rpc.py |
Regenerates Python RPC models. |
nodejs/src/generated/session-events.ts |
Regenerates TypeScript event types. |
nodejs/src/generated/rpc.ts |
Regenerates TypeScript RPC types. |
nodejs/samples/package-lock.json |
Refreshes sample lockfile. |
nodejs/package.json |
Updates Node SDK dependency. |
nodejs/package-lock.json |
Locks updated Node packages. |
java/src/generated/java/com/github/copilot/generated/ToolExecutionCompleteResult.java |
Adds MCP metadata. |
java/src/generated/java/com/github/copilot/generated/ToolExecutionCompleteEvent.java |
Adds event MCP metadata. |
java/src/generated/java/com/github/copilot/generated/SessionMemoryChangedEvent.java |
Adds memory-change event. |
java/src/generated/java/com/github/copilot/generated/SessionEvent.java |
Registers memory-change subtype. |
java/src/generated/java/com/github/copilot/generated/rpc/SlashCommandAgentPromptResult.java |
Adds slash-command notice. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionMetadataSetWorkingDirectoryResult.java |
Updates working-directory documentation. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionMetadataSetWorkingDirectoryParams.java |
Documents validation behavior. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionMetadataApi.java |
Updates metadata API documentation. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionMcpAppsReadResourceResult.java |
Restores MCP Apps resource result. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionMcpAppsReadResourceParams.java |
Restores MCP Apps parameters. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionMcpAppsApi.java |
Restores MCP Apps API. |
java/src/generated/java/com/github/copilot/generated/rpc/SessionEventLogRegisterInterestParams.java |
Clarifies OAuth event behavior. |
java/src/generated/java/com/github/copilot/generated/rpc/ServerPluginsMarketplacesApi.java |
Documents marketplace working directory. |
java/src/generated/java/com/github/copilot/generated/rpc/PluginsMarketplacesAddParams.java |
Adds marketplace working directory. |
java/src/generated/java/com/github/copilot/generated/rpc/McpAppsResourceContent.java |
Updates MCP resource metadata. |
java/scripts/codegen/package.json |
Updates Java codegen dependency. |
java/scripts/codegen/package-lock.json |
Locks Java codegen packages. |
java/pom.xml |
Updates reference implementation version. |
go/zsession_events.go |
Exports memory-change aliases. |
go/rpc/zsession_events.go |
Adds Go event and metadata types. |
go/rpc/zsession_encoding.go |
Adds Go event decoding. |
go/rpc/zrpc.go |
Regenerates Go RPC models. |
dotnet/src/Generated/SessionEvents.cs |
Regenerates .NET event types. |
dotnet/src/Generated/Rpc.cs |
Regenerates .NET RPC surface. |
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/36 changed files
- Comments generated: 0
- Review effort level: Medium
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b11d128d-0309-4cd6-b7f0-8b7e06a95beb
Contributor
Author
Cross-SDK Consistency Review ✅This PR is an automated codegen update and all changes are consistently applied across all six SDK implementations. Changes verified as consistent across Node.js, Python, Go, .NET, Java, and Rust:
No cross-SDK consistency issues found.
|
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b11d128d-0309-4cd6-b7f0-8b7e06a95beb
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.71-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/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.