diff --git a/src/core/Cline.ts b/src/core/Cline.ts index 5ba86fd7e6..3b94b02efb 100644 --- a/src/core/Cline.ts +++ b/src/core/Cline.ts @@ -1142,7 +1142,7 @@ export class Cline { pushToolResult( formatResponse.toolError( `${(error as Error)?.message}\n\n` + - `This is likely due to character mismatches between the SEARCH block and the actual file.\n\n` + + `This is likely because the SEARCH block content doesn't match exactly with what's in the file.\n\n` + `The file was reverted to its original state:\n\n` + `\n${this.diffViewProvider.originalContent}\n\n\n` + `Try again with a more precise SEARCH block.\n(If you keep running into this error, you may use the write_to_file tool as a workaround.)`,