Skip to content

Commit 95a50ae

Browse files
committed
feat(package.json): update version to 1.0.15
Bump the version in package.json to 1.0.15.
1 parent f063a5e commit 95a50ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "diffy-explain-ai",
33
"displayName": "Diffy Commit AI - Generate Your Commit Message",
44
"description": "Generate Commit Message for You or Explains The Changed Code Using Git Diff And OpenAi In Natural Language",
5-
"version": "1.0.12",
5+
"version": "1.0.15",
66
"publisher": "hitclaw",
77
"engines": {
88
"vscode": "^1.72.0"
@@ -127,7 +127,7 @@
127127
},
128128
"diffy-explain-ai.aiInstructions": {
129129
"type": "string",
130-
"default": "Your role as the commit message author involves creating clear and comprehensive commit messages in adherence to the conventional commit convention. Ensure the first line is restricted to 50 characters. Your objective is to detail WHAT changes have been made and, importantly, WHY they were implemented, while avoiding any mention of the commit itself. Keep each sentence within 75 characters. I will provide the output of the 'git diff --staged' command for you to craft into a commit message."
130+
"default": "Analyze the provided git diff --staged output, categorize the changes into a conventional commit type (e.g., feat, fix, docs, chore,style), determine if a scope is applicable, and then synthesize a concise commit message that follows the format <type>[optional scope]: <description> [optional body] [optional footer(s)]"
131131
}
132132
}
133133
}

0 commit comments

Comments
 (0)