Nutlope / aicommits

A CLI that writes your git commit messages for you with AI
https://www.npmjs.com/package/aicommits
MIT License
7.53k stars 360 forks source link

Customize generated commit message #267

Closed ekalchev closed 4 months ago

ekalchev commented 5 months ago

Feature request

We have custom commit message pattern build on top of conventional commits. Please tell me where in the code I can add instructions to the AI service to append some additional information for the first line of the commit message. I would do it myself, I just need direction where is the right place in the code to add this.

Why?

We have custom commit message pattern

Alternatives

No response

Additional context

No response

guidomodarelli commented 4 months ago

You can edit here https://github.com/Nutlope/aicommits/blob/604def8284361b8827087350fe6fcb6d9e2de836/src/utils/prompt.ts#L21-L35