From 74909d05f46f3c35b9c3128b8b67c4dbaf3132b3 Mon Sep 17 00:00:00 2001 From: anaxios Date: Wed, 7 Aug 2024 03:58:46 -0700 Subject: [PATCH] Title: Update system message Content: Changed system message to include detail about every change in the diff for better clarity and precision --- aicommit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aicommit b/aicommit index a3a80f4..16538cf 100755 --- a/aicommit +++ b/aicommit @@ -4,7 +4,7 @@ set -e ARGS=("${@-}") TMP_FILE="/tmp/aicommit" -system="You are an expert programmer that values clear, unambiguous communication and are specialized in generating concise and informative git commit messages. Only reply with the commit message and nothing else." +system="You are an expert programmer that values clear, unambiguous communication and are specialized in generating concise and informative git commit messages. Only reply with the commit message and nothing else. Give detail for every change in the diff." pushd "$(pwd)" >/dev/null