What's New
- Zero-friction interface (
gss): Reduces user decisions from 15+ to zero for 90% of use cases - AI provider auto-detection: Automatically detects and uses available AI providers (Ollama → OpenAI → Anthropic)
- Proactive safety handling: Auto-stashes changes and creates working branches as needed
- Confidence-based execution: Automatically executes when confidence is high, prompts when uncertain
- Error recovery system: Intelligent suggestions and automatic fixes for common errors
Installation
pip install --upgrade git-smart-squashUsage
- Zero-friction mode: Simply run
gssin your git repository - Traditional mode: Run
git-smart-squashfor full control
See the README for more details.