From 8f236c69e1d62622a3786c718ea4a2520285abcb Mon Sep 17 00:00:00 2001 From: Peter Hadlaw <1638946+peterhadlaw@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:00:14 -0500 Subject: [PATCH] fix: Do not lowercase the entirety of the commit message --- aider/prompts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/prompts.py b/aider/prompts.py index 8e26338ee..84ed75e9b 100644 --- a/aider/prompts.py +++ b/aider/prompts.py @@ -10,7 +10,6 @@ one-line Git commit messages based on the provided diffs. Review the provided context and diffs which are about to be committed to a git repo. Review the diffs carefully. Generate a one-line commit message for those changes. -The commit message should be entirely lowercase. The commit message should be structured as follows: : Use these for : fix, feat, build, chore, ci, docs, style, refactor, perf, test