Update README.md

This commit is contained in:
Hayden Bleasel
2026-03-06 08:23:47 -08:00
parent 9ed3fe0710
commit 82edf6d756
+1
View File
@@ -16,6 +16,7 @@ An open-source, self-hosted AI code review bot. Deploy to Vercel, connect a GitH
- **Durable workflows** — Built on [Vercel Workflow](https://vercel.com/docs/workflow) for reliable, resumable execution
- **Extensible skills** — Ships with built-in review [skills](https://skills.sh) and supports custom skills via `.agents/skills/`
- **Powered by Claude** — Uses Claude Sonnet 4.6 via the [AI SDK](https://sdk.vercel.ai) for high-quality code analysis
- **Simple route handler** — Easily define route handlers using [Next.js Route Handlers](https://nextjs.org/docs/app/building-your-application/routing/route-handlers) for custom API endpoints and webhooks
## How it works