Update @github/copilot to 1.0.40-3#1182
Merged
stephentoub merged 2 commits intomainfrom May 1, 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 repo’s pinned Copilot CLI/runtime dependency (@github/copilot) and regenerates the SDK protocol types so Node/Python/Go/.NET stay aligned with the updated schema (notably adding OAuth grant-type fields for MCP HTTP + OAuth-required events).
Changes:
- Bump
@github/copilotto^1.0.40-3in Node packages + update lockfiles. - Regenerate RPC/session-event types across Node/Python/Go/.NET to reflect new schema fields (e.g.,
oauthGrantType/grantType). - Update generated language bindings for MCP server OAuth grant type enum/fields.
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Bumps harness devDependency @github/copilot to ^1.0.40-3. |
| test/harness/package-lock.json | Lockfile updates for @github/copilot@1.0.40-3 and platform packages. |
| python/copilot/generated/session_events.py | Adds grantType support in McpOauthRequiredStaticClientConfig. |
| python/copilot/generated/rpc.py | Adds MCPServerConfigHTTPOauthGrantType + oauthGrantType fields in MCP HTTP configs. |
| nodejs/src/generated/session-events.ts | Adds grantType?: "client_credentials" to OAuth-required static client config. |
| nodejs/src/generated/rpc.ts | Adds McpServerConfigHttpOauthGrantType and optional oauthGrantType on HTTP config. |
| nodejs/samples/package-lock.json | Updates transitive lockfile resolution to @github/copilot@1.0.40-3. |
| nodejs/package.json | Bumps @github/copilot dependency to ^1.0.40-3. |
| nodejs/package-lock.json | Lockfile updates for @github/copilot@1.0.40-3 and platform packages. |
| go/rpc/generated_rpc.go | Adds OAuth grant type enum + OauthGrantType in MCP HTTP config structs. |
| go/generated_session_events.go | Adds GrantType to MCP OAuth-required static client config event payload. |
| dotnet/src/Generated/SessionEvents.cs | Adds GrantType to McpOauthRequiredStaticClientConfig. |
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/12 changed files
- Comments generated: 0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
Cross-SDK Consistency Review ✅This is an automated dependency update PR that re-runs all code generators for all four SDK implementations. The changes are consistent across all SDKs: New additions in all SDKs
No consistency gaps found — all four SDK implementations are in sync.
|
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.40-3.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Next steps
When ready, click Ready for review to trigger CI checks.