Update @github/copilot to 1.0.44#1244
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
May 9, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s @github/copilot dependency to 1.0.44 (from the 1.0.44-3 prerelease) and refreshes generated RPC types across SDKs to match the updated schema.
Changes:
- Bumped
@github/copilotto^1.0.44in the Node SDK and the shared test harness (and updated lockfiles accordingly). - Re-generated RPC models across languages; notably removes the
summaryfield from workspace RPC types where it no longer exists upstream. - Updated sample lockfile to reflect the updated Node SDK 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 | Lockfile refresh for @github/copilot@1.0.44 (including platform optional deps). |
| nodejs/package.json | Updates Node SDK dependency on @github/copilot to ^1.0.44. |
| nodejs/package-lock.json | Lockfile refresh for @github/copilot@1.0.44 and related metadata changes. |
| nodejs/src/generated/rpc.ts | Regenerated TypeScript RPC types; removes summary from workspace metadata shape. |
| nodejs/samples/package-lock.json | Updates sample lockfile to reflect the updated Node SDK dependency set. |
| python/copilot/generated/rpc.py | Regenerated Python RPC models; removes summary from Workspace. |
| go/rpc/generated_rpc.go | Regenerated Go RPC models; removes Summary from WorkspacesGetWorkspaceResultWorkspace. |
| dotnet/src/Generated/Rpc.cs | Regenerated .NET RPC models; removes Summary property from workspace type. |
| rust/src/generated/api_types.rs | Regenerated Rust API types; removes summary from workspace structs. |
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: 0
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.44.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.