Skip to content

ConvCom v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 14:16
· 1 commit to main since this release

ConvCom Release v0.4.0

AI-powered conventional commit message generator written in Rust.

Installation Options

Quick Install (Recommended)

Choose the appropriate binary for your platform:

  • Linux: convcom-linux-x86_64.tar.gz
  • Windows: convcom-windows-x86_64.exe.zip
  • macOS (Intel): convcom-macos-x86_64.tar.gz
  • macOS (Apple Silicon): convcom-macos-aarch64.tar.gz

Installation Steps

Linux/macOS:

# Download and extract
tar -xzf convcom-*.tar.gz

# Make executable and move to PATH
chmod +x convcom
sudo mv convcom /usr/local/bin/

# Verify installation
convcom --help

Windows:

# Extract the zip file
# Move convcom.exe to a folder in your PATH
# Or run directly from the extracted location

Quick Start

# Set up your API key (choose one)
export GROQ_API_KEY="your_groq_api_key"        # Recommended
export ANTHROPIC_API_KEY="your_anthropic_key"  # Premium option

# Stage your changes and generate commit message
git add .
convcom

Links


What's Changed:
See the commit history for detailed changes in this release.