• v0.1.0 84fdb63bf5

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 10s
    Stable

    7000pctAUTO released this 2026-01-31 03:00:46 +00:00 | 37 commits to main since this release

    What's Changed

    Initial release of Git Commit AI - a privacy-first CLI tool that generates intelligent Git commit message suggestions using local LLM (Ollama).

    Features

    • Privacy-first: All processing happens locally with Ollama
    • Conventional commits support with auto-fix
    • Multi-language analysis
    • Commit history context
    • Customizable prompts
    • Message caching

    Installation

    pip install git-commit-ai
    

    Usage

    git add .
    git-commit-ai generate --conventional
    
    Downloads