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
Automated dependency update to @github/copilot@1.0.11 across the Node SDK and the shared E2E test harness, with regenerated cross-language session-event types to match the updated schema.
Changes:
- Bumped
@github/copilotfrom^1.0.11-1to^1.0.11in Node SDK + test harness (and updated lockfiles). - Regenerated session-events types across Node/TS, Python, Go, and .NET to reflect schema additions (e.g., new event + additional telemetry fields).
- Updated the sample app lockfile to pull the updated Node SDK dependency graph.
Reviewed changes
Copilot reviewed 3 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Bumps test harness devDependency on @github/copilot to ^1.0.11. |
| test/harness/package-lock.json | Lockfile refresh for @github/copilot@1.0.11 and platform-specific optional deps. |
| nodejs/package.json | Bumps Node SDK dependency on @github/copilot to ^1.0.11. |
| nodejs/package-lock.json | Lockfile refresh for Node SDK dependency update. |
| nodejs/samples/package-lock.json | Updates sample lockfile to reflect the updated SDK dependency graph. |
| nodejs/src/generated/session-events.ts | Regenerated TS event union types (new event + new optional fields). |
| python/copilot/generated/session_events.py | Regenerated Python session events types (new event + renamed generated type to avoid collision). |
| go/generated_session_events.go | Regenerated Go session events types (new event + renamed generated type to avoid collision). |
| dotnet/src/Generated/SessionEvents.cs | Regenerated .NET session events types (new event + new optional fields). |
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
Comments suppressed due to low confidence (1)
go/generated_session_events.go:932
- The background-task
Agenttype has been renamed toBackgroundTasksAgentin generated code. This is an API break; if you need to avoid breaking downstream users, add atype Agent = BackgroundTasksAgentalias (ideally via a codegen post-process so it survives regeneration) or bump the Go SDK major version accordingly.
type BackgroundTasksAgent struct {
MackinnonBuck
approved these changes
Mar 24, 2026
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.11.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)