commit_agent 1.0.0
commit_agent: ^1.0.0 copied to clipboard
An AI-powered Git commit assistant that automatically generates commit messages using OpenAI GPT models.
1.0.0 #
Added #
- Initial release of Commit Agent.
- Interactive CLI for generating AI-powered commit messages.
- Automatic staging of Git changes (
git add .). - Commit type selection (FEAT, FIX, REFACTOR, DOCS, CHORE, TEST, STYLE, BUG).
- Optional user note for commit messages.
- Confirmation before committing and pushing changes.
- Works on Windows, macOS, and Linux.
- Environment variable support for OpenAI API key (
OPENAI_API_KEY). - Ready for CI/CD pipelines with no manual initialization required.