Enabling ai co author by default by cwebster-99 · Pull Request #310226 · microsoft/vscode
Pangram verdict · v3.3
We believe that this document is fully human-written
AI likelihood · overall
HumanArticle text · 199 words · 2 segments analyzed
Skip to content
Navigation Menu
AI CODE CREATIONGitHub CopilotWrite better code with AIGitHub SparkBuild and deploy intelligent appsGitHub ModelsManage and compare promptsMCP RegistryNewIntegrate external toolsView all featuresPricing
Provide feedback
Saved searches Use saved searches to filter your results more quickly
Sign up Appearance settings
Notifications You must be signed in to change notification settings
Fork 39.6k
Star 184k
MergedConversation
Pull request overviewThis PR changes the Git extension’s git.addAICoAuthor setting so that AI co-author trailers are enabled by default, making the default behavior automatically add a Co-authored-by trailer when AI-generated code contributions are detected.Changes: Updates git.addAICoAuthor configuration default from "off" to "all".
Show a summary per file
File Description
extensions/git/package.json Switches the default value of git.addAICoAuthor to enable AI co-author trailers by default.
Copilot's findings Files reviewed: 1/1 changed files Comments generated: 1
],
"scope": "resource",
"default": "off",
"default":
"all",
Screenshot Changes Base: 3c1b53dd Current: eec3f9cf Changed (3) chat/aiCustomizations/aiCustomizationManagementEditor/McpBrowseMode/Light
Before After
editor/inlineCompletions/other/JumpToHint/Dark
Before After
agentSessionsViewer/NeedsInput/Light
Before After
blocks-ci screenshots changed Replace the contents of test/componentFixtures/blocks-ci-screenshots.md with:
Updated blocks-ci-screenshots.md <!-- auto-generated by CI — do not edit manually -->
#### editor/codeEditor/CodeEditor/Dark 
#### editor/codeEditor/CodeEditor/Light 
NoiceBroice
referenced this pull request in ThomasSnowden37/Harmoniq-Charts
Apr 29, 2026 Co-authored-by: Copilot <copilot@github.com>
Labels None yet