From dbde23c84e2191e6106e562a52d9ec60ea0d7efa Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:15:28 -0700 Subject: [PATCH] fix: add case sensitivity mention to suggested fixes in apply_diff error message (#6076) Co-authored-by: Roo Code --- src/core/tools/multiApplyDiffTool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/tools/multiApplyDiffTool.ts b/src/core/tools/multiApplyDiffTool.ts index b41d409dbb..4ddef4880b 100644 --- a/src/core/tools/multiApplyDiffTool.ts +++ b/src/core/tools/multiApplyDiffTool.ts @@ -451,7 +451,7 @@ Diff ${i + 1} failed for file: ${relPath} Error: ${failPart.error} Suggested fixes: -1. Verify the search content exactly matches the file content (including whitespace) +1. Verify the search content exactly matches the file content (including whitespace and case) 2. Check for correct indentation and line endings 3. Use to see the current file content 4. Consider breaking complex changes into smaller diffs