How to turn off signature in VS Code Copilot AI: remove Co-Authored-by with one line of command
Does GitHub Copilot automatically add AI signature to every commit? Three shutdown methods (settings panel/settings.json/project level), verification steps, and why to shut down.
Problem Scenario
Starting in 2026, GitHub Copilot in VS Code will automatically add Co-authored-by: GitHub Copilot to the commit message in every AI-assisted code submission. This creates problems for open source project maintainers and developers who don’t want to expose traces of their AI usage.
Good News: This feature can be turned off and only requires one line of configuration.
Three closing methods
Method 1: VS Code settings panel (recommended, the simplest)
- Open VS Code
Cmd/Ctrl + ,Open settings- Search for
copilot co-authored - Uncheck
GitHub › Copilot: Co Authored By Enabled - Restart VS Code
Method 2: Modify settings.json directly
In VS Code Cmd/Ctrl + Shift + P → Search for Preferences: Open User Settings (JSON), add:
{
"github.copilot.coAuthoredBy.enabled": false
}()
.vscode/settings.json
{
"github.copilot.coAuthoredBy.enabled": false
},。
, Copilot , git add + git commit。 commit message
git log -1 --format='%B'Co-authored-by: GitHub Copilot,。
GitHub
GitHub ""。, AI —— AI 。
Copilot (AI Agent ), commit AI commit 。
AI ,,
# git commit
git commit -m "feat: add user auth" -m "Co-authored-by: AI Assistant <ai@example.com>"Or automatically add signatures through git hooks in tools such as Claude Code and Codex.
Tool entry
GitHub Copilot, Claude Code, Codex, VS Code.
Next step
- Immediately turn off unnecessary AI signatures
- If you are a team manager, discuss a unified signature strategy with your team
- Consider using Claude Code + DeepSeek V4 as an alternative (no mandatory signature)
Related reading
-
The Complete Guide to GitHub Copilot Pricing 2026
-
DeepSeek V4 vs Claude Code actual test comparison
-
How to use AI Agent to realize automated coding workflow
-
Claude Code + DeepSeek V4 Building Tutorial: API Fees Dropped by 90% (15 Minutes)
-
Claude Code automated writing practice: build an AI content production pipeline in 30 minutes
Related tutorials
How to Write .cursorrules: Cursor Prompt Engineering Guide (2026)
If Cursor's AI keeps generating code you have to fix every time, the problem is not the model: it is your rules file. A good .cursorrules can cut your edit-to-accept ratio from 3:1 to near 1:1. After eight months of iterating on Cursor rules across React, Python, and Go projects, this guide walks through what works, what breaks, and the templates I actually use.
Claude Code Pricing Guide: Plans, Credits, and Cost Optimization (2026)
I spend $80-150/month on Claude Code and use it 6-7 days a week. This guide breaks down exactly how Claude Code pricing works: per-token API billing, Anthropic credits, Max mode costs, the June 2026 billing change, and real monthly budgets from three developer profiles. I also share the six cost optimization techniques that cut my bill from $340 to $80 without reducing how much I ship.
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