-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate commit message #359
Comments
Support for generating commit messages is included in the October 2023 release. |
It would be great to also have an option or customizable pre-prompt we can have to allow a certain style of commit message e.g. conventional commits |
@MattJeanes love the idea, showing it prior message styles could also help here. Could you please file a follow-up issue, as this one is closed? |
Raised! #526 |
Is there a way to disable this button? Adding a new button in the tab order between the box where you type the commit message and the "commit" button is messing with my workflow :( I'm too used to hitting typing something in the box, hitting tab, and enter and having it commit, not overwrite the message I just spent time writing with a generated message. And/or have it prompt before overwriting the user-written content there? |
Is there any option to disable this button? I'm used to hitting tab enter after typing my commit message. Also replacing user's message without option to undo this promt is straight annoying. Edit: downgrading copilot chat to 0.8 does the trick |
Sorry for not chiming in on the issue earlier:
|
Would it be possible to select a message style? For example a commitizen style message |
Yes, we are looking at including previous commit messages from the author/repository into the prompt context to have Copilot generate commit messages that match the style of the existing commit messages. We are also looking at exposing the git diff information so that users can write their custom prompt which would generate a commit message. |
@lszomoru Any update on this ? |
|
As part of the GH Copilot chat, it would be interesting to have the option to generate commit messages.
The idea behind this is to take the commit diff into consideration and give a small explanation of what happened. The inverse of the
Fix this
prompt.The text was updated successfully, but these errors were encountered: