[0.1.0] — 2026-04-04
Initial release of MergeWatch — AI-powered GitHub PR review with a multi-agent pipeline.Highlights
- Multi-agent review pipeline with six specialized agents: security, bugs, style, error handling, test coverage, and comment accuracy — plus summary and diagram passes for PR context.
- Two deployment modes: SaaS (Lambda + DynamoDB + Bedrock) and self-hosted (Docker + Postgres + any LLM).
- Four LLM providers: Anthropic, Amazon Bedrock, LiteLLM (100+ models), and Ollama (local / air-gapped).
- Codebase awareness — agents can perform agentic file-context requests beyond the diff hunk, bounded by
maxFileRequestRoundsandmaxContextKB. - Next.js dashboard with GitHub OAuth, review history, analytics, and per-repo settings.
- Smart filtering — skip docs-only / lock-file PRs, exclude patterns, diff filtering, draft PR skip, and label-based ignore rules.
- Respond mode — reply to
@mergewatchmentions in PR comments (review,summary, or free-form respond). - Inline thread replies — MergeWatch replies when humans respond inside review-comment threads it started.
- Inline PR review comments for critical findings, anchored to changed lines only (changed-line enforcement).
- Docker Compose setup for one-command self-hosted deployment (server + Postgres + dashboard).
- Prepaid credits billing for SaaS (Stripe) — 5 free reviews per installation, then pay-as-you-go with optional auto-reload.
- AGPL v3 license with a commercial license available.
Known limitations
- GitHub Enterprise Server not yet supported (GitHub.com Cloud only).
- No GitLab or Bitbucket support in v0.1 — GitHub only.
For the authoritative changelog, see
CHANGELOG.md in the source repository.