• v0.1.0 e782b4ac62

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 21s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-05 06:35:21 +00:00 | 56 commits to main since this release

    Initial Release v0.1.0

    Features

    • Initial release of Local AI Commit Reviewer CLI
    • Support for Ollama LLM backend
    • Staged change analysis and review
    • Pre-commit hook integration
    • Multiple strictness levels (permissive, balanced, strict)
    • Multi-language support (Python, JavaScript, TypeScript, Go, Rust, Java, C, C++)
    • Rich terminal output with syntax highlighting
    • JSON and Markdown export capabilities
    • Configuration management with Pydantic validation

    Installation

    pip install local-ai-commit-reviewer
    

    Quick Start

    aicr review  # Review staged changes
    aicr install-hook  # Install pre-commit hook
    
    Downloads