Article Summary (Model: gpt-5.4)
Subject: Default Copilot Attribution
The Gist:
This PR changed VS Code’s Git setting git.addAICoAuthor from off to all, making AI co-author trailers enabled by default. A follow-up commit also updated the runtime fallback so the new default actually took effect consistently. The PR itself is minimal and has no rationale beyond the title; its later discussion shows users reporting that Copilot attribution appeared even when AI features were disabled or not used, prompting an announced revert.
Key Claims/Facts:
- Default flip: The PR changes the Git extension’s default from
"off"to"all", enablingCo-authored-by: Copilotby default. - Fallback sync: After Copilot review flagged a mismatch, a second commit aligned the runtime fallback with the new schema default.
- Regression reports: Later comments on the PR say attribution was being added unexpectedly, including with
disableAIFeaturesenabled, and the approver says the default will be reverted in 1.119.
Discussion Summary (Model: gpt-5.4)
Consensus: Dismissive. Commenters overwhelmingly saw this as an unacceptable, trust-eroding change to commit metadata, even though some appreciated the maintainer’s apology and willingness to revert (c47992637, c47994064, c47994004).
Top Critiques & Pushback:
Co-Authored-by: Copiloteven when Copilot was disabled or not meaningfully involved, which they said breaks the value of authorship metadata and could create workplace or policy problems (c47994064, c47993828, c47991121).Better Alternatives / Prior Art:
Expert Context: