Review & diffs
Before anything merges, you review it. The Review tab shows exactly what an agent changed and lets you iterate without dropping to a terminal.
The Review tab
Each session's Review tab lists changed files with diff stats — +128 −34 in monospace with tabular numerals — and renders a side-by-side or unified diff for each.
Reading diffs
Additions are tinted emerald, deletions red. File-level summaries roll up the totals so you can scan the shape of a change before opening any single file.
src/lib/api.ts +12 -4
src/router/guards.ts +6 -2
- const returnTo = url.searchParams.get('returnTo')
+ const returnTo = sanitizeReturnTo(url.searchParams.get('returnTo'))
Review-and-fix
Spotted something off? Send the agent a follow-up right from the Review tab. It edits in place, the diff updates, and you review again — a tight loop that keeps you in control without micromanaging.
The review-and-fix cycle is the heart of working with Plexus: read, nudge, re-read, ship.
Approving changes
Once a diff looks right, move straight to the git workflow — rebase, squash, merge, or open a PR — without leaving the session.