mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
add a user message during --show-prompts
This commit is contained in:
parent
5bd875ffbf
commit
48fd67485c
2 changed files with 4 additions and 1 deletions
|
@ -418,7 +418,7 @@ class Coder:
|
|||
if repo_content:
|
||||
if all_content:
|
||||
all_content += "\n"
|
||||
all_content += repo_content
|
||||
all_content += repo_content + "\n"
|
||||
|
||||
if self.abs_fnames:
|
||||
files_content = self.gpt_prompts.files_content_prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue