Skip to content

Commit e2f27ed

Browse files
lszomorubenibenj
authored andcommitted
Git - increase priority for custom instructions (#1494)
1 parent fc02d60 commit e2f27ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/prompts/node/git/gitCommitMessagePrompt.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ export class GitCommitMessagePrompt extends PromptElement<GitCommitMessagePrompt
5959
</>
6060
))}
6161
</Tag>
62-
<Tag priority={900} name='reminder'>
62+
<Tag priority={950} name='reminder'>
6363
Now generate a commit messages that describe the CODE CHANGES.<br />
6464
DO NOT COPY commits from RECENT COMMITS, but use it as reference for the commit style.<br />
6565
ONLY return a single markdown code block, NO OTHER PROSE!<br />
6666
<UnsafeCodeBlock languageId='text' code='commit message goes here' />
6767
</Tag>
68-
<Tag priority={750} name='custom-instructions'>
68+
<Tag priority={950} name='custom-instructions'>
6969
<CustomInstructions
7070
chatVariables={undefined}
7171
customIntroduction='When generating the commit message, please use the following custom instructions provided by the user.'

0 commit comments

Comments
 (0)