V1.2.0 • MIT LICENSED

Write code. Not commits.

The asynchronous Git commit polisher. Write code, fire your standard commit, and let the ghost daemon rewrite it perfectly using AI in the background.

Install Git AI Free See How It Works
PHASE 01

12ms Hook

Run git commit -m "fix". The intercepting post-commit hook finishes instantly.

PHASE 02

Daemon Detaches

A background process orphans itself to the OS, completely freeing your terminal.

PHASE 03

Ghost Polishing

The script fetches the diff, streams to the LLM, and runs git commit --amend silently.

PHASE 04

Auto-Queue

If you run git push early, the payload queues until the amend finishes.

git-ai-daemon (orphaned)
Waiting for scroll...
LOCAL INSIGHTS

Personal Productivity Dashboard

Track your time saved and AI-polished commit counts. A native dashboard inside your IDE gives you tangible insight into how much repetitive work the daemon has eliminated.

OBSERVABILITY

AI Commit History

Never lose the "Original Draft" intent. The interactive timeline highlights which commits were ghost-authored by AI, revealing the exact models, generation latency, and your original rough thoughts.

ECOSYSTEM

Deep IDE Integration

Don't want to use the terminal? Native VS Code and IntelliJ IDEA plugins monitor the state file to provide real-time background status, streaming logs, and controls directly where you write code.

PROBLEM STATEMENT & COMPETITORS

The AI Waiting Problem

Synchronous CLI tools (like aicommits) and deep agents (Copilot) are great if you want to micromanage your commits. But they force you to wait 10-30 seconds to generate and review. Git AI is built for flow-state developers: it stays entirely out of your way and polishes asynchronously.

KNOWLEDGE BASE

Frequently Asked Questions

Will it mess up my git history?

No. Git AI uses a strictly matched lock prefix [⏳]. It only ever amends the latest exact commit it was initiated on.

What if I push while it's still generating?

By default, the pre-push hook intercepts the network call, puts it in an execution queue, and releases the terminal. The actual network push runs automatically in the background.

Which LLMs are supported?

Git AI natively supports the OpenAI, Anthropic, Gemini, and DeepSeek APIs. It also supports locally hosted models like Ollama.

Do I need the IDE plugin to use it?

No, the core engine is a standalone Go binary that operates purely via standard Git hooks. It works universally.

Start commiting faster.

Install the CLI via script or grab an IDE plugin.

curl -fsSL https://raw.githubusercontent.com/daidi/git-ai/main/install.sh | bash
IntelliJ IDEA VS Code extension