From cebf1c905239f95b41666afda149901fd7a40721 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Mon, 1 Dec 2025 16:43:09 +0530 Subject: [PATCH] fix(aichat): correct commit message generation instruction in prompt --- home/programs/aichat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/aichat.nix b/home/programs/aichat.nix index 94cbf75b..8f2c0bf7 100644 --- a/home/programs/aichat.nix +++ b/home/programs/aichat.nix @@ -176,7 +176,7 @@ --- model: ryu:qwen3-coder-30b --- - Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Don't include any additional text or explanations, just the commit message. + Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message. ''; }; };