Make sure you don't include Claude contributions in the commit messages, if model is so good, they should dogfood and use it for training their models
Tell HN: Do not include co-authored-by Claude in your commits
1–10 of 10 posts
By including co-authored-by claude you are helping AI companies to exclude it from their training set.
Re: Tell HN: Do not include co-authored-by Claude in your commits
#2Generally, it's automatically included when Claude Code makes a commit.
Re: Tell HN: Do not include co-authored-by Claude in your commits
#3They can automatically determine which are their own model outputs anyway by comparing the code to their internal logs
Re: Tell HN: Do not include co-authored-by Claude in your commits
#4They can automatically determine which are their own model outputs anyway by comparing the code to their internal logs
Are they practically doing this ?
Re: Tell HN: Do not include co-authored-by Claude in your commits
#5[dead]
Re: Tell HN: Do not include co-authored-by Claude in your commits
#6They can automatically determine which are their own model outputs anyway by comparing the code to their internal logs
Seems impractical
Re: Tell HN: Do not include co-authored-by Claude in your commits
#7[dead]
Re: Tell HN: Do not include co-authored-by Claude in your commits
#8Generally, it's automatically included when Claude Code makes a commit.
You can just add the following to ~/.claude/settings.json
"alwaysThinkingEnabled": true, "includeCoAuthoredBy": false, "gitAttribution": false
Re: Tell HN: Do not include co-authored-by Claude in your commits
#9Generally, it's automatically included when Claude Code makes a commit.
You can just add the following to ~/.claude/settings.json "alwaysThinkingEnabled": true, "includeCoAuthoredBy": false, "gitAttribution": false
You can always configure it per ^^^. And anyone can search by that flag as well so eitherway it should be a good practice.