Currently, the autogenerated message is committed, and later, git amend is run to allow editing the message using your system's default editor.
It could be a good idea to generate the message with AI and open it in the default editor, like when we run git amend so that we can edit the message before committing the changes to the repository.
Currently, the autogenerated message is committed, and later,
git amendis run to allow editing the message using your system's default editor.It could be a good idea to generate the message with AI and open it in the default editor, like when we run
git amendso that we can edit the message before committing the changes to the repository.