mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-06 22:54:50 +01:00
* agentHost: bump Claude Agent SDK to 0.3.248 Update the development and packaged SDK pins, adopt the required callback request IDs, and refresh real-SDK E2E captures. Harden fixture path normalization and keep shared file-operation scenarios provider-independent. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * agentHost: normalize truncated E2E workspace paths Scrub harness-owned temp workspaces even when session titles contain only an older, truncated, or username-normalized path. Add a black-box recording regression test and refresh the four affected Claude list_sessions fixtures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * agentHost: make Claude E2E paths portable Canonicalize recorded workspace and home path separators after parsing model traffic so Windows captures replay on macOS and Linux without corrupting serialized JSON. Refresh path-bearing fixtures and make the shared two-peer write prompt deterministic. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * agentHost: use Claude Agent SDK 0.3.247 Use the immediately preceding Claude Agent SDK release because 0.3.248 is unavailable in the build cache. Keep the development and packaged SDK pins and platform lock entries in sync. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * agentHost: refresh Claude 0.3.247 model fixture Record the 0.3.247 runtime's unquoted model-switch confirmation so strict request matching remains accurate for the cached SDK version. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * build: pin Claude Agent SDK to 0.3.239 Use the newest SDK release permitted by the seven-day package embargo. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>