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-rsOr 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 wizardcommit- AI commit message generationreview- AI code reviewconfig- Configuration managementalias- Git alias management
Git Aliases
git c- AI commitgit r- AI reviewgit ac- Add all and commitgit acp- Add, commit, and pushgit 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