Update @github/copilot to 1.0.55-4#1453
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the mono-repo’s pinned @github/copilot dependency to 1.0.55-4 and regenerates the SDKs’ generated RPC/types to match the updated schema surface (new session events, new RPC methods, and additional metadata fields).
Changes:
- Bumped
@github/copilotto^1.0.55-4across Node.js packages and refreshed lockfiles. - Regenerated cross-language session event types (e.g.,
hook.progress,session.permissions_changed,session.autopilot_objective_changed) and added new payload fields (e.g.,displayVerbatim,workingDirectory). - Regenerated RPC surfaces adding new experimental APIs (e.g.,
agentRegistry.spawn,session.permissions.{setAllowAll,getAllowAll}, plus new sessions list filtering).
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Bumps @github/copilot devDependency for the test harness. |
| test/harness/package-lock.json | Lockfile refresh for the harness dependency bump. |
| nodejs/package.json | Bumps @github/copilot dependency for the Node.js SDK package. |
| nodejs/package-lock.json | Lockfile refresh for the Node.js SDK dependency bump. |
| nodejs/samples/package-lock.json | Lockfile refresh for samples dependency bump. |
| nodejs/src/generated/session-events.ts | Regenerated session-event union/types (new events + new fields). |
| nodejs/src/generated/rpc.ts | Regenerated RPC types and server/session RPC method wrappers (agentRegistry, allow-all, detached sessions). |
| python/copilot/generated/session_events.py | Regenerated Python session event model/dispatch with new events + fields. |
| rust/src/generated/session_events.rs | Regenerated Rust session event enums/data (new events + fields). |
| rust/src/generated/rpc.rs | Regenerated Rust RPC client methods (agentRegistry, allow-all permissions). |
| rust/src/generated/api_types.rs | Regenerated Rust RPC method constants and API structs (agentRegistry, allow-all, detached sessions). |
| go/zsession_events.go | Regenerated Go SDK type re-exports for new session event types. |
| go/rpc/zsession_events.go | Regenerated Go RPC session event types/enums and new data structs. |
| go/rpc/zsession_encoding.go | Regenerated Go session-event decoding for new event types. |
| go/rpc/zrpc.go | Regenerated Go RPC types/APIs (agentRegistry, allow-all, detached sessions). |
| go/rpc/zrpc_encoding.go | Regenerated Go union encoding/decoding for new agentRegistry spawn result union. |
| dotnet/src/Generated/SessionEvents.cs | Regenerated .NET session event models (new events + fields + string-enum structs). |
| dotnet/src/Generated/Rpc.cs | Regenerated .NET RPC types/APIs (agentRegistry, allow-all, detached sessions and updated sessions.list signature). |
Copilot's findings
Files not reviewed (8)
- go/rpc/zrpc.go: Language not supported
- go/rpc/zrpc_encoding.go: Language not supported
- go/rpc/zsession_encoding.go: Language not supported
- go/rpc/zsession_events.go: Language not supported
- go/zsession_events.go: Language not supported
- nodejs/package-lock.json: Language not supported
- nodejs/samples/package-lock.json: Language not supported
- test/harness/package-lock.json: Language not supported
- Files reviewed: 2/19 changed files
- Comments generated: 2
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
Cross-SDK Consistency Review ✅This PR is an automated update of
Since all files are auto-generated from the same schema source, cross-language consistency is maintained by construction. No manual alignment is needed.
|
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.55-4.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.