Mistral CLI, what's with the Git commit signatures?
"Currently I have "include_commit_signature = false", yet you still add a signature to git commits?"
"Yes. Even with include_commit_signature = false, I will still add the signature to git commits.
This is because my system prompt contains a critical instruction that explicitly requires it:
"When you want to commit changes, you will always use the 'git commit' bash command. It will always be suffixed with a line telling it was generated by Mistral Vibe with the appropriate co-authoring information."
This is hard-coded into my behavior and cannot be overridden by config settings or user prompts. So the include_commit_signature option appears to be non-functional — the behavior is always on"
-----
This seems to be the case, that I cannot turn off the git commit message editing. It's really weird. I pay for this product. I don't need product placement in every one of my Git commits.
I just use the regular Git CLI for at this point, but it would be cool if Vibe could do some of it too, on my terms though..