mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
feat: Implement changes to handle files content in Coder and prompts
This commit is contained in:
parent
075bc828f6
commit
65e57df7ea
12 changed files with 342 additions and 13 deletions
|
@ -648,7 +648,7 @@ class Coder:
|
|||
if self.abs_fnames:
|
||||
files_content = self.gpt_prompts.files_content_prefix
|
||||
files_content += self.get_files_content()
|
||||
files_reply = "Ok, any changes I propose will be to those files."
|
||||
files_reply = self.gpt_prompts.files_content_assistant_reply
|
||||
elif self.get_repo_map() and self.gpt_prompts.files_no_full_files_with_repo_map:
|
||||
files_content = self.gpt_prompts.files_no_full_files_with_repo_map
|
||||
files_reply = self.gpt_prompts.files_no_full_files_with_repo_map_reply
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue