VS Code Automatically Adds Co-Author Credit to Commits, Even Without Copilot Use
copilot microsoft
| Source: HN | Original article
VS Code is inserting "Co-Authored-by Copilot" into commits.
Microsoft's VS Code has been inserting 'Co-Authored-by Copilot' into commits, even when the AI feature is not used. This issue has sparked outrage among developers, who consider it unacceptable. Some users have reported that the tag is added even when they manually replace the generated commit message, or when Copilot only suggests a commit message without generating any code.
This matters because it raises concerns about authorship and ownership of code. Developers are worried that the automatic insertion of the 'Co-Authored-by Copilot' tag could imply that the AI is a co-author of their work, even if they didn't use it. This could have significant implications for open-source projects and collaborative development.
As we reported on May 2, OpenAI's models, including Codex, have been making waves in the development community. The integration of AI-powered tools like Copilot into popular development environments like VS Code is a significant trend. However, this issue highlights the need for more transparency and control over how these tools interact with human developers. We will be watching to see how Microsoft responds to these concerns and whether they will provide a fix to give developers more control over commit messages.
Sources
Back to AIPULSEN