Update @github/copilot to 1.0.53-1#1407
Closed
github-actions[bot] wants to merge 1 commit into
Closed
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
This PR updates the monorepo’s @github/copilot dependency to 1.0.53-1 and regenerates the language SDKs’ generated RPC/types to match the updated schema surface (notably adding session.canvas.* RPCs, new canvas session events, and a capabilities.ui.canvases flag).
Changes:
- Bumped
@github/copilotto^1.0.53-1in Node packages (SDK + harness) and updated lockfiles. - Regenerated multi-language RPC bindings and session-event models to include new canvas-related APIs/events.
- Updated generated Go/.NET/Rust/Python/TypeScript surfaces accordingly.
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Bumps @github/copilot devDependency to ^1.0.53-1. |
| test/harness/package-lock.json | Lockfile update for @github/copilot@1.0.53-1 and platform packages. |
| nodejs/package.json | Bumps Node SDK dependency on @github/copilot to ^1.0.53-1. |
| nodejs/package-lock.json | Lockfile update for @github/copilot@1.0.53-1 and platform packages. |
| nodejs/samples/package-lock.json | Samples lockfile updated to reflect the new @github/copilot version in the dependency graph. |
| nodejs/src/generated/session-events.ts | Adds session.canvas.* events and capabilities.ui.canvases to generated TS event typings. |
| nodejs/src/generated/rpc.ts | Adds session.canvas.* RPC typings and client helpers in generated TS RPC layer. |
| python/copilot/generated/session_events.py | Adds session.canvas.* events and capabilities.ui.canvases to generated Python event models. |
| python/copilot/generated/rpc.py | Adds session.canvas.* RPC models and CanvasApi to generated Python RPC client. |
| go/zsession_events.go | Re-exports newly generated canvas event-related types/constants from go/rpc. |
| go/rpc/zsession_events.go | Adds new canvas session-event payload structs and enums to Go RPC event types. |
| go/rpc/zsession_encoding.go | Extends Go session-event JSON decoding to handle new session.canvas.* event types. |
| go/rpc/zrpc.go | Adds session.canvas.* RPC types and CanvasApi to generated Go session RPC client. |
| rust/src/generated/session_events.rs | Adds new canvas session-event variants, payload structs, and availability enum in Rust. |
| rust/src/generated/rpc.rs | Adds session.canvas.* RPC namespace and methods to generated Rust session RPC client. |
| rust/src/generated/api_types.rs | Adds canvas RPC method constants and request/response types to generated Rust API types. |
| dotnet/src/Generated/SessionEvents.cs | Adds new canvas event types and payload models to generated .NET session events. |
| dotnet/src/Generated/Rpc.cs | Adds canvas RPC models and CanvasApi entrypoint to generated .NET session RPC surface. |
Copilot's findings
Files not reviewed (7)
- go/rpc/zrpc.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/18 changed files
- Comments generated: 4
Comment on lines
+289
to
+294
| // Experimental: CanvaList is part of an experimental API and may change or be removed. | ||
| type CanvaList struct { | ||
| // Declared canvases available in this session | ||
| Canvases []DiscoveredCanvas `json:"canvases"` | ||
| } | ||
|
|
Comment on lines
+1610
to
+1616
| // Schema for the `CanvasRegistryChangedCanvase` type. | ||
| type CanvasRegistryChangedCanvase struct { | ||
| // Actions the agent or host may invoke | ||
| Actions []CanvasRegistryChangedCanvaseAction `json:"actions,omitempty"` | ||
| // Provider-local canvas identifier | ||
| CanvasID string `json:"canvasId"` | ||
| // Short, single-sentence description shown to the agent in canvas catalogs. |
| } | ||
|
|
||
| /// <summary>Declared canvases available in this session.</summary> | ||
| [Experimental(Diagnostics.Experimental)] |
Comment on lines
+5706
to
+5710
| /// <summary>Schema for the `CanvasRegistryChangedCanvaseAction` type.</summary> | ||
| /// <remarks>Nested data type for <c>CanvasRegistryChangedCanvaseAction</c>.</remarks> | ||
| public sealed partial class CanvasRegistryChangedCanvaseAction | ||
| { | ||
| /// <summary>Action description.</summary> |
jmoseley
approved these changes
May 24, 2026
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.53-1.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.