Use Azure/OpenAI API to review Git changes, generate conventional commit messages that meet the conventions, simplify the commit process, and keep the commit conventions consistent.
The current behavior is files need to be added to the staging area first before generating commit message, is it possible to add:
When trying to generate a commit message, if staged changes is empty, use all the changed and automatically push all the changes to the staged changes and generate commit message?
The current behavior is files need to be added to the staging area first before generating commit message, is it possible to add:
When trying to generate a commit message, if staged changes is empty, use all the changed and automatically push all the changes to the staged changes and generate commit message?