Update @github/copilot to 1.0.57#1534
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
Jun 1, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s Node.js dependency on @github/copilot to 1.0.57 and refreshes generated SDK surfaces across languages to match the updated schema/wire types.
Changes:
- Bumped
@github/copilotfrom^1.0.57-4to^1.0.57in Node.js packages/locks. - Regenerated SDK types/events, including adding
modelto tool execution start events across SDKs. - Added new session option
suppressCustomAgentPromptacross generated RPC types (Node/Python/Go/.NET/Rust).
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Updates harness devDependency on @github/copilot to ^1.0.57. |
| test/harness/package-lock.json | Locks @github/copilot and platform optional deps to 1.0.57. |
| rust/src/generated/session_events.rs | Adds optional model field to ToolExecutionStartData. |
| rust/src/generated/api_types.rs | Adds new generated types and suppress_custom_agent_prompt; introduces AttachmentGitHubReference/PushAttachmentGitHubReference shapes (see comments). |
| python/copilot/generated/session_events.py | Adds optional model field to ToolExecutionStartData + (de)serialization support. |
| python/copilot/generated/rpc.py | Adds suppress_custom_agent_prompt to SessionUpdateOptionsParams + (de)serialization support. |
| nodejs/src/generated/session-events.ts | Adds optional model field to ToolExecutionStartData. |
| nodejs/src/generated/rpc.ts | Adds suppressCustomAgentPrompt to SessionUpdateOptionsParams. |
| nodejs/samples/package-lock.json | Updates locked transitive @github/copilot version via local @github/copilot-sdk dependency. |
| nodejs/package.json | Updates SDK dependency on @github/copilot to ^1.0.57. |
| nodejs/package-lock.json | Locks @github/copilot and platform optional deps to 1.0.57. |
| go/rpc/zsession_events.go | Adds Model to ToolExecutionStartData. |
| go/rpc/zrpc.go | Adds SuppressCustomAgentPrompt to session options + request encoding. |
| dotnet/src/Generated/SessionEvents.cs | Adds Model to ToolExecutionStartData. |
| dotnet/src/Generated/Rpc.cs | Adds SuppressCustomAgentPrompt to update options request + internal API surface. |
Copilot's findings
Files not reviewed (5)
- go/rpc/zrpc.go: Language not supported
- go/rpc/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/15 changed files
- Comments generated: 0
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.57.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.