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: config/ai-commit.php
+2-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
19
19
// Append options for the `git diff` command.
20
20
'diff_options' => [
21
+
':!*-lock.json',
21
22
':!*.lock',
22
23
':!*.sum',
23
24
],
@@ -164,7 +165,7 @@
164
165
- The details about what was done in the body of the message.
165
166
- Any useful details concerning the change in the body of the message.
166
167
- Use a hyphen (-) for the bullet points in the body of the message.
167
-
Write 3 commit messages that accurately summarizes the changes made in the given `git diff` output, following the best practices listed above and the conventional commit format.
168
+
Write 1 commit messages that accurately summarizes the changes made in the given `git diff` output, following the best practices listed above and the conventional commit format.
168
169
Please provide a response in the form of a valid JSON object and do not include "Output:", "Response:" or anything similar to those two before it, in the following format:
0 commit comments