Skip to content

Commit be2fdf6

Browse files
committed
feat(prompts): update default prompt with GitMoji
1 parent 64ecdd2 commit be2fdf6

File tree

1 file changed

+4
-3
lines changed
  • src/main/kotlin/com/github/blarc/ai/commits/intellij/plugin/settings/prompts

1 file changed

+4
-3
lines changed

src/main/kotlin/com/github/blarc/ai/commits/intellij/plugin/settings/prompts/DefaultPrompts.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ enum class DefaultPrompts(val prompt: Prompt) {
4040
Prompt(
4141
"GitMoji",
4242
"Prompt for generating commit messages with GitMoji.",
43-
"Write concise commit message from 'git diff --staged' in format `[EMOJI] [TYPE](topic): " +
44-
"description in {locale}`. Use GitMoji, present tense, max 120 chars.\n" +
45-
"\n" +
43+
"Write a concise commit message from 'git diff --staged' output in the format " +
44+
"`[EMOJI] [TYPE](file/topic): [description in {locale}]`. Use GitMoji emojis (e.g., ✨ → feat), " +
45+
"present tense, active voice, max 120 characters per line, no code blocks.\n" +
46+
"---\n" +
4647
"{diff}",
4748
false
4849
)

0 commit comments

Comments
 (0)