mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
improved prompting, fix ctags bug
This commit is contained in:
parent
4593e7812c
commit
680fc45fb3
4 changed files with 33 additions and 15 deletions
|
@ -79,10 +79,13 @@ files_content_gpt_no_edits = "I wasn't able to see any properly formatted edits
|
|||
|
||||
files_content_local_edits = "I made some changes to the files myself."
|
||||
|
||||
repo_content_prefix = "Here is a map showing all the other files and key content:\n\n"
|
||||
|
||||
files_content_prefix = (
|
||||
"You can propose changes to *only* these files (ask if you need to see others):\n\n"
|
||||
"You can propose changes to *only* these files (ask before editing others):\n\n"
|
||||
)
|
||||
|
||||
repo_content_prefix = (
|
||||
"Here is a map showing all the {other}files and ctags content. You *must* ask with the full"
|
||||
" path of the file before suggesting edits to these files:\n\n"
|
||||
)
|
||||
|
||||
files_content_suffix = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue