Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
8cf70e5
Update @github/copilot to 1.0.81-2
github-actions[bot] Aug 19, 2026
3807b3f
Fix SDK code generation for Copilot 1.0.81-2
stephentoub Aug 19, 2026
aef4bd9
Fix expanded protocol integrations
stephentoub Aug 19, 2026
a8733fb
Handle expanded command results in Rust tests
stephentoub Aug 19, 2026
b886496
Update Java tests for expanded protocol records
stephentoub Aug 19, 2026
b9e60f3
Resolve updated Copilot platform packages
stephentoub Aug 19, 2026
69c2866
Fix Copilot 1.0.81 protocol compatibility
stephentoub Aug 19, 2026
96d3c9d
Update Java provider model test literals
stephentoub Aug 19, 2026
8f587b3
Fix generated API compatibility checks
stephentoub Aug 19, 2026
0d8c799
Update tests for expanded RPC contracts
stephentoub Aug 19, 2026
b154da6
Use serializable MCP configs in Python RPC tests
stephentoub Aug 19, 2026
a973581
Fix remaining SDK CI regressions
stephentoub Aug 19, 2026
3a5e416
Serialize empty Go command descriptions
stephentoub Aug 19, 2026
28afd5e
Reload MCP servers after session resume
stephentoub Aug 19, 2026
58a15fc
Fix cross-SDK replay and resume regressions
stephentoub Aug 19, 2026
105ee80
Replay generated background agent IDs
stephentoub Aug 19, 2026
945ab0c
Classify missing Go session files
stephentoub Aug 19, 2026
edd9f47
Disable CLI 1.0.81 runtime-blocked E2E tests
stephentoub Aug 19, 2026
5b010ab
Name the exact blocked CLI build in skip markers
stephentoub Aug 19, 2026
58dbbce
Fix prettier formatting for skipped factory test
stephentoub Aug 19, 2026
fe40f79
Always send command description on the Rust wire
stephentoub Aug 19, 2026
ca205e0
Normalize sessionFs temp path separators in the Node E2E assertion
stephentoub Aug 19, 2026
eae63f9
Skip the Node session.ui.ephemeralQuery E2E test
stephentoub Aug 19, 2026
00fb352
Skip in-process-only auth and telemetry E2E failures
stephentoub Aug 19, 2026
d7c43f2
Skip the Windows permission location E2E test
stephentoub Aug 19, 2026
ef24129
Skip Go session-resume E2E tests on in-process macOS
stephentoub Aug 19, 2026
0afcbf3
Repoint the .NET E2E process cwd before deleting work directories
stephentoub Aug 19, 2026
49b9fff
Normalize sessionFs temp path separators in Go and .NET assertions
stephentoub Aug 19, 2026
38d92ee
Align .NET managed-approval kind list with generated discriminators
stephentoub Aug 19, 2026
6138be0
Skip the ripgrep-backed builtin tool E2E tests in-process
stephentoub Aug 19, 2026
a368e9b
Import the harness namespace in BuiltinToolsE2ETests
stephentoub Aug 19, 2026
bb17e2d
Remove file-system check-then-use races flagged by CodeQL
stephentoub Aug 19, 2026
3885606
Skip the model-driven Node E2E suites on the in-process transport
stephentoub Aug 19, 2026
c4e4912
Wait for async file-change capture in the Python rewind E2E test
stephentoub Aug 19, 2026
920eb52
Skip in-process Java E2E suites blocked by CLI 1.0.81-2
stephentoub Aug 19, 2026
46a0cff
Drop the .NET in-process CAPI matrix cells blocked by CLI 1.0.81-2
stephentoub Aug 19, 2026
84a90e8
Also skip McpOAuthResumeE2ETest on the in-process transport
stephentoub Aug 19, 2026
00cad45
Skip in-process failsafe ITs blocked by CLI 1.0.81-2
stephentoub Aug 19, 2026
5fc3a95
Make hung .NET test runs fail fast and name the culprit
stephentoub Aug 19, 2026
004c353
Split the macOS .NET suite across two hosts
stephentoub Aug 19, 2026
83ead32
Give the Rust E2E replay proxy its own shutdown timeout
stephentoub Aug 19, 2026
021cf90
Stabilize rewind capture and replay proxy teardown
stephentoub Aug 19, 2026
a05f56a
Satisfy Clippy in replay proxy teardown
stephentoub Aug 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14,476 changes: 8,573 additions & 5,903 deletions dotnet/src/Generated/Rpc.cs

Large diffs are not rendered by default.

1,755 changes: 1,461 additions & 294 deletions dotnet/src/Generated/SessionEvents.cs

Large diffs are not rendered by default.

2,787 changes: 2,474 additions & 313 deletions go/rpc/zrpc.go

Large diffs are not rendered by default.

788 changes: 750 additions & 38 deletions go/rpc/zrpc_encoding.go

Large diffs are not rendered by default.

82 changes: 79 additions & 3 deletions go/rpc/zsession_encoding.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading