From fd245dce0a3d1d04de501964997dab52768f4524 Mon Sep 17 00:00:00 2001 From: Manpreet Kaur Date: Tue, 23 Jun 2026 12:56:37 +0530 Subject: [PATCH] fix(gui): preserve filepath in apply error state --- gui/src/redux/thunks/handleApplyStateUpdate.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/src/redux/thunks/handleApplyStateUpdate.ts b/gui/src/redux/thunks/handleApplyStateUpdate.ts index a220af51f63..79989db68a6 100644 --- a/gui/src/redux/thunks/handleApplyStateUpdate.ts +++ b/gui/src/redux/thunks/handleApplyStateUpdate.ts @@ -210,6 +210,7 @@ export const applyForEditTool = createAsyncThunk< status: "closed", streamId: applyState.streamId, toolCallId, + filepath: payload.filepath, }), ); }