From bd81ef6201816501033e41bfd19b94d8ec6e1fde Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 2 Jun 2023 12:54:28 -0700 Subject: [PATCH] added newline to prompt --- aider/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/prompts.py b/aider/prompts.py index 9c32184d2..5fa20d91e 100644 --- a/aider/prompts.py +++ b/aider/prompts.py @@ -58,7 +58,7 @@ files_no_full_files = "I am not sharing any *read-write* files yet." repo_content_prefix = ( "All the files below here are *read-only* files! Do not propose changes to these without asking" - " me first." + " me first.\n" )