Skip to content

Update @github/copilot to 1.0.44-2#1225

Merged
stephentoub merged 1 commit intomainfrom
update-copilot-1.0.44-2
May 7, 2026
Merged

Update @github/copilot to 1.0.44-2#1225
stephentoub merged 1 commit intomainfrom
update-copilot-1.0.44-2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

Automated update of @github/copilot to version 1.0.44-2.

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 7, 2026 21:22
@stephentoub stephentoub requested a review from a team as a code owner May 7, 2026 21:22
Copilot AI review requested due to automatic review settings May 7, 2026 21:22
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 @github/copilot dependency to 1.0.44-2 and regenerates the SDKs’ session-event types from the updated schema so all language bindings stay in sync with the Copilot CLI JSON-RPC protocol.

Changes:

  • Bumped @github/copilot to ^1.0.44-2 across Node package manifests/lockfiles (including test harness and samples lockfile).
  • Regenerated session-event types across Rust/Python/Node/Go/.NET, including a new AbortReason and an optional model on SubagentStartedData.
  • Reformatted generated output.
Show a summary per file
File Description
test/harness/package.json Updates harness devDependency on @github/copilot to ^1.0.44-2.
test/harness/package-lock.json Locks harness resolution to @github/copilot@1.0.44-2 and platform optional deps.
nodejs/package.json Updates Node SDK dependency on @github/copilot to ^1.0.44-2.
nodejs/package-lock.json Locks Node SDK resolution to @github/copilot@1.0.44-2 and platform optional deps.
nodejs/samples/package-lock.json Updates sample lockfile to reflect the new transitive @github/copilot version.
nodejs/src/generated/session-events.ts Regenerated TS session event types (adds AbortReason, adds model? to subagent start, narrows abort reason).
python/copilot/generated/session_events.py Regenerated Python session event types (adds AbortReason, adds model, changes abort reason from str to enum).
go/generated_session_events.go Regenerated Go session event types (adds AbortReason constants, model on subagent start).
dotnet/src/Generated/SessionEvents.cs Regenerated .NET session event types (adds AbortReason enum, adds Model on subagent start).
rust/src/generated/session_events.rs Regenerated Rust session event types (adds AbortReason enum with Unknown, adds model on subagent start).

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/10 changed files
  • Comments generated: 1

Comment on lines 2155 to +2160
/// <summary>Turn abort information including the reason for termination.</summary>
public partial class AbortData
{
/// <summary>Reason the current turn was aborted (e.g., "user initiated").</summary>
/// <summary>Finite reason code describing why the current turn was aborted.</summary>
[JsonPropertyName("reason")]
public required string Reason { get; set; }
public required AbortReason Reason { get; set; }
@stephentoub stephentoub merged commit bf3bdea into main May 7, 2026
43 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.44-2 branch May 7, 2026 21: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