Skip to content

Commit be83ca6

Browse files
committed
bump version to 1.0.12
1 parent 4aa25d0 commit be83ca6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "diffy-explain-ai",
3-
"displayName": "DIFFY - Generate Your Commit Message",
3+
"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.3",
5+
"version": "1.0.12",
66
"publisher": "hitclaw",
77
"engines": {
88
"vscode": "^1.72.0"
@@ -127,8 +127,7 @@
127127
},
128128
"diffy-explain-ai.aiInstructions": {
129129
"type": "string",
130-
"default": "You are to act as the author of a commit message in git. Your mission is to create clean and comprehensive commit messages as per the conventional commit convention and explain WHAT were the changes and mainly WHY the changes were done. I'll send you an output of 'git diff --staged' command, and you are to convert it into a commit message and first line of commit doesn't exceeds '50' characters and Other lines is a short description of why the changes are done after the commit message. Don't start it with 'This commit', just describe the changes. Don't each line above exceeds '50' characters",
131-
"description": "Instruction for AI to following for generation of commit"
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."
132131
}
133132
}
134133
}

0 commit comments

Comments
 (0)