Update Copilot CLI to 1.0.85 - #2688
Conversation
- Updated the shared CLI release pin - Re-ran code generators - Formatted generated code
There was a problem hiding this comment.
🟢 Approval recommended
The version pins and generated protocol changes are consistent across all affected SDKs.
Pull request overview
Updates all SDKs to align with Copilot CLI 1.0.85 and its session-event schema.
Changes:
- Updated the shared CLI version pin.
- Added contextual authorization and assent-detection event models.
- Added the optional extraction-activation field across generated SDK types.
File summaries
| File | Description |
|---|---|
nodejs/package.json |
Updates the shared CLI version pin. |
nodejs/src/cliVersion.ts |
Updates the runtime CLI version. |
nodejs/src/generated/session-events.ts |
Regenerates TypeScript event types. |
python/copilot/generated/session_events.py |
Regenerates Python event models and parsing. |
rust/src/generated/session_events.rs |
Regenerates Rust event enums and payloads. |
go/zsession_events.go |
Exposes new Go event aliases and constants. |
go/rpc/zsession_events.go |
Adds Go RPC event payloads. |
go/rpc/zsession_encoding.go |
Deserializes the new Go event variants. |
dotnet/src/Generated/SessionEvents.cs |
Adds .NET event models and serialization metadata. |
dotnet/src/Generated/Rpc.cs |
Registers new .NET JSON serialization types. |
java/sdk/src/generated/java/com/github/copilot/generated/SessionEvent.java |
Registers new Java event subtypes. |
java/sdk/src/generated/java/com/github/copilot/generated/PermissionMessageAuthorizationReadEvent.java |
Adds extraction-activation data. |
java/sdk/src/generated/java/com/github/copilot/generated/PermissionContextualAuthorizationEvent.java |
Adds the contextual authorization event. |
java/sdk/src/generated/java/com/github/copilot/generated/PermissionAssentDetectedEvent.java |
Adds the assent-detected event. |
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 (auto)
Note
Copilot is running an experiment and ran this review at Balanced.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
SDK Consistency Review — PR #2688This PR is a routine pinned Copilot CLI version bump ( Cross-SDK consistency: ✅ Good — no issues found.
No action needed; this PR maintains full feature parity across all six SDKs.
|
Automated update of the Copilot CLI release to version
1.0.85.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.