Update @github/copilot to 1.0.81-12 and refresh view replays - #2418
Draft
github-actions[bot] wants to merge 3 commits into
Draft
Update @github/copilot to 1.0.81-12 and refresh view replays#2418github-actions[bot] wants to merge 3 commits into
github-actions[bot] wants to merge 3 commits into
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Contributor
Author
Cross-SDK Consistency Review ✅This PR is an automated dependency update that regenerates types across all six SDK implementations in lockstep:
The snapshot changes ( No cross-SDK inconsistencies found — all language implementations are updated consistently via code generation.
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
MackinnonBuck
approved these changes
Aug 27, 2026
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.
Why
GitHub Copilot CLI
1.0.81-12includes github/copilot-agent-runtime#13802, which removed generated line-number prefixes fromviewresults. The SDK replay snapshots still expected numbered output, so the runtime compatibility matrix missed its replay cache across all four backends.This pull request updates the CLI dependency and the replay snapshots together so SDK CI and the runtime compatibility matrix use the same output contract.
Closes github/copilot-agent-runtime#17327
What
@github/copilotto1.0.81-12and regenerate the SDK bindings and version metadata.Validation