From ed28b2b47bf405133734f229501d30a0ea90fe14 Mon Sep 17 00:00:00 2001 From: rjmacarthy Date: Mon, 1 Apr 2024 21:49:26 +0100 Subject: [PATCH] lint --- src/extension/templates.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/extension/templates.ts b/src/extension/templates.ts index 1ab30f3f..cf6075c6 100644 --- a/src/extension/templates.ts +++ b/src/extension/templates.ts @@ -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" - +Here is the unidiff: \`\`\`{{code}}\`\`\` + + ` }, {