Highlight
Featured this release
PR reviews size their test runs to the risk of the change
Instead of a flat 7–12 tests on every pull request, the review agent scales coverage to how risky the change actually is.
The PR review agent now scores each pull request's test risk from the change's blast radius, how central the affected flows are and what coverage already exists.
Low-risk changes get 1–3 tests instead of 7–12, while high-risk ones get the full 8–12. There is always at least one real test on the primary path, and the review summary carries a one-line note on the risk read and what it covered. It reads as coverage, never as a code-quality judgment, and the pass/fail verdict is unchanged.