Skip to content

Release v0.1.0

Initial release of gcop-rs - AI-powered Git commit message generator and code reviewer.

🎯 Core Features

  • AI Commit Messages - Generate conventional commit messages using Claude, OpenAI, or Ollama
  • AI Code Review - Get security and performance insights for your changes
  • Interactive Workflow - Accept, Edit, Retry with feedback, or Quit
  • Git Aliases - 11 convenient shortcuts (git c, git r, git acp, etc.)
  • Beautiful CLI - Colored output, spinners, and interactive menus

📦 Installation

bash
cargo install gcop-rs

Or download pre-built binaries for your platform below.

🚀 Quick Start

bash
# Initialize configuration
gcop-rs init

# Generate commit message
git add .
git c

# Review your changes
git r

📚 Documentation

🔧 What's Included

Commands

  • init - Interactive configuration wizard
  • commit - AI commit message generation
  • review - AI code review
  • config - Configuration management
  • alias - Git alias management

Git Aliases

  • git c - AI commit
  • git r - AI review
  • git ac - Add all and commit
  • git acp - Add, commit, and push
  • git undo - Undo last commit (keeps changes staged)
  • git p / git pf - Push shortcuts
  • And more...

Supported LLM Providers

  • Claude (Anthropic)
  • OpenAI
  • Ollama (local)
  • Any OpenAI/Claude compatible API

Full Changelog: See CHANGELOG.md