ReportFindings Tool#
What's wrong with this entry?
A new built-in tool called ReportFindings enables structured code review output. When a code-review workflow completes, it can report findings as a typed list — file, line, a one-sentence summary, a concrete failure scenario, verdict (CONFIRMED/PLAUSIBLE), and optional outcome (fixed/skipped/no_change_needed) — so the host UI can render them as a rich list rather than freeform text.
- Accepts up to 32 findings per call, ranked most-severe first.
- Each finding includes
file, optionalline(1-indexed),summary, andfailure_scenario. verdictis present when a verify pass ran; absent on inline-only reviews.outcomeis set only when re-reporting after applying fixes.- Tool result echoes the count so the model sees confirmation without re-printing all findings.
New ReportFindings tool definition (search for "ReportFindings")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.