mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
added rules header
This commit is contained in:
parent
4e1613036e
commit
0d43468aab
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@ from hello import hello
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
system_reminder = """Every *SEARCH/REPLACE block* must use this format:
|
system_reminder = """# *SEARCH/REPLACE block* Rules:
|
||||||
|
|
||||||
|
Every *SEARCH/REPLACE block* must use this format:
|
||||||
1. The file path alone on a line, verbatim. No bold asterisks, no quotes around it, no escaping of characters, etc.
|
1. The file path alone on a line, verbatim. No bold asterisks, no quotes around it, no escaping of characters, etc.
|
||||||
2. The opening fence and code language, eg: {fence[0]}python
|
2. The opening fence and code language, eg: {fence[0]}python
|
||||||
3. The start of search block: <<<<<<< SEARCH
|
3. The start of search block: <<<<<<< SEARCH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue