Update @github/copilot to 1.0.44#1241
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
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 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/copilotfrom^1.0.44-3to^1.0.44in 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.summaryfield). - 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; } | |||
|
|
|||
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.