scout_resolve
Mark a finding as resolved when a bug is fixed or no longer reproduces. Resolved findings move to the Resolved section and reopen as regressions if re-found.
Instructions
Mark a finding as resolved (by its id, shown when recorded and in the report). Resolved findings move to the report's green ✅ Resolved section, and reopen automatically as flagged REGRESSIONS if re-found later. Use when the user says a bug is fixed, or when re-testing shows the evidence no longer reproduces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Alias for `findingId`. | |
| session | No | Target this session directly instead of the active one — pass it explicitly when dispatching to MULTIPLE sessions in one turn (e.g. two scout_click calls with different `session`), which then run CONCURRENTLY rather than queueing. Omit for single-session sequential use. | |
| findingId | No | Finding id, e.g. a1b2c3d4e5 |