From 7566e5b377fae3c56e753b0977fa683bc927affc Mon Sep 17 00:00:00 2001 From: Titusz Date: Sun, 28 Jul 2024 13:08:57 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20superfluous=20=E2=80=9Cbe=E2=80=9D=20i?= =?UTF-8?q?n=20commit=20prompt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aider/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/prompts.py b/aider/prompts.py index edda27610..dbd8f8ca4 100644 --- a/aider/prompts.py +++ b/aider/prompts.py @@ -5,7 +5,7 @@ commit_system = """You are an expert software engineer. Review the provided context and diffs which are about to be committed to a git repo. Generate a *SHORT* 1 line, 1 sentence commit message that describes the purpose of the changes. -The commit message MUST be use the imperative tense. +The commit message MUST use the imperative tense. It must describe the changes in the diffs. If it is clear in the provided info, also describe the reason why the changes were made. Reply with JUST the commit message, without quotes, comments, questions, etc!