🇬🇧The Register - AI/ML•較早收集於 66h
Microsoft 修復 Copilot Git 共同作者錯誤
💡VS Code 修復阻止 Copilot 竊取提交功勞—立即更新確保準確作者(26字元)
⚡ 30-Second TL;DR
有什麼變化
Git 延伸自動新增 Copilot 為共同作者
為什麼重要
恢復開發者對提交功勞的控制,避免 AI 輔助倫理問題。提升 VS Code 在專業使用中的信任。
下一步行動
更新 VS Code Copilot Git 延伸至最新版,停用自動共同作者。
誰應關注:Developers & AI Engineers
關鍵要點
- •Git 延伸自動新增 Copilot 為共同作者
- •開發者抱怨錯誤 AI 功勞歸屬
- •Microsoft 發布修復,停用預設行為
- •Copilot 歸屬現需選擇加入
🧠 深度解析
AI-generated analysis for this event.
🔑 增強重點摘要
- •The issue stemmed from a specific update to the VS Code Git extension (v0.58.0) which introduced an 'experimental' feature intended to track AI-assisted code contributions for telemetry purposes.
- •The controversy gained significant traction on GitHub and Reddit, where developers raised concerns regarding the integrity of Git commit history and the potential for 'AI-washing' of codebases.
- •Microsoft's remediation involved not just disabling the default behavior, but also providing a mechanism for developers to retroactively remove or modify the 'Co-authored-by' metadata in their commit history if desired.
📊 競品分析▸ Show
| Feature | GitHub Copilot | Tabnine | Cursor (AI IDE) |
|---|---|---|---|
| Commit Attribution | Opt-in (Post-fix) | No auto-attribution | No auto-attribution |
| Pricing | $10/mo (Individual) | $12/mo (Pro) | $20/mo (Pro) |
| Primary Focus | Ecosystem Integration | Privacy/Local Models | AI-Native Workflow |
🛠️ 技術深入
- •The Git extension utilized the
git commitcommand's--trailerflag to programmatically append 'Co-authored-by: GitHub Copilot noreply@github.com' to the commit message. - •The implementation relied on the VS Code extension host's ability to intercept the
git.commitcommand execution flow before the final commit object was created. - •The fix involved modifying the extension's
configuration.tsto set the default value of thegit.enableCopilotCoAuthorsetting tofalseand updating thepackage.jsonto remove the experimental flag from the UI.
🔮 前景展望AI analysis grounded in cited sources
Standardization of AI attribution metadata will become a requirement for enterprise compliance.
Organizations will demand clear provenance for AI-generated code to manage intellectual property risks and audit trails.
IDE extensions will move toward 'opt-in-only' telemetry for all AI-assisted features.
The backlash against silent metadata injection forces vendors to prioritize developer transparency to maintain user trust.
⏳ 時間線
2021-10
GitHub Copilot technical preview launched for VS Code.
2023-03
Microsoft introduces Copilot X, expanding AI integration across the development lifecycle.
2026-04
VS Code Git extension v0.58.0 released with experimental auto-attribution feature.
2026-05
Microsoft issues patch to disable auto-attribution following community feedback.
📰
AI 週報
閱讀本週精選 AI 大事摘要 →
👉相關動態
AI 策展新聞聚合。所有內容版權歸原始發布者所有。
原始來源: The Register - AI/ML ↗