Highlight
Featured this release
PR review targets the right path and rejects tests that don't cover the change
Three behavioural improvements make PR review tests more accurate and harder to game.
High-risk path focus: if the PR body, linked issue, or commits name a specific path as highest-risk, the agent tests it directly – not a substitute scenario that's easier to reach.
Coverage integrity: tests that complete without actually exercising the changed code are rejected before the review is written.
Test data search: before marking a scenario untestable, the agent searches your available projects and can create what it needs (for example, a second workspace) rather than skipping the coverage.