opencommit
opencommit copied to clipboard
Generate conventional git commit messages with AI in 1 second 🤯🔫
### Opencommit Version 3.0.3 ### Node Version v16..20.2 ### NPM Version 8.19.4 ### What OS are you seeing the problem on? Other Linux Distro ### What happened? I am using...
### Description opencommit feature tends to generate quite a chunk of text for commit messages when descriptions are set. Detailed? Yes. But a bit long to read? Probably. What if...
### Description I develop in python and of course the use of jupyter notebooks destroys nicely formatted git diffs. Currently, I use this tool by committing all my .py files...
### 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...
### Description It would be beneficial to implement an action that automatically renames pull requests based on commit messages and changes made within the pull request. This would be particularly...
### Description I'm using release please which has its way to parse commits for changelog: https://github.com/googleapis/release-please/tree/main#what-if-my-pr-contains-multiple-fixes-or-features do you think we can modify the prompt to emit this kind of structured...
### Description I think it's important to know what changes are involved on each new version of the tool ### Suggested Solution Use the tag/releases of github to add a...
### Opencommit Version 2.0.12 ### Node Version 14.21.2 ### NPM Version 9.6.6 ### What OS are you seeing the problem on? _No response_ ### What happened? A bug happened!When i...
### Description The commit message sometimes don't match with the purpose of the commit. Example: updating the base image of a `Dockerfile` generates: 🔨 chore(Dockerfile): update base image to cypress/browsers:node16.16.0-chrome107-ff107...