From cc79f6249879913f19944eb5268341303771e69d Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 22 Jun 2023 11:55:21 -0700 Subject: [PATCH] repo_content_prefix = None in whole-func --- aider/coders/wholefile_func_prompts.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/aider/coders/wholefile_func_prompts.py b/aider/coders/wholefile_func_prompts.py index 191d6754c..533c1086d 100644 --- a/aider/coders/wholefile_func_prompts.py +++ b/aider/coders/wholefile_func_prompts.py @@ -21,8 +21,4 @@ NEVER return code outside the `write_file` function. redacted_edit_message = "No changes are needed." - # TODO: make this optional, since this Coder doesn't use it - repo_content_prefix = ( - "Below here are summaries of other files! Do not propose changes to these *read-only*" - " files without asking me first.\n" - ) + repo_content_prefix = None