Review and Git
Inspect agent changes, request revisions, restore files, and take Git actions intentionally.
Agent output explains intent. The changed files and diff show what actually happened. Review the diff before accepting any result.
Review surface
The workspace can show changed-file summaries and unified or split diffs. Use the review panel to inspect the exact files changed by the current run.
If a change is wrong, continue the same task with a precise correction. If a file should be discarded, use the available restore workflow instead of asking the model to approximate the previous contents.
Review checklist
- Match every changed path to the task.
- Read additions and deletions, including configuration and lockfiles.
- Confirm commands were appropriate for the repository.
- Check error output and skipped tests.
- Look for secrets, generated credentials, or private data.
- Verify the final state locally or in CI before merging.
Agent completion is not approval
A run can complete successfully while still producing an incorrect or unsafe change. Approval belongs to the reviewer.
Git actions
Branch creation, commits, pushes, and pull requests should remain explicit user actions with visible targets.
LegionCode does not require generated changes to be merged. You can revise the task, restore files, or abandon the run without changing the upstream branch.