Title: Update system message

Content: Changed system message to include detail about every change in the diff for better clarity and precision
This commit is contained in:
ilguappo 2024-08-07 03:58:46 -07:00
parent c72a7835da
commit 74909d05f4

View File

@ -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