Skip to content

0.19.0 — PR-aware reviews

Choose a tag to compare

@gauthierdmn gauthierdmn released this 14 Apr 05:01
· 10 commits to main since this release
ab273ea

What's New

  • The reviewer agent now fetches pull request metadata (title, description, and commit messages) from GitHub and GitLab before starting a review. This gives the agent better understanding of the author's intent, reducing false positives and producing more relevant feedback.
  • The metadata is fetched in parallel and the review proceeds gracefully if the API calls fail — no disruption to existing workflows.