Skip to content

Update @github/copilot to 1.0.44#1241

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
update-copilot-1.0.44
Closed

Update @github/copilot to 1.0.44#1241
github-actions[bot] wants to merge 1 commit intomainfrom
update-copilot-1.0.44

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 9, 2026

Automated update of @github/copilot to version 1.0.44.

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 9, 2026 14:01
@stephentoub stephentoub requested a review from a team as a code owner May 9, 2026 14:01
Copilot AI review requested due to automatic review settings May 9, 2026 14:01
@stephentoub stephentoub closed this May 9, 2026
@stephentoub stephentoub deleted the update-copilot-1.0.44 branch May 9, 2026 14:02
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 mono-repo’s underlying Copilot CLI schema dependency (@github/copilot) to 1.0.44 and regenerates the multi-language RPC type surfaces to match the updated protocol.

Changes:

  • Bumped @github/copilot from ^1.0.44-3 to ^1.0.44 in the Node SDK and test harness, with corresponding lockfile updates.
  • Regenerated RPC models across Node/TS, Python, Go, Rust, and .NET based on the new schema (notably removing the workspace.summary field).
  • Updated sample lockfile output to reflect the new dependency graph.
Show a summary per file
File Description
test/harness/package.json Updates harness devDependency on @github/copilot to ^1.0.44.
test/harness/package-lock.json Locks harness to @github/copilot@1.0.44 and platform optional deps.
nodejs/package.json Updates Node SDK dependency on @github/copilot to ^1.0.44.
nodejs/package-lock.json Locks Node SDK to @github/copilot@1.0.44 and platform optional deps.
nodejs/samples/package-lock.json Updates sample lockfile to reflect the Node SDK dependency bump.
nodejs/src/generated/rpc.ts Regenerated TS RPC types; removes workspace.summary from getWorkspace result.
python/copilot/generated/rpc.py Regenerated Python RPC types; removes Workspace.summary and related (de)serialization.
go/rpc/generated_rpc.go Regenerated Go RPC types; removes Summary from WorkspaceClass.
rust/src/generated/api_types.rs Regenerated Rust API types; removes summary from workspace structs.
dotnet/src/Generated/Rpc.cs Regenerated .NET RPC models; removes Summary from workspace result type.

Copilot's findings

Files not reviewed (3)
  • 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: 3/10 changed files
  • Comments generated: 1

@@ -846,10 +846,6 @@ public sealed class WorkspacesGetWorkspaceResultWorkspace
[JsonPropertyName("repository")]
public string? Repository { get; set; }

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