Skip to content

Commit 5c7f3ad

Browse files
committed
Fix checkpoints not working when Morph fast apply is enabled
1 parent 2e94f9d commit 5c7f3ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/assistant-message/presentAssistantMessage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ export async function presentAssistantMessage(cline: Task, recursionDepth: numbe
482482
break
483483
// kilocode_change start: Morph fast apply
484484
case "edit_file":
485+
await checkpointSaveAndMark(cline)
485486
await editFileTool(cline, block, askApproval, handleError, pushToolResult, removeClosingTag)
486487
break
487488
// kilocode_change end

0 commit comments

Comments
 (0)