Skip to main content

Automatic review of changes

Auto Review starts a Review subagent for the changes the agent made in the current chat. Use it after a multi-file or risky edit, when you want an independent check for bugs and quality issues before accepting the changes.

How to run a review

  1. Wait until the agent finishes.
  2. Review the changes in the Explyt Agent Changes window.
  3. In the Changes row, click Auto Review.
  4. Wait until the main agent validates the Review subagent's findings and presents them one by one in the current chat.
  5. Choose which of the confirmed issues to fix.

The Review subagent receives the changes that were made along with the history of the current chat. It does not modify files while reviewing. If you need a separate report in the Review window, use the regular review flow described on the Review results page.

What to check

  • The review results refer to the changes from the original chat.
  • For every finding, the file, the place in the code, and the recommended action are clear.
  • Findings are confirmed against the code and, where necessary, against tests before you fix them.

Limitations

Auto Review checks the changes passed in from a specific chat. It does not replace running tests and reviewing the diff yourself. Findings appear in the current chat: the main agent validates them and offers you a choice of fixes.