You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,18 @@
121
121
],
122
122
"description": "Which changes to use for generating commit messages",
123
123
"order": 7
124
+
},
125
+
"claudeCommit.claudeCodeManaged": {
126
+
"type": "boolean",
127
+
"default": false,
128
+
"markdownDescription": "Claude Code managed mode: Let Claude Code's haiku model generate commit messages with minimal intervention (only language hint provided). **Only works when preferredMethod is 'cli'**",
129
+
"order": 8
130
+
},
131
+
"claudeCommit.keepCoAuthoredBy": {
132
+
"type": "boolean",
133
+
"default": false,
134
+
"markdownDescription": "Keep Co-Authored-By signature in commit message. **Only works in Claude Code managed mode**",
0 commit comments