We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b46e74 commit 74d9c59Copy full SHA for 74d9c59
1 file changed
packages/cli/src/ai/index.ts
@@ -374,6 +374,7 @@ export const generateCommitMessage = async (
374
`,
375
},
376
],
377
+ allowSystemInMessages: true,
378
});
379
380
return output.message.trim();
@@ -404,6 +405,7 @@ export const generateCommitGuidelines = async (
404
405
${commits.join("\n")}`,
406
407
408
409
410
411
return output.prompt.trim();
0 commit comments