Merged
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
Updates the monorepo’s pinned @github/copilot dependency to 1.0.28 and regenerates the language SDK bindings/types so they remain aligned with the updated RPC + session event schemas.
Changes:
- Bumped
@github/copilotfrom^1.0.27to^1.0.28across Node packages (SDK, harness, samples lockfiles). - Regenerated RPC models across Python/Go/.NET to include new workspace fields.
- Regenerated session event types to include
canOfferSessionApprovalon write permission requests.
Show a summary per file
| File | Description |
|---|---|
test/harness/package.json |
Updates harness devDependency on @github/copilot to ^1.0.28. |
test/harness/package-lock.json |
Locks harness dependency graph to @github/copilot@1.0.28 (+ platform packages). |
nodejs/package.json |
Updates Node SDK dependency on @github/copilot to ^1.0.28. |
nodejs/package-lock.json |
Locks Node SDK dependency graph to @github/copilot@1.0.28 (+ platform packages). |
nodejs/samples/package-lock.json |
Updates the sample’s lockfile view of the local SDK’s transitive @github/copilot version. |
nodejs/src/generated/rpc.ts |
Adds new optional workspace fields to the generated TypeScript RPC surface. |
nodejs/src/generated/session-events.ts |
Adds canOfferSessionApproval to the write permission-request event variant. |
python/copilot/generated/rpc.py |
Adds new workspace fields and updates dict (de)serialization accordingly. |
go/rpc/generated_rpc.go |
Adds new workspace fields to the generated Go RPC struct. |
dotnet/src/Generated/Rpc.cs |
Adds new nullable workspace fields to the generated .NET RPC model. |
dotnet/src/Generated/SessionEvents.cs |
Adds CanOfferSessionApproval to the write permission request event model. |
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/11 changed files
- Comments generated: 1
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.28.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.