Auto Commit AI is a Visual Studio Code extension that generates suggested commit messages based on your staged changes. It uses OpenAI's GPT-3 to create relevant and descriptive commit messages.
- Automatically generates up to 5 commit message suggestions based on staged changes.
- Integrates seamlessly with the Git functionality in Visual Studio Code.
- Utilizes OpenAI's GPT-3 for high-quality commit message generation.
This extension requires an OpenAI API key to generate commit message suggestions. You will be prompted to enter your API key when you use the extension for the first time.
- Stage your changes using
git add .
or through the Source Control panel in Visual Studio Code. - Press
Ctrl+Shift+P
(Windows/Linux) orCmd+Shift+P
(macOS) to open the Command Palette. - Type "auto commit ai" and select the command from the list.
- Choose a commit message from the generated suggestions.
- The extension will automatically commit the changes with the selected commit message.
Please report any issues or bugs you encounter on the GitHub repository.
-
Initial release of the Git Commit Suggestions extension.
-
Implementation of a feature sugested by https://github.com/tsomic to allow edits for the commits made. Thanks!
Enjoy using Git Commit Suggestions!