🎻 prompt.ts

This commit is contained in:
nirholas
2026-03-31 10:24:02 +00:00
parent e6c54b6a68
commit 3d7cf214c7

View File

@@ -26,3 +26,4 @@ Usage:${getPreReadInstruction()}
- The edit will FAIL if \`old_string\` is not unique in the file. Either provide a larger string with more surrounding context to make it unique or use \`replace_all\` to change every instance of \`old_string\`.${minimalUniquenessHint}
- Use \`replace_all\` for replacing and renaming strings across the file. This parameter is useful if you want to rename a variable for instance.`
}