diff --git a/README.md b/README.md index d1a562a..6b3e99f 100644 --- a/README.md +++ b/README.md @@ -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