• v0.1.0 165b75376f

    v0.1.0
    All checks were successful
    CI / test (push) Successful in 16s
    Stable

    7000pctAUTO released this 2026-02-01 19:31:18 +00:00 | 0 commits to main since this release

    Initial Release v0.1.0

    A privacy-focused CLI tool that analyzes git diffs and generates intelligent commit messages, changelogs, and API documentation using local AI models via Ollama.

    Features

    • Commit Message Generation with AI
    • Changelog Generation from git history
    • API Documentation Generation
    • Privacy-focused (local Ollama only)
    • Multi-language support

    Installation

    pip install git-ai-doc-generator
    

    Usage

    git-ai-doc commit --staged
    git-ai-doc changelog --from v1.0.0
    git-ai-doc api-docs --all
    
    Downloads