Update @github/copilot to 1.0.81-7 - #2375
Open
github-actions[bot] wants to merge 3 commits into
Open
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 the Copilot CLI dependency to 1.0.81-7 and regenerates SDK protocol types.
Changes:
- Updates npm dependencies and lockfiles.
- Regenerates cross-language RPC types for model notices, queue metadata, client identity, and managed permissions.
- Updates Java codegen dependencies and generated records.
Show a summary per file
| File | Description |
|---|---|
test/harness/package.json |
Bumps the harness dependency. |
test/harness/package-lock.json |
Locks updated platform packages. |
rust/src/generated/api_types.rs |
Regenerates Rust RPC types. |
python/copilot/generated/rpc.py |
Regenerates Python RPC types. |
nodejs/src/generated/rpc.ts |
Regenerates TypeScript RPC types. |
nodejs/samples/package-lock.json |
Updates the samples dependency lock. |
nodejs/package.json |
Bumps the Node.js runtime dependency. |
nodejs/package-lock.json |
Locks updated runtime packages. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionQueuePendingItemsResult.java |
Adds steering-state metadata. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionManagedPermissions.java |
Widens the managed permission mode. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SandboxConfig.java |
Refreshes generated documentation. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/ModelMessage.java |
Adds model notice records. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/Model.java |
Adds model notices. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/DisableBypassPermissionsMode.java |
Removes the obsolete generated enum. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/ConnectParams.java |
Adds client identity information. |
java/sdk/src/generated/java/com/github/copilot/generated/rpc/ConnectClientInfo.java |
Defines client identity metadata. |
java/scripts/codegen/package.json |
Bumps the Java codegen dependency. |
java/scripts/codegen/package-lock.json |
Locks updated codegen packages. |
java/pom.xml |
Updates the reference implementation version. |
go/rpc/zrpc.go |
Regenerates Go RPC types. |
dotnet/src/Generated/Rpc.cs |
Regenerates .NET RPC types and methods. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Files not reviewed (4)
- 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: 5/21 changed files
- Comments generated: 1
- Review effort level: Balanced
Comment on lines
+11525
to
+11529
| // blocks full allow-all but permits advisory auto-approval. Any other value is accepted | ||
| // rather than failing the session, but is enforced as `disable`: the key is only present to | ||
| // restrict something, so a mode this runtime cannot interpret fails closed to the most | ||
| // restrictive one it knows. Omit the key entirely to impose no restriction. | ||
| DisableBypassPermissionsMode *string `json:"disableBypassPermissionsMode,omitempty"` |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d59fb17f-5171-4eb4-bf40-04135baed642
Contributor
Author
Cross-SDK Consistency Review ✅This PR is an automated schema update ( Changes covered across all SDKs
Idiomatic handling notes (all correct)
No cross-SDK inconsistencies found. The PR correctly applies schema-driven updates uniformly across all language implementations.
|
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.81-7.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/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.