add a user message during --show-prompts

This commit is contained in:
Paul Gauthier 2024-05-08 13:49:38 -07:00
parent 5bd875ffbf
commit 48fd67485c
2 changed files with 4 additions and 1 deletions

View file

@ -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