You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reviews are now multi-angle and cross-verified, applied to every model
(codex, claude, antigravity) and every review — no new flags, no extra
model calls. The review prompt asks each model to scan the diff across
explicit angles (line-by-line correctness, removed-behavior / dropped
guards, in-hunk contract breaks, language pitfalls) and to name a
concrete failure scenario for each finding or drop it. When two or more
models run, the synthesis pass is now an adversarial verify+merge: it
keeps a finding only if it grounds to the diff, and treats agreement
between reviewers as a confidence signal, not a requirement (a real
single-model finding is kept).