Update Copilot CLI to 1.0.86-1 - #2702
Closed
github-actions[bot] wants to merge 1 commit into
Closed
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- Updated the shared CLI release pin - Re-ran code generators - Formatted generated code
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
The generated Python field ordering and exhaustive public Rust structs introduce compatibility breaks.
Pull request overview
Updates the pinned Copilot CLI to 1.0.86-1 and regenerates cross-language session-event models.
Changes:
- Updates synchronized Node.js CLI version pins.
- Adds
ResponsesReasoningevent metadata across SDKs. - Regenerates serialization and public type exports.
File summaries
| File | Description |
|---|---|
rust/src/generated/session_events.rs |
Adds reasoning metadata to Rust events. |
python/copilot/generated/session_events.py |
Adds Python reasoning models and serialization. |
nodejs/src/generated/session-events.ts |
Adds TypeScript reasoning interfaces. |
nodejs/src/cliVersion.ts |
Updates the runtime CLI pin. |
nodejs/package.json |
Updates the shared CLI release pin. |
java/sdk/src/generated/java/com/github/copilot/generated/UserMessageEvent.java |
Extends user-message event data. |
java/sdk/src/generated/java/com/github/copilot/generated/SystemNotificationEvent.java |
Extends notification event data. |
java/sdk/src/generated/java/com/github/copilot/generated/SessionCompactionCompleteEvent.java |
Extends compaction event data. |
java/sdk/src/generated/java/com/github/copilot/generated/ResponsesReasoning.java |
Adds the generated Java reasoning record. |
go/zsession_events.go |
Exports the new Go type. |
go/rpc/zsession_events.go |
Adds Go RPC event fields and type. |
go/rpc/zsession_encoding.go |
Updates custom Go decoding. |
dotnet/src/Generated/SessionEvents.cs |
Adds .NET event properties and model. |
dotnet/src/Generated/Rpc.cs |
Registers .NET serialization metadata. |
Review details
Files not reviewed (3)
- go/rpc/zsession_encoding.go: Generated file
- go/rpc/zsession_events.go: Generated file
- go/zsession_events.go: Generated file
- Files reviewed: 2/14 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.
Contributor
|
Superseded by CLI 1.0.86-2 adoption. Preserving the separately reproduced pre-existing native SIGCHLD/SA_ONSTACK defect investigation; closing this version bump does not resolve that defect. |
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 the Copilot CLI release to version
1.0.86-1.Changes
nodejs/package.jsonSHA256SUMS.txtscripts/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.