@iinm/plain-agent 1.7.8 → 1.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/tools/patchFile.mjs +1 -1
package/package.json
CHANGED
package/src/tools/patchFile.mjs
CHANGED
|
@@ -28,7 +28,7 @@ export function createPatchFileTool(
|
|
|
28
28
|
description: `
|
|
29
29
|
- Content is searched as an exact match including indentation and line breaks.
|
|
30
30
|
- The first match found will be replaced if there are multiple matches.
|
|
31
|
-
- Use multiple SEARCH/REPLACE blocks with nonce (${nonce}) to replace multiple contents.
|
|
31
|
+
- Use multiple SEARCH/REPLACE blocks with session-scoped nonce (${nonce}) to replace multiple contents.
|
|
32
32
|
|
|
33
33
|
Format:
|
|
34
34
|
<<<<<<< SEARCH ${nonce}
|