Skip to content

Commit 5eb079c

Browse files
committed
Fix AI prompt footer formatting in commit message template
**Generated by CodeLite** Signed-off-by: Eran Ifrah <eran@codelite.org>
1 parent 79b02ee commit 5eb079c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/ai/Prompts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const std::string PROMPT_GIT_COMMIT_MSG =
4848
* Summarize **what** was changed (high‑level overview, not a line‑by‑line description).
4949
* If the change touches multiple logical areas, add a short **"* <area>"** bullet list at the end of the body.
5050
* Do **not** repeat the diff verbatim in the commit message; use it only as source material for understanding the change.
51-
* Append a footer with the following text at the end of the generated commit message: "**Generated by CodeLite**"
51+
* Append a footer with the following BOLD text at the end of the generated commit message: "Generated by CodeLite"
5252
5353
## Input
5454
Below is the `git diff` of the change you need to describe. Use it to infer the intent of the change, the files involved,

0 commit comments

Comments
 (0)