Skip to content

Update @github/copilot to 1.0.81-12 and refresh view replays - #2418

Draft
github-actions[bot] wants to merge 3 commits into
mainfrom
update-copilot-1.0.81-12
Draft

Update @github/copilot to 1.0.81-12 and refresh view replays#2418
github-actions[bot] wants to merge 3 commits into
mainfrom
update-copilot-1.0.81-12

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Why

GitHub Copilot CLI 1.0.81-12 includes github/copilot-agent-runtime#13802, which removed generated line-number prefixes from view results. 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

  • Update @github/copilot to 1.0.81-12 and regenerate the SDK bindings and version metadata.
  • Remove obsolete line-number prefixes from 27 shared replay snapshots.
  • Keep the recorded model responses unchanged because the file content did not change.

Validation

github-actions Bot and others added 2 commits August 26, 2026 22:37
- 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>
@github-actions

Copy link
Copy Markdown
Contributor Author

Cross-SDK Consistency Review ✅

This PR is an automated dependency update that regenerates types across all six SDK implementations in lockstep:

SDK Generated files updated
Node.js/TypeScript nodejs/src/generated/rpc.ts, session-events.ts
Python python/copilot/generated/rpc.py, session_events.py
Go go/rpc/zrpc.go, zsession_encoding.go, zsession_events.go, zsession_events.go
.NET dotnet/src/Generated/Rpc.cs, SessionEvents.cs
Java Multiple generated Java types
Rust rust/src/generated/api_types.rs, session_events.rs

The snapshot changes (test/snapshots/) uniformly remove line-number prefixes from view tool output across all affected fixtures, consistent with the CLI behavior change described in the PR.

No cross-SDK inconsistencies found — all language implementations are updated consistently via code generation.

Generated by SDK Consistency Review Agent for #2418 · sonnet46 25.9 AIC · ⌖ 8.22 AIC · ⊞ 6.6K ·

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
@github-actions github-actions Bot mentioned this pull request Aug 26, 2026
@caarlos0 caarlos0 added the post-to-slack Post PR to reviewers Slack channel label Aug 27, 2026
@caarlos0 caarlos0 changed the title Update @github/copilot to 1.0.81-12 Update @github/copilot to 1.0.81-12 and refresh view replays Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

post-to-slack Post PR to reviewers Slack channel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants