Update Copilot CLI to 1.0.84-1 - #2549
Conversation
- Updated the shared CLI release pin - Re-ran code generators - Formatted generated code
SDK Consistency ReviewThis PR regenerates code from an updated Changes verified for cross-language parity:
Conclusion: No cross-SDK inconsistencies found. Feature parity and naming conventions are well-maintained across Node.js, Python, Go, .NET, Java, and Rust.
|
There was a problem hiding this comment.
🟡 Changes recommended
Java test compilation, handwritten API parity, compatibility, and session-scoping issues remain unresolved.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the SDKs to Copilot CLI 1.0.84-1 and regenerates cross-language protocol bindings.
Changes:
- Updates the shared CLI version pin.
- Adds sandbox session-disable RPC support and agent metadata.
- Adds the
fastauto-routing tier and refreshed factory documentation.
File summaries
| File | Description |
|---|---|
rust/src/generated/session_events.rs |
Adds agent metadata and fast tier. |
rust/src/generated/rpc.rs |
Adds sandbox-disable RPC wrapper. |
rust/src/generated/api_types.rs |
Adds corresponding Rust protocol types. |
python/copilot/generated/session_events.py |
Adds agent metadata and fast tier. |
python/copilot/generated/rpc.py |
Adds sandbox-disable RPC and refreshed types. |
nodejs/src/generated/session-events.ts |
Adds agent metadata and fast tier. |
nodejs/src/generated/rpc.ts |
Adds sandbox-disable RPC and related types. |
nodejs/src/cliVersion.ts |
Updates the runtime version constant. |
nodejs/package.json |
Updates the shared CLI release pin. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionSandboxDisableForSessionResult.java |
Adds sandbox-disable result record. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionSandboxDisableForSessionParams.java |
Adds sandbox-disable parameters. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionSandboxApi.java |
Adds sandbox-disable API method. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/FactoryAgentOptions.java |
Refreshes factory option documentation. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/CapiSessionOptions.java |
Documents the fast tier. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/AutoTier.java |
Adds the FAST enum value. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/AgentInfo.java |
Adds model-invocation metadata. |
java/sdk/src/generated/java/com/github/copilot/generated/CustomAgentsUpdatedAgent.java |
Adds model-invocation metadata. |
java/sdk/src/generated/java/com/github/copilot/generated/AutoTier.java |
Adds the event-side FAST value. |
go/zsession_events.go |
Re-exports the fast tier. |
go/rpc/zsession_events.go |
Adds agent event metadata. |
go/rpc/zrpc.go |
Adds generated RPC types and sandbox method. |
dotnet/src/Generated/SessionEvents.cs |
Adds agent metadata and fast tier. |
dotnet/src/Generated/Rpc.cs |
Adds sandbox-disable APIs and protocol types. |
Review details
Files not reviewed (2)
- go/rpc/zsession_events.go: Generated file
- go/zsession_events.go: Generated file
- Files reviewed: 3/23 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.
Automated update of the Copilot CLI release to version
1.0.84-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.