Starting a session
Adding files to review
By default, monocle reviews the git diff in your working directory. To include files outside the diff — or files from other paths — you can add them explicitly. At startup, use--additional-path (repeatable):
Tracking review progress
Mark a file as reviewed by pressingr when it’s selected. monocle automatically advances to the next unreviewed file.
Filter the sidebar with / to cycle through views:
- All — every file in the session
- Unreviewed — only files you haven’t marked reviewed
- Reviewed — only files you’ve already reviewed
:mark-all-reviewed— mark all files as reviewed:mark-all-unreviewed— mark all files as unreviewed
Submission history
To see past review submissions for the current session, run:Clearing a review
To remove all comments, plans, and reviewed states from the current session, pressD or run:
Connection info and troubleshooting
PressI in the TUI to see the current socket path and subscriber count — useful for confirming your agent is connected.
If monocle and your agent are running in different working directories, auto-pairing may fail. Override the socket path manually:
Start monocle with a specific socket:
MONOCLE_SOCKET in the env section of your .mcp.json.