From 704c58468667a4e89b17dc4f693c6f3d621cf1bf Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 6 Jul 2026 11:23:58 +0100 Subject: [PATCH] fix(protocol): export managed worktree session result types (#100804) * fix: complete managed worktree surfaces * chore: drop landed locale changes --- packages/gateway-protocol/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/gateway-protocol/src/index.ts b/packages/gateway-protocol/src/index.ts index 6ab75ec3502..811be0e1d02 100644 --- a/packages/gateway-protocol/src/index.ts +++ b/packages/gateway-protocol/src/index.ts @@ -1541,6 +1541,8 @@ export type { SessionsDescribeParams, SessionsResolveParams, SessionOperationEvent, + SessionWorktreeInfo, + SessionsCreateResult, SessionsPatchParams, SessionsPatchResult, SessionsResetParams,