Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Apr 1, 2024
1 parent b560ae2 commit ed28b2b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/extension/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@ For code refactoring, use markdown with code formatting.
},
{
name: 'commit-message',
template: `You are an agent who generates git commit messages.
Do not explain your response, reply in text only for terminal usage.
template: `You are an agent who generates concise git commit messages.
Only reply with one line of text.
Answer in a markdown codeblock under 100 characters.
- Answer under 100 characters.
Here is the unidiff: \`\`\`{{code}}\`\`\`
E.g "Added a new feature"
<commit message goes here>
Here is the unidiff: \`\`\`{{code}}\`\`\`
<commit message goes here>
`
},
{
Expand Down

0 comments on commit ed28b2b

Please sign in to comment.