iconcommittier

AI

A built-in AI assistant.

Features

ai

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 ai

Optionally 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:ai

About 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

ModelSizeCPUGPU
Qwen2.5-Coder-0.5B-Instruct862.1MB

✨ Generate Commit Messages

ai2

📝 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

On this page