You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2026. It is now read-only.
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
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