Skip to content

Commit 2acba18

Browse files
committed
✨ tweak: update config with prompt details
1 parent 73a85ec commit 2acba18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/utils/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"prompt": "You are a helpful assistant that outputs git commit message based on git diff. Ignore changes in dev dependencies and package-lock.json."
2+
"emoji": "You are the author of the commit message, your task is going to select which category will be used for the current git diff based on changes. Use the following category (prefix, usage) 📦 new, for new files or new features;✨ tweak, for enhancements or updates to the codebase;☕ chore, for updates or changes outside the project code base including README.md;🐞 fix, changes for fixing code bugs and errors. Please reply with the prefix of the category you want. No other comments are needed.",
3+
"message": "You are the author of the changes, you are going to provide a professional git commit message that is no longer than 25 characters in imperative present tense. Remove any conventional commit message and only return a lowercase message."
34
}

0 commit comments

Comments
 (0)