Skip to content

Update @github/copilot to 1.0.40#1183

Merged
stephentoub merged 1 commit intomainfrom
update-copilot-1.0.40
May 1, 2026
Merged

Update @github/copilot to 1.0.40#1183
stephentoub merged 1 commit intomainfrom
update-copilot-1.0.40

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 1, 2026

Automated update of @github/copilot to version 1.0.40.

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

This PR updates the monorepo’s @github/copilot npm dependency to 1.0.40 and refreshes all generated SDK bindings/types across Node.js, Python, Go, and .NET to match the updated schema.

Changes:

  • Bumped @github/copilot from ^1.0.40-3 to ^1.0.40 (Node package, test harness, and corresponding lockfiles).
  • Regenerated session event types to include the new assistant.message_start event across SDKs.
  • Regenerated RPC bindings to include the new session.suspend method across SDKs.
Show a summary per file
File Description
test/harness/package.json Updates harness devDependency on @github/copilot to ^1.0.40.
test/harness/package-lock.json Locks harness @github/copilot and platform optional deps to 1.0.40.
nodejs/package.json Updates Node SDK dependency on @github/copilot to ^1.0.40.
nodejs/package-lock.json Locks Node SDK @github/copilot and platform optional deps to 1.0.40.
nodejs/samples/package-lock.json Updates the sample lockfile’s resolved dependency graph to @github/copilot@^1.0.40 (via file:.. SDK dep).
nodejs/src/generated/session-events.ts Adds AssistantMessageStartEvent / AssistantMessageStartData and includes it in the SessionEvent union.
nodejs/src/generated/rpc.ts Adds session.suspend to the typed session RPC surface.
python/copilot/generated/session_events.py Adds ASSISTANT_MESSAGE_START + AssistantMessageStartData and wires parsing into SessionEvent.from_dict.
python/copilot/generated/rpc.py Adds SessionRpc.suspend(...) wrapper for session.suspend.
go/generated_session_events.go Adds SessionEventTypeAssistantMessageStart and unmarshalling into AssistantMessageStartData.
go/rpc/generated_rpc.go Adds SessionRpc.Suspend(...) and the empty SuspendResult type.
dotnet/src/Generated/SessionEvents.cs Adds derived event + payload types for assistant.message_start and registers them for source-gen serialization.
dotnet/src/Generated/Rpc.cs Adds SessionRpc.SuspendAsync(...) and the SessionSuspendRequest type registration.

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: 4/13 changed files
  • Comments generated: 0

@stephentoub stephentoub added this pull request to the merge queue May 1, 2026
Merged via the queue into main with commit fcdd615 May 1, 2026
35 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.40 branch May 1, 2026 13:54
jeremiahjordanisaacson pushed a commit to jeremiahjordanisaacson/copilot-sdk-supercharged that referenced this pull request May 1, 2026
- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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