mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 11:39:57 +01:00
Updates the runtime pin in the repo-root devDependencies and the build pin used to produce the deterministic Claude SDK tarball, plus both lockfiles. 0.3.220 tightens three test-facing SDK types, so the agent host test doubles and transcript fixtures are updated to match: - `Query.interrupt()` now returns `Promise<SDKControlInterruptResponse | undefined>` - `canUseTool` options now require `requestId` - `SessionMessage` now requires `parent_agent_id` No committed replay fixtures needed re-recording: the existing captures already replay green against the new SDK. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>