Skip to main content

Review results

The Review window shows the review reports that the regular review flow explicitly published there. Each issue has a description, a type, and a severity, and everything is linked to files and lines. Click an issue and the editor jumps straight to the right place.

Auto Review works differently: it starts a Review subagent and returns the findings to the main agent in the current chat.

When the review finishes, a summary and the available actions appear in the chat:

  • Open Report opens the detailed report in the Review window. Use it when the summary lists several issues and you need to jump to the source code, filter the findings, or handle them one at a time.
  • Fix with Agent hands the whole report to the agent for fixing. Choose this action when the findings are clear and you are ready to let the agent make the edits. Review the diff before applying the changes.
  • Copy Review copies the report text. This is handy when you need to attach the result to an issue or discuss it outside the IDE.

Working with the detailed report

Click an issue to open the referenced place in the editor. From there you can work with a single selected issue or with several selected ones:

  • Add as Attachment adds the findings to a new chat as an attachment. Use this action if you first want to discuss the cause, check the review's conclusion, or clarify how to fix it.
  • Fix with Agent starts fixing the selected findings. This suits local, unambiguous issues that do not need discussion first.
  • Mark as False Positive marks correct code that was mistakenly reported as an issue. Remove from False Positive clears that mark if the finding needs to go back into the queue.
  • Delete removes the selected findings from the saved report. Use this action for entries you no longer need; the IDE asks for confirmation before deleting.

Severity filters help you work through errors and warnings first when the report is large. The file filter lets you focus on a single component or go through the changes file by file.

Saved reports

Review results are stored in the Review window. Come back to a saved run if you closed the tab, restarted the IDE, or want to continue working through the report later. Select the run you need in the list, and Explyt reopens its results in a separate tab.