File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ Error: ${failPart.error}
463463Suggested fixes:
4644641. Verify the search content exactly matches the file content (including whitespace and case)
4654652. Check for correct indentation and line endings
466- 3. Use < read_file> to see the current file content
466+ 3. Use the read_file tool to verify the file's current contents
4674674. Consider breaking complex changes into smaller diffs
4684685. Ensure start_line parameter matches the actual content location
469469${ errorDetails ? `\nDetailed error information:\n${ errorDetails } \n` : "" }
@@ -476,7 +476,7 @@ Unable to apply diffs to file: ${absolutePath}
476476Error: ${ diffResult . error }
477477
478478Recovery suggestions:
479- 1. Use < read_file> to examine the current file content
479+ 1. Use the read_file tool to verify the file's current contents
4804802. Verify the diff format matches the expected search/replace pattern
4814813. Check that the search content exactly matches what's in the file
4824824. Consider using line numbers with start_line parameter
You can’t perform that action at this time.
0 commit comments