opencode
opencode copied to clipboard
feat(config): add option to disable AI attribution in commits and PRs
Adds disable_ai_attribution config option that allows users to remove the "🤖 Generated with opencode" and "Co-Authored-By: opencode" lines from git commits and pull request descriptions when set to true.
Addresses #1135