Skip to content

Update @github/copilot to 1.0.53-1#1407

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
update-copilot-1.0.53-1
Closed

Update @github/copilot to 1.0.53-1#1407
github-actions[bot] wants to merge 1 commit into
mainfrom
update-copilot-1.0.53-1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.53-1.

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
@stephentoub stephentoub marked this pull request as ready for review May 24, 2026 04:42
@stephentoub stephentoub requested a review from a team as a code owner May 24, 2026 04:42
Copilot AI review requested due to automatic review settings May 24, 2026 04:42
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

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/copilot to ^1.0.53-1 in 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 thread go/rpc/zrpc.go
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 thread go/rpc/zsession_events.go
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 jmoseley closed this May 24, 2026
@jmoseley jmoseley deleted the update-copilot-1.0.53-1 branch May 24, 2026 05:15
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