Skip to content

Update @github/copilot to 1.0.11#916

Merged
MackinnonBuck merged 1 commit intomainfrom
update-copilot-1.0.11
Mar 24, 2026
Merged

Update @github/copilot to 1.0.11#916
MackinnonBuck merged 1 commit intomainfrom
update-copilot-1.0.11

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.11.

Changes

  • Updated @github/copilot in nodejs/package.json and test/harness/package.json
  • Re-ran all code generators (scripts/codegen)
  • Formatted generated output

Created by the Update @github/copilot Dependency workflow.

- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code
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 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/copilot from ^1.0.11-1 to ^1.0.11 in 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 Agent type has been renamed to BackgroundTasksAgent in generated code. This is an API break; if you need to avoid breaking downstream users, add a type Agent = BackgroundTasksAgent alias (ideally via a codegen post-process so it survives regeneration) or bump the Go SDK major version accordingly.
type BackgroundTasksAgent struct {

@MackinnonBuck MackinnonBuck enabled auto-merge March 24, 2026 17:33
@MackinnonBuck MackinnonBuck added this pull request to the merge queue Mar 24, 2026
Merged via the queue into main with commit 05f0253 Mar 24, 2026
14 checks passed
@MackinnonBuck MackinnonBuck deleted the update-copilot-1.0.11 branch March 24, 2026 17:33
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