Changelog
Stay updated with the latest features, improvements, and bug fixes in Kaavhi.
v1.1.0 - 2025-06-22
- Release Highlights:
- Enhanced AI code review engine powered by Google Gemini 2.5 Pro.
- Improved FastAPI backend for faster and more reliable API responses.
- New
/review/diff
endpoint: Accepts code diffs and returns structured AI-generated review comments in JSON format. - Security and privacy improvements: No code is stored, and all data is handled securely.
- Open-source core released under the MIT License.
- Project Structure:
app/
– Main FastAPI application and routes.tests/
– Test suite for backend logic.requirements.txt
– Updated dependencies.
- Getting Started:
- Python 3.9+ and Gemini API key required.
- Easy local setup with
uvicorn
for development.
For more details, see the kaavhi-core GitHub repository.