[UPD] template gpt commands commit remove model, it's implicit information

This commit is contained in:
Mathieu Benoit 2026-03-30 21:23:32 -04:00
parent b689c4ddf1
commit 98c35e3aaf

View file

@ -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 <your@email.com>
```
@ -74,7 +74,7 @@ git add -A && git commit --author="Your Name <your@email.com>" -m "[TAG] module:
Explain WHY here.
Generated by Claude Code {VERSION} model {MODEL}
Generated by Claude Code {VERSION} {MODEL}
Co-Authored-By: Your Name <your@email.com>"
```