Merge branch 'main' into refactor-repo

This commit is contained in:
Paul Gauthier 2023-07-25 09:13:20 -03:00
commit 53e332526b
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,9 @@
# 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
- /add and /drop always use paths relative to the git root

View file

@ -30,6 +30,7 @@ Every *file listing* MUST use this format:
- 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.
*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.
"""