opencommit
opencommit copied to clipboard
[Feature]: GPT is passed my commit message draft to rewrite
Description
Instead of passing only the contents of the diff, also pass the written commit message. This gives the AI more context, and the goal being I would have to do less editing after receiving back the message if it knew my message intention on the first pass.
This would let me still be mostly in control of the message, but would automatically update my messages to use the conventional commit standards.
Suggested Solution
Prompt is updated to be something like "rewrite the following git message: {}, using this git diff "{} ...".
Alternatives
No response
Additional Context
No response
nice idea, i guess we should add this as a a Github action setting.
who wants to make a PR to benefit the community and get some fame?
I will it it a try. Do you have any suggestions for what I should do at a high-level?
Stale issue message