6832a598cb
- Update AI models to latest versions: - Gemini: gemini-2.5-flash - OpenAI: gpt-5 - Groq: groq/compound - Drastically simplify README (90% shorter) - Focus on quick start and essential commands - Update version to 0.6.2
58 lines
1.8 KiB
Markdown
58 lines
1.8 KiB
Markdown
# Changelog
|
|
|
|
## [0.6.2] - 2024-12-19
|
|
|
|
### 🚀 AI Model Updates
|
|
- **Updated to latest AI models**:
|
|
- Gemini: `gemini-2.5-flash` (latest and fastest)
|
|
- OpenAI: `gpt-5` (latest GPT model)
|
|
- Groq: `groq/compound` (latest Groq model)
|
|
|
|
### 📚 Documentation
|
|
- **Simplified README**: Reduced from verbose to concise format
|
|
- **Focused on essentials**: Quick start, main commands, examples
|
|
- **Better readability**: Easier to scan and understand
|
|
|
|
### 🧹 Repository Cleanup
|
|
- Removed development-specific files (.kiro/, .github/, coverage/)
|
|
- Updated .gitignore to exclude dev directories
|
|
- Cleaner package for npm distribution
|
|
|
|
---
|
|
|
|
## [0.6.1] - 2024-12-19
|
|
|
|
### ✨ Enhanced User Experience
|
|
- **Single-letter aliases** for main workflow commands
|
|
- **Quick API setup**: `g setup --api-key <provider>`
|
|
- **Better onboarding**: Clear setup instructions with direct links
|
|
- **Quick help**: `g q` command for instant reference
|
|
|
|
### 🔧 Improved Commands
|
|
- `g s` - Status (enhanced git status)
|
|
- `g i` - Interactive (guided commit wizard)
|
|
- `g p` - Preview (see what will be committed)
|
|
- `g l` - Local (AI commit locally)
|
|
- `g o` - Online (AI commit + push)
|
|
- `g h` - History (numbered commit log)
|
|
- `g a` - Amend (smart amend with AI)
|
|
- `g u` - Undo (undo last commit)
|
|
|
|
---
|
|
|
|
## [0.6.0] - 2024-12-19
|
|
|
|
### 🚀 Major Enhanced Release
|
|
- **Interactive commit wizard** with multiple AI suggestions
|
|
- **Enhanced git status** with AI insights and project analysis
|
|
- **Modular architecture** for better performance and maintainability
|
|
- **Smart configuration** with project type detection
|
|
- **Progress indicators** and better error handling
|
|
- **Caching system** for improved AI response times
|
|
|
|
---
|
|
|
|
## [0.5.4] - Previous Version
|
|
- Basic AI-powered commit messages
|
|
- Simple configuration
|
|
- Core git operations |