Skip to content

Update @github/copilot to 1.0.55-4#1453

Merged
stephentoub merged 2 commits into
mainfrom
update-copilot-1.0.55-4
May 27, 2026
Merged

Update @github/copilot to 1.0.55-4#1453
stephentoub merged 2 commits into
mainfrom
update-copilot-1.0.55-4

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.55-4.

Changes

  • Updated @github/copilot in nodejs/package.json and test/harness/package.json
  • Re-ran all code generators (scripts/codegen)
  • Formatted generated output

Next steps

When ready, click Ready for review to trigger CI checks.

Created by the Update @github/copilot Dependency workflow.

- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code
Comment thread python/copilot/generated/rpc.py
@stephentoub stephentoub marked this pull request as ready for review May 27, 2026 13:06
Copilot AI review requested due to automatic review settings May 27, 2026 13:06
@stephentoub stephentoub requested a review from a team as a code owner May 27, 2026 13:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/copilot to ^1.0.55-4 across 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

Comment thread go/rpc/zrpc.go
Comment thread dotnet/src/Generated/Rpc.cs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor Author

Cross-SDK Consistency Review ✅

This PR is an automated update of @github/copilot to 1.0.55-4 that re-ran all code generators. All SDK implementations were updated consistently:

SDK Files Updated
.NET Generated/Rpc.cs, Generated/SessionEvents.cs
Go rpc/zrpc.go, rpc/zrpc_encoding.go, rpc/zsession_encoding.go, rpc/zsession_events.go, zsession_events.go
Node.js src/generated/rpc.ts, src/generated/session-events.ts
Python copilot/generated/rpc.py, copilot/generated/session_events.py
Rust src/generated/api_types.rs, src/generated/rpc.rs, src/generated/session_events.rs

Since all files are auto-generated from the same schema source, cross-language consistency is maintained by construction. No manual alignment is needed.

Generated by SDK Consistency Review Agent for issue #1453 · ● 1.5M ·

@stephentoub stephentoub merged commit 08a5a20 into main May 27, 2026
47 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.55-4 branch May 27, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants