Skip to content

Update @github/copilot to 1.0.48-1#1288

Merged
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.48-1
May 14, 2026
Merged

Update @github/copilot to 1.0.48-1#1288
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.48-1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.48-1.

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 14, 2026 01:54
@stephentoub stephentoub requested a review from a team as a code owner May 14, 2026 01:54
Copilot AI review requested due to automatic review settings May 14, 2026 01:54
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

Automated dependency bump of @github/copilot to 1.0.48-1 across the repo’s Node packages, followed by regenerating/formatting all SDK generated types to reflect the updated schema (notably new schedule metadata and remote-enable options).

Changes:

  • Updated @github/copilot dependency versions in Node package manifests/lockfiles (including test harness and samples).
  • Regenerated SDK types across languages to add recurring to session.schedule_created event payloads.
  • Extended “remote enable” RPC surface to accept an optional mode (off/export/on) via new generated request/enum types.
Show a summary per file
File Description
test/harness/package.json Bumps @github/copilot devDependency to ^1.0.48-1.
test/harness/package-lock.json Lockfile update for @github/copilot 1.0.48-1 and platform packages.
nodejs/package.json Bumps @github/copilot dependency to ^1.0.48-1.
nodejs/package-lock.json Lockfile update for @github/copilot 1.0.48-1 and platform packages.
nodejs/samples/package-lock.json Samples lockfile updated to @github/copilot ^1.0.48-1.
nodejs/src/generated/session-events.ts Adds recurring?: boolean to schedule-created event data.
nodejs/src/generated/rpc.ts Adds RemoteSessionMode/RemoteEnableRequest and updates remote.enable signature.
python/copilot/generated/session_events.py Adds `recurring: bool
python/copilot/generated/rpc.py Adds RemoteSessionMode/RemoteEnableRequest and updates RemoteApi.enable signature.
go/zsession_events.go Adds Recurring *bool to schedule-created event data.
go/rpc/zrpc.go Adds RemoteSessionMode/RemoteEnableRequest and updates RemoteApi.Enable signature.
rust/src/generated/session_events.rs Adds recurring: Option<bool> to schedule-created event data.
rust/src/generated/api_types.rs Introduces RemoteEnableRequest and RemoteSessionMode; removes old remote-enable params type.
rust/src/generated/rpc.rs Updates session.remote.enable RPC wrapper to take a request object.
dotnet/src/Generated/SessionEvents.cs Adds Recurring (bool?) to schedule-created event data.
dotnet/src/Generated/Rpc.cs Adds RemoteSessionMode/RemoteEnableRequest and changes RemoteApi.EnableAsync signature.

Copilot's findings

Files not reviewed (5)
  • go/rpc/zrpc.go: Language not supported
  • go/zsession_events.go: Language not supported
  • 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: 2/16 changed files
  • Comments generated: 2

Comment thread dotnet/src/Generated/Rpc.cs
Comment thread go/rpc/zrpc.go
@stephentoub stephentoub added this pull request to the merge queue May 14, 2026
Merged via the queue into main with commit 9a19838 May 14, 2026
43 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.48-1 branch May 14, 2026 02:09
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