• v0.1.0 9b615716f6

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

    7000pctAUTO released this 2026-02-02 14:01:19 +00:00 | 57 commits to main since this release

    Initial release of Git Diff Explainer CLI.

    Features

    • Parse git diffs/patches
    • Identify programming language
    • Summarize changes
    • Flag potential issues (security, bugs, code smells)
    • Suggest improvements
    • Local execution (no API needed)
    • Color-coded output

    Installation

    pip install git-diff-explainer-cli
    

    Usage

    git diff | gdiffer explain --stdin
    gdiffer explain --file changes.diff
    
    Downloads