From 98c35e3aaf6f7c3d6e2031e94c38aada366ac15b Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 30 Mar 2026 21:23:32 -0400 Subject: [PATCH] [UPD] template gpt commands commit remove model, it's implicit information --- conf/template_claude_commands_commit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/template_claude_commands_commit.md b/conf/template_claude_commands_commit.md index 9ac2030..2dbf0e6 100644 --- a/conf/template_claude_commands_commit.md +++ b/conf/template_claude_commands_commit.md @@ -57,7 +57,7 @@ Then create an OCA/Odoo-compliant commit. Explain WHY the change was made (not what — the diff already shows that). Keep lines under 80 characters. -Generated by Claude Code {VERSION} model {MODEL} +Generated by Claude Code {VERSION} {MODEL} Co-Authored-By: Your Name ``` @@ -74,7 +74,7 @@ git add -A && git commit --author="Your Name " -m "[TAG] module: Explain WHY here. -Generated by Claude Code {VERSION} model {MODEL} +Generated by Claude Code {VERSION} {MODEL} Co-Authored-By: Your Name " ```