Update Copilot CLI to 1.0.86-0 - #2694
Conversation
- Updated the shared CLI release pin - Re-ran code generators - Formatted generated code
There was a problem hiding this comment.
🟢 Approval recommended
The release and required assets exist, and both version pins are consistent.
Pull request overview
Updates the SDK’s shared Copilot CLI pin to 1.0.86-0.
Changes:
- Updated package metadata and generated runtime version constant.
- Kept both version sources synchronized.
File summaries
| File | Description |
|---|---|
nodejs/package.json |
Updates the shared CLI release pin. |
nodejs/src/cliVersion.ts |
Updates compiled CLI version metadata. |
Review details
- Files reviewed: 2/2 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.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Isolate the remaining auto-tier subtests and rearm Unix signal handlers after FFI connection initialization. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
Repair foreign signal handlers before runtime and harness child-process teardown so Go retains SA_ONSTACK across embedded libuv lifecycle changes. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
Correct the Go FFI mitigation comments to identify Tokio signal-hook-registry rather than libuv as the component dropping SA_ONSTACK. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
SDK Consistency ReviewReviewed the full PR delta ( Changes in this PR:
Conclusion: No cross-SDK consistency issues found. The version bump follows the established single-source-of-truth pattern, and the FFI signal-handling fix addresses a Go-runtime-specific quirk that has no direct analogue in the other language implementations. No inline review comments needed.
|
Automated update of the Copilot CLI release to version
1.0.86-0.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.