commit_with_ai
v1.0.8
Published
AI-powered git commit message generator.
Maintainers
Readme
commit_with_ai
AI-powered git commit message generator using Grok 4.1 Fast.
Installation
Global Installation (Recommended):
npm install -g commit_with_aiOr use without installing:
npx commit_with_ai --autoUsage
With global installation:
# Stage your changes first
git add .
# Generate and commit automatically
smart-commit --auto
# Or review before committing
smart-commit
# Add all files and commit automatically
smart-commit --add --auto
# Add all files and review before committing
smart-commit --addWith npx (no installation needed):
# Add all files and commit automatically
npx commit_with_ai --add --auto
# Or review before committing
npx commit_with_ai --addExample
$ smart-commit --add --auto
📁 Adding all files...
✅ Files added successfully!
✔ Analysis complete!
🔮 Suggested Commit Message:
"feat: add user authentication module"
📦 Applying commit...
✅ Commit successful!