• v0.1.0 49a7fccd63

    v0.1.0 Stable

    7000pctAUTO released this 2026-02-04 16:49:56 +00:00 | 45 commits to main since this release

    Initial release of Local Commit Message Generator

    A CLI tool that generates conventional commit messages by analyzing staged git changes.

    Features

    • Auto-detect commit type (feat, fix, docs, etc.)
    • Scope detection from changed directories
    • Customizable templates
    • Git hook integration
    • Offline operation - no external APIs required

    Installation

    pip install local-commit-message-generator
    

    Usage

    git add src/
    commit-gen generate
    
    Downloads