[PR #1137] [CLOSED] feat(config): add option to disable AI attribution in commits and PRs #9828

Closed
opened 2026-02-16 18:14:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1137
Author: @antgonzales
Created: 7/18/2025
Status: Closed

Base: devHead: antgonzales/1135


📝 Commits (1)

  • 98741ec feat(config): add option to disable AI attribution in commits and PRs

📊 Changes

2 files changed (+21 additions, -2 deletions)

View changed files

📝 packages/opencode/src/config/config.ts (+1 -0)
📝 packages/opencode/src/tool/bash.txt (+20 -2)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1137 **Author:** [@antgonzales](https://github.com/antgonzales) **Created:** 7/18/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `antgonzales/1135` --- ### 📝 Commits (1) - [`98741ec`](https://github.com/anomalyco/opencode/commit/98741ecc1f8cc36e0e47ace88ba4bfe7f6350202) feat(config): add option to disable AI attribution in commits and PRs ### 📊 Changes **2 files changed** (+21 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/config/config.ts` (+1 -0) 📝 `packages/opencode/src/tool/bash.txt` (+20 -2) </details> ### 📄 Description 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:14 -05:00
yindo closed this issue 2026-02-16 18:14:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9828