Update @github/copilot to 1.0.49-0#1305
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
There was a problem hiding this comment.
Pull request overview
Automated update of the Copilot CLI package dependency to @github/copilot@1.0.49-0, with generated SDK types refreshed to match the updated protocol/schema.
Changes:
- Updated Node and test harness dependency locks for
@github/copilot. - Regenerated session event types across Node, Python, Go, Rust, and .NET.
- Added schema support for reasoning summary metadata and schedule display prompts.
Show a summary per file
| File | Description |
|---|---|
nodejs/package.json |
Updates the Node SDK dependency version. |
nodejs/package-lock.json |
Locks @github/copilot and platform packages to 1.0.49-0. |
nodejs/samples/package-lock.json |
Refreshes sample lock metadata for the local SDK dependency. |
test/harness/package.json |
Updates the harness dependency version. |
test/harness/package-lock.json |
Locks harness @github/copilot packages to 1.0.49-0. |
nodejs/src/generated/session-events.ts |
Regenerates TypeScript session event types and docs. |
python/copilot/generated/session_events.py |
Regenerates Python session event dataclasses/enums. |
go/zsession_events.go |
Exposes new generated session event aliases/constants. |
go/rpc/zsession_events.go |
Regenerates Go RPC session event payload types. |
rust/src/generated/session_events.rs |
Regenerates Rust session event types and docs. |
rust/src/generated/rpc.rs |
Refreshes generated Rust RPC method documentation. |
dotnet/src/Generated/SessionEvents.cs |
Regenerates .NET session event models and string-backed enum type. |
Copilot's findings
Files not reviewed (5)
- go/rpc/zsession_events.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/17 changed files
- Comments generated: 0
Pass the new optional reasoning summary field through generated model switch calls so .NET and Rust compile against the updated Copilot runtime schema. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Cross-SDK Consistency Review ✅This is an automated codegen update (bumping FindingsRPC Wire Methods: All five SDKs (Node.js, Python, Go, .NET, Rust) contain exactly 60 identical New features — consistently present in all SDKs:
Go return type renames: Several Go result types gained a No cross-SDK consistency issues detected. 🎉
|
Automated update of
@github/copilotto version1.0.49-0.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.