Update @github/copilot to 1.0.39-0#1157
Merged
stephentoub merged 4 commits intomainfrom Apr 29, 2026
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
Updates the monorepo’s @github/copilot dependency to 1.0.39-0 and regenerates the language SDK bindings/types from the updated schemas.
Changes:
- Bumped
@github/copilotto^1.0.39-0in Node/test harness packages (and lockfiles). - Regenerated schema-driven outputs across Node/TS, Python, Go, and .NET (new events + new experimental Tasks RPC surface).
- Updated generated session-event models to include
model.call_failureand extended info payloads (e.g.,tip).
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Updates harness devDependency on @github/copilot to ^1.0.39-0. |
| test/harness/package-lock.json | Lockfile update for @github/copilot@1.0.39-0 and platform optional deps. |
| python/copilot/generated/session_events.py | Adds model.call_failure event/data + SessionInfoData.tip. |
| python/copilot/generated/rpc.py | Adds experimental Tasks RPC types/API; extends AgentInfo and Workspace. |
| nodejs/src/generated/session-events.ts | Adds ModelCallFailureEvent/data + InfoData.tip and related enums. |
| nodejs/src/generated/rpc.ts | Adds experimental Tasks RPC types and createSessionRpc().tasks methods; extends AgentInfo and workspace shape. |
| nodejs/samples/package-lock.json | Updates lockfile resolution reflecting new @github/copilot version. |
| nodejs/package.json | Updates @github/copilot dependency to ^1.0.39-0. |
| nodejs/package-lock.json | Lockfile update for @github/copilot@1.0.39-0 and optional platform deps. |
| go/rpc/generated_rpc.go | Adds experimental Tasks RPC types and session Tasks API; extends AgentInfo and workspace. |
| go/generated_session_events.go | Adds model.call_failure event/data and SessionInfoData.tip + enum. |
| dotnet/src/Generated/SessionEvents.cs | Adds ModelCallFailureEvent/data + SessionInfoData.Tip and enum. |
| dotnet/src/Generated/Rpc.cs | Adds experimental Tasks RPC request/response/types and SessionRpc.Tasks; extends AgentInfo and workspace. |
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
Normalize CLI system reminders in replay matching and isolate E2E tests from user-level Copilot state by setting COPILOT_HOME in each SDK harness. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
Use a writable temp-backed session state path for SessionFs E2E tests on non-Windows so the updated runtime can create its internal state without writing to /session-state. Keep the existing /session-state path on Windows, isolate Node COPILOT_HOME from per-test cleanup, and normalize temp-backed large-output paths for stable snapshots. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Wrap long SessionFs assertions so the Python e2e test passes ruff after the Unix session state path update. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
Cross-SDK Consistency Review ✅This PR is an automated codegen update and maintains full feature parity across all four SDK implementations (Node.js/TypeScript, Python, Go, .NET). Changes reviewed for consistency
API naming consistencyAll new APIs follow each language's idiomatic conventions correctly:
No consistency issues found.
|
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.39-0.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.