Disable Claude co-attribution in commits/PRs#4788
Conversation
…-attribution Agent-Logs-Url: https://github.com/microsoft/vscode-copilot-chat/sessions/1249d941-2976-42db-8fd6-db5b00625865 Co-authored-by: pierceboggan <1091304+pierceboggan@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/vscode-copilot-chat/sessions/1249d941-2976-42db-8fd6-db5b00625865 Co-authored-by: pierceboggan <1091304+pierceboggan@users.noreply.github.com>
|
@copilot I don't want you to add a new setting, I want you to just disable it in our agent SDK configuration for Claude. |
Agent-Logs-Url: https://github.com/microsoft/vscode-copilot-chat/sessions/b52d23f0-a148-444e-82e9-0e9e736ab8e5 Co-authored-by: pierceboggan <1091304+pierceboggan@users.noreply.github.com>
Done — removed the setting and hardcoded |
|
@copilot bro read the docs https://code.claude.com/docs/en/settings#attribution-settings |
Agent-Logs-Url: https://github.com/microsoft/vscode-copilot-chat/sessions/07ad67f8-4840-4f73-b94b-636c09541fea Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
Switched to the Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Claude Code session configuration in the Copilot Chat extension to suppress the Claude Agent SDK’s default “Co-authored-by: Claude” attribution on commits and pull requests.
Changes:
- Sets Claude Agent SDK
settings.attributionfor sessions to disable commit attribution. - Sets Claude Agent SDK
settings.attributionfor sessions to disable PR attribution.
|
The PR description doesn't mention why this is being done (and no reference to an issue). Isn't this removing transparency around AI usage? |
When using Claude in Copilot, we shouldn't be attributing PRs to Claude.
The Claude Agent SDK supports disabling the "Co-authored-by: Claude" attribution added to git commits and pull requests, and this PR uses the
attributionsettings API with empty strings forcommitandprto suppress this attribution on Claude agent-authored code.https://code.claude.com/docs/en/settings#attribution-settings
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.