Skip to content

Attribution & Output

  • Type: string
  • Default: "🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>"
  • Description: Git commit attribution trailer (e.g., Co-Authored-By: Claude…). Empty string disables attribution.
  • Example:
    {
    "attribution": {
    "commit": "Generated with AI\n\nCo-Authored-By: AI <ai@example.com>"
    }
    }
  • Type: string
  • Default: "🤖 Generated with [Claude Code](https://claude.com/claude-code)"
  • Description: PR description attribution. Empty string disables attribution.
  • Example:
    {
    "attribution": {
    "pr": ""
    }
    }
  • Type: boolean
  • Default: unspecified
  • Description: Deprecated — use attribution.commit instead. Whether to include the co-authored-by Claude byline in git commits and pull requests.
  • Example:
    {
    "includeCoAuthoredBy": false
    }

← Back to settings/README.md