Summary
The CLI has /diff and /review commands to review what the agent has modified during a session. PolyPilot has no dedicated UI for reviewing session changes.
CLI Behavior
/diff — show file changes made during the session
/review — run the built-in code-review agent on session changes
Proposed Implementation
- "Review Changes" button in session toolbar
- Diff viewer — show modified files with syntax-highlighted diffs
- "Run Code Review" action — trigger the built-in review agent on changes
- File tree — collapsible tree of all files modified in the session
- Revert individual files — selective undo via
/undo or rewind
Priority: 🟢 LOW
Summary
The CLI has
/diffand/reviewcommands to review what the agent has modified during a session. PolyPilot has no dedicated UI for reviewing session changes.CLI Behavior
/diff— show file changes made during the session/review— run the built-in code-review agent on session changesProposed Implementation
/undoor rewindPriority: 🟢 LOW