VS Code 1.117.0 Automatically Adds Copilot as Co-Author on Commit — Here's What Triggers It

VS Code v1.117.0 is adding Co-authored-by: Copilot <[email protected]> to git commits when Copilot inline suggestions (autocomplete) are used. A HN user discovered this when a PR they authored without actively using Copilot still had the co-author line. Investigations confirmed the trigger: accepting even a single character from Copilot's inline suggestion — like fixing a typo in a changelog — appends the co-author attribution.
How it Happens
- The feature is enabled by default with Copilot autocomplete (inline suggestions).
- If you accept any suggestion (even a single comma), the commit gets
Co-authored-by: Copilot <[email protected]>appended. - Manually writing commit messages or using Copilot's commit message generation does not trigger it — only inline acceptance does.
- The commit line reads: "Committed by USERNAME and Copilot".
Community Reaction
- Misattribution: Users argue that claiming authorship by default for minor autocomplete is deceptive, especially when not explicitly using Copilot for that commit.
- No Disclosure: The feature was not clearly communicated in the UI — only buried in release notes from the day prior.
- Opt-Out Available: The entire Copilot feature set can be disabled via
chat.disableAIFeaturesin settings, though no granular toggle for co-author exists.
What You Can Do
- Disable Copilot autocomplete entirely to prevent unwanted co-author tags.
- Set
chat.disableAIFeatures: trueto kill all Copilot features. - Review commit messages before push — the co-author line will appear in the commit body.
For developers relying on Copilot autocomplete, this means every accepted suggestion automatically watermarks your commit history. Consider whether you want that on your PRs before updating.
📖 Read the full source: HN AI Agents
👀 See Also

Claude for Excel and PowerPoint Updates: Cross-Application Context and Skills Integration
Claude for Excel and PowerPoint now share conversation context across open files, with Skills available in both add-ins. The tools are accessible via Amazon Bedrock, Google Cloud's Vertex AI, and Microsoft Foundry for paid Mac and Windows users.

Claude Code System Prompt Assembly and Structure Revealed
A source map leak in Claude Code's npm package exposed the system prompt assembly flow, showing static prefix sections followed by dynamic session-specific content, with three identity variants and detailed execution guidelines.

Current LLM Cost Comparison: Deepseek, Qwen, MiniMax vs OpenAI
A Reddit analysis shows Deepseek-V3.2 at $0.26/$0.38 per million tokens is approximately 10x cheaper than GPT-4 while delivering GPT-5 class benchmark performance, with Qwen3.5 and MiniMax-M2.5 offering competitive alternatives to Claude and OpenAI.

Maryland Residents Hit with $2B Grid Upgrade for Out-of-State AI Data Centers — State Files FERC Complaint
Maryland's Office of People's Counsel filed a FERC complaint against PJM Interconnection, which allocated $2 billion of a $22 billion grid upgrade to Maryland customers — costing residential users ~$345 each, primarily to benefit out-of-state AI data centers.