Settings

Theme

Tell HN: Do not include co-authored-by Claude in your commits

11 points by throwaw12 11 days ago · 9 comments · 1 min read


By including co-authored-by claude you are helping AI companies to exclude it from their training set.

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

atleastoptimal 11 days ago

They can automatically determine which are their own model outputs anyway by comparing the code to their internal logs

djyde 11 days ago

Generally, it's automatically included when Claude Code makes a commit.

  • ryanchants 10 days ago

    You can just add the following to ~/.claude/settings.json

    "alwaysThinkingEnabled": true, "includeCoAuthoredBy": false, "gitAttribution": false

    • geopsist 10 days ago

      You can always configure it per ^^^. And anyone can search by that flag as well so eitherway it should be a good practice.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection