Skip to content

Commit 52bf0a8

Browse files
committed
fix: comment updates
1 parent 532c99b commit 52bf0a8

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

gui/src/redux/thunks/handleApplyStateUpdate.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,7 @@ export const handleApplyStateUpdate = createAsyncThunk<
9898
);
9999
}
100100
}
101-
// const output: ContextItem = {
102-
// name: "Edit tool output",
103-
// content: "Completed edit",
104-
// description: "",
105-
// };
106-
// dispatch(setToolCallOutput([]));
101+
// TODO return output from edit tools so the model knows the result
107102
}
108103
}
109104
}

gui/src/util/clientTools/searchReplaceImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const searchReplaceToolImpl: ClientToolImpl = async (
8383
// Single applyToFile call with all accumulated changes
8484
// This works becaues of our logic in `applyCodeBlock` that determines
8585
// that the full file rewrite here can be applied instantly, so the diff
86-
// lines are just
86+
// lines are generated with meyers diff and streamed instantaneously
8787
extras.dispatch(
8888
updateApplyState({
8989
streamId,

0 commit comments

Comments
 (0)