Skip to content

Update @github/copilot to 1.0.55#1484

Merged
stephentoub merged 2 commits into
mainfrom
update-copilot-1.0.55
May 28, 2026
Merged

Update @github/copilot to 1.0.55#1484
stephentoub merged 2 commits into
mainfrom
update-copilot-1.0.55

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.55.

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 28, 2026 20:09
Copilot AI review requested due to automatic review settings May 28, 2026 20:09
@stephentoub stephentoub requested a review from a team as a code owner May 28, 2026 20:09
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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Use generated defaults when constructing ModelSwitchToRequest so optional fields added by schema updates do not break Rust builds.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor Author

Cross-SDK Consistency Review

This automated update regenerates code for Node.js, Python, Go, .NET, and Rust — but the Java SDK's generated code appears to be missing the equivalent updates.

The PR adds the following new types and fields across other SDKs:

  • contextTier field in ModelSwitchToRequest / SessionModelSwitchToParams
  • SessionModelList type
  • ModelListRequest type (with skipCache field)
  • CurrentToolMetadata type
  • McpConfigReloadResult type
  • mcpToolsTokens field in token count structures

However, java/src/generated/java/com/github/copilot/generated/rpc/SessionModelSwitchToParams.java still uses the old schema (no contextTier), and the new types are not present in java/src/generated/java/.

The Java codegen is separate from scripts/codegen/ — it runs via mvn generate-sources -Pcodegen from the java/ directory. This step appears to have been skipped in this PR.

Suggestion: Run cd java && mvn generate-sources -Pcodegen and commit the updated Java generated files to bring the Java SDK in sync with the other language implementations.

Generated by SDK Consistency Review Agent for issue #1484 · ● 5M ·

@stephentoub stephentoub merged commit 644b84b into main May 28, 2026
44 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.55 branch May 28, 2026 21:48
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