formatter config

This commit is contained in:
Dax Raad
2025-07-31 19:36:07 -04:00
parent 5e66fc2318
commit 30e10127f2
5 changed files with 37 additions and 6 deletions
+1
View File
@@ -96,6 +96,7 @@ export const EditTool = Tool.define("edit", {
file: filePath,
})
contentNew = await file.text()
diff = trimDiff(createTwoFilesPatch(filePath, filePath, contentOld, contentNew))
})()
FileTime.read(ctx.sessionID, filePath)