📊 Code Quality Score — Simple score (0–100) for each file
📌 Status Bar Updates — Know when review is running or ready
🚀 Quick Start
1. Install Extension
Install from VS Code Marketplace or VSIX file.
2. Setup AI (Recommended: Ollama - Free & Local)
# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh
# Pull a lightweight model
ollama pull phi
## 🔒 Privacy
- With Ollama: **100% local** — your code never leaves your machine
- With cloud providers: code snippets are sent to the respective API for review. Check each provider's data policy.
---
## 📄 License
MIT — do whatever you want with this, Pepe demands it.