The AI Commit Generator is a powerful command-line tool that generates meaningful commit messages by analyzing staged changes in your Git repository. It uses an AI model to create multiple one-line commit messages, allowing you to select the most appropriate one for your changes.
- Automatically analyzes staged changes using Git.
- Uses AI to generate meaningful and concise commit messages.
- Offers multiple commit message options to choose from.
- Allows you to optionally provide a prompt for AI suggestions.
- Copies the selected commit message to the clipboard for quick use.
You can install the AI Commit Generator via npm:
npm install -g @vizzz/ai-commit-generator
GEMINI API KEY - ***********************************
Alternatively, you can visit the NPM Package page for more details.
If you encounter any issues or have suggestions for improvements, feel free to open an issue or contribute to the repository.