AI
A built-in AI assistant.
Features

A completely free, local, light, cpu, zero-deploy AI assitant. Use AI with just one command. No API, no prerequisites and no setup needed.
- ✨ Generate commit message
- 📝 Summarize changes
- 🧠 Provide suggestions for improvement
- 🔍 Find bugs
- 💬 Ask AI
Usage
pnpm committier aiOptionally add a script in package.json, to map a shorter command for commit CLI
{
"scripts": {
"commit": "committier commit",
"commit:ai": "committier ai"
}
}Then
pnpm commit:aiAbout Model
The first run will automatically install a lightweight model of approximately 800MB and cache it globally to avoid redundant installations.
The cache dir is
~/.committier/models
| Model | Size | CPU | GPU |
|---|---|---|---|
| Qwen2.5-Coder-0.5B-Instruct | 862.1MB | ✅ | ✅ |
✨ Generate Commit Messages

📝 Summarize Changes
Coming soon...
🧠 Provide Suggestions for Improvement
Coming soon...
🔍 Find Bugs
Coming soon...
💬 Ask AI
Coming soon...
Test with dry-run Mode
It's useful if you only want to test the commit experience.
pnpm committier ai --dry-run