All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

VS Code changes default for Copilot co-author attribution in commit messages

By

dmitrivMS

25d ago· 3 min readenCode

Summary

VS Code version 1.110 introduced a setting (git.addAICoAuthor) that adds Copilot as a co-author in commit messages by appending "Co-authored-by: Copilot [email protected]". The setting has three values: off (no attribution), chatAndAgent (attribution for chat-generated code), and all (attribution for any AI-generated code). The default was off, but in version 1.117 (rolled out 4/22), this default was changed.

Key quotes

· 5 pulled
In 1.110, we added a setting to add Copilot as coauthor in commit messages by appending Co-authored-by: Copilot [email protected].
The setting git.addAICoAuthor has three different values: off - no attribution no matter whether Copilot assisted or not with the code in this commit
chatAndAgent - add attribution if the commit contains code that was generated using the chat feature
all - add attribution if the commit contains any kind of AI-generated code (chat, inline completions, NES)
The default value of the setting was off. In 1.117 (public rollout started 4/22), we changed
Snippet from the RSS feed
What happened? In 1.110, we added a setting to add Copilot as coauthor in commit messages by appending Co-authored-by: Copilot [email protected]. The setting git.addAICoAuthor has three different ...

You might also wanna read