Skip to content

Update @github/copilot to 1.0.28#1089

Merged
stephentoub merged 1 commit intomainfrom
update-copilot-1.0.28
Apr 16, 2026
Merged

Update @github/copilot to 1.0.28#1089
stephentoub merged 1 commit intomainfrom
update-copilot-1.0.28

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.28.

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 April 16, 2026 04:10
@stephentoub stephentoub requested a review from a team as a code owner April 16, 2026 04:10
Copilot AI review requested due to automatic review settings April 16, 2026 04:10
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

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/copilot from ^1.0.27 to ^1.0.28 across Node packages (SDK, harness, samples lockfiles).
  • Regenerated RPC models across Python/Go/.NET to include new workspace fields.
  • Regenerated session event types to include canOfferSessionApproval on 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

Comment thread dotnet/src/Generated/SessionEvents.cs
@stephentoub stephentoub merged commit 21c6d5e into main Apr 16, 2026
35 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.28 branch April 16, 2026 12:39
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