VS Code turns on Copilot signature by default: "Co-Authored-by" is automatically added to each git submission
The Microsoft VS Code team merged a PR with only 2 lines of code two weeks ago to change Copilot signature from off by default to on by default. After detonating the community on Hacker News today, developers discovered that each of their git commits was automatically inserted with "Co-Authored-by: Copilot" - even if the user did not use AI at all. This article details the incident, scope of impact, and solutions.
Core conclusion
On May 3, 2026, a VS Code PR detonated the community in Hacker News: Microsoft changed a setting called addAICoAuthor from the default off ("default": "off") to the default on ("default": "on"), causing VS Code to automatically insert the Co-Authored-by: Copilot signature in all git submissions - even if the user does not use Copilot to generate any code at all.
This PR only involved the modification of 2 lines of code, but it received 209+ comments and 310👎reactions. The community response was extremely intense.
Key Points
- Incident time: 2026-05-03 (PR merged 2 weeks ago, broke out in HN today)
- Scope of influence: All developers using VS Code + GitHub Copilot
- Core change:
git config addAICoAuthorchanged fromofftoon, and this configuration is extremely difficult to find in the VS Code settings UI - Fix: Search for
addAICoAuthorin VS Code settings and close it manually
Background and trigger events
The Microsoft VS Code team merged PR #310226 2 weeks ago and modified a line of configuration in extensions/git/package.json: changing the default value of the addAICoAuthor setting from "off" to "on".
The PR submitter cwebster-99 did not even provide any description text ("No description provided."), only the cold title "Enabling ai co author by default". The PR was reviewed and merged by dmitrivMS into a regular update 2 weeks ago.
Today (May 3), developer indrora posted on Hacker News to expose this matter. In less than 3 hours, he received 459 points and ranked first on the homepage. Community comments generally believe that this is Microsoft's behavior of "secretly implanting Copilot ads in git history".
Key Impact
| Dimensions | Changes | What it means for developers | Recommended actions |
|---|---|---|---|
| git historical authenticity | Automatically insert Co-Authored-by signature | False contribution attribution information appears in git log, affecting code traceability | Search for addAICoAuthor in VS Code settings and close |
| Workflow interference | Users generate signatures without using AI | Open source projects may receive "Copilot is a contributor" git record | Project maintainers can add git hook filtering |
| Trust | Microsoft is accused of secretly changing the default configuration | The community's trust in Microsoft's AI functions has further declined | Check before upgrading VS Code release notes |
| Compliance risks | Inaccurate git contribution records | Disputes may arise in enterprise audits | Enterprise administrators can turn off through group policy |
Adaptation suggestions
For content creators and developers using VS Code, we recommend doing the following immediately:
1. Turn off automatic signature
Search for addAICoAuthor in the VS Code settings (Cmd + ,) and set the value to off:
{
"git.addAICoAuthor": "off"
}2.
git Copilot
git log --grep="Co-Authored-by: Copilot", git rebase -i git filter-branch 。
3. git hook
pre-commit hook Copilot
# !/bin/sh
if grep -q "Co-Authored-by: Copilot" "$1"; then
echo " Copilot "
sed -i '/Co-Authored-by: Copilot/d' "$1"
fi- VS Code
addAICoAuthor - commit
- [ ]
- [ ]
HN
1. 「」 rsynnott "AI 。、、,——' AI'。"
2. 「」 storus "——,。"
**3. ** ""AI 。 Copilot Chat、Inline Suggestions 。"",,。
AI ,GitHub Copilot、VS Code
Internal link guidance
- Want to learn how AI Agents can change the development process? Watch: AI Agent Tools 2026 Complete Tutorial: 5 Tools to Build an Automated Pipeline in 30 Minutes
- Real case: What do developers who make over 10,000 yuan a month using AI tools do? Indie Developer: n8n + OpenClaw Automation Workflow Earning $5,000/mo
Topic hub
AI Coding Tools Hub (2026)
From Copilot pricing changes to Claude Code + DeepSeek cost-saving setups—one place to compare tools, read explainers, and follow tutorials.
Explore AI Coding Tools Hub (2026) →Monetization angle
How can you make money from this trend?
WayToClawEarn focuses on verified earn playbooks—not just news. Start from these cases.
AI code review & spec-driven agency
Offer migration consulting as Copilot pricing shifts
Claude Code 48h Micro SaaS
Validate products fast with a low-cost agent stack