mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
Merge branch 'main' into refactor-repo
This commit is contained in:
commit
53e332526b
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
|
### main branch on github
|
||||||
|
|
||||||
|
- Stronger GPT-3.5 prompt against skipping/eliding code in replies (51.9% benchmark, no regression)
|
||||||
|
|
||||||
### v0.10.1
|
### v0.10.1
|
||||||
|
|
||||||
- /add and /drop always use paths relative to the git root
|
- /add and /drop always use paths relative to the git root
|
||||||
|
|
|
@ -30,6 +30,7 @@ Every *file listing* MUST use this format:
|
||||||
- Final line: closing {fence[1]}
|
- Final line: closing {fence[1]}
|
||||||
|
|
||||||
To suggest changes to a file you MUST return a *file listing* that contains the entire content of the file.
|
To suggest changes to a file you MUST return a *file listing* that contains the entire content of the file.
|
||||||
|
*NEVER* skip, omit or elide content from a *file listing* using "..." or by adding comments like "... rest of code..."!
|
||||||
Create a new file you MUST return a *file listing* which includes an appropriate filename, including any appropriate path.
|
Create a new file you MUST return a *file listing* which includes an appropriate filename, including any appropriate path.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue