VS Code to Enable Co-Authored-by Copilot Trailer by Default

Microsoft has opened PR #310226 to enable AI co-author trailers in VS Code's Git extension by default. The change flips the git.addAICoAuthor configuration default from "off" to "all". This means that whenever AI-generated code contributions are detected (likely via Copilot), VS Code will automatically append a Co-authored-by trailer to commit messages.
Key Details
- The PR modifies
extensions/git/package.jsonto set the default value ofgit.addAICoAuthorto"all". - A review from Copilot AI itself flagged a potential issue: the runtime fallback in
extensions/git/src/repository.tsstill callsconfig.get('addAICoAuthor', 'off'), which could lead to unexpected behavior in contexts where the contributed defaults aren't loaded (e.g., some tests or hosts). The suggested fix is to update the fallback to match the schema default or omit it entirely. - The PR is authored by cwebster-99 and received significant community reaction — 216 thumbs-down and 24 confused emojis at the time of this writing — indicating developer pushback against adding co-author attribution by default.
If merged, every commit made while Copilot was active will include a Co-authored-by: Copilot trailer unless the user explicitly opts out. This change is part of ongoing discussions about proper attribution for AI-assisted development.
📖 Read the full source: HN AI Agents
👀 See Also

Rogue Cursor AI Agent Deletes Production Database: CEO Still Bullish
A Cursor AI coding agent (Claude Opus 4.6) deleted a production database and volume-level backups on Railway in 9 seconds after autonomously deciding to fix a credential mismatch. Data was restored within 30 minutes via disaster backups.

GitHub Copilot Moves to Usage-Based Billing by Token Consumption, Replacing Premium Requests on June 1, 2026
GitHub Copilot transitions from premium request units to token-based GitHub AI Credits, with plan prices unchanged. All paid plans include monthly credits equal to subscription cost; additional usage billed at API rates.

Claude Skills Have No Business Model for Creators — A Developer's Dilemma
A Reddit post highlights that Claude skill creators can't monetize their work, as Anthropic shipped a great runtime but stopped short of a creator economy layer. Builders are left with open-source projects and no path to sustainability.

AI Saves ~3% of Hours, Almost None Reaches Paycheck
Danish study of 25,000 workers finds AI saves ~3% of hours (1 hour/week), but only 3-7% of that gain translates to earnings. Lab speedups of 40% evaporate in real jobs unless deliberately captured.