Installation
Install monocle via Homebrew or download a pre-built binary for macOS or Linux.
Quick Start
Register monocle with your agent and start your first review session in minutes.
Agent Setup
Connect monocle to Claude Code, OpenCode, Codex CLI, or Gemini CLI.
Configuration
Customize layouts, diff styles, keybindings, and review formatting.
How it works
Register with your agent
Run
monocle register to install skills and (for Claude Code) the MCP channel config.Start reviewing
Run
monocle in a separate terminal alongside your agent. Review diffs as they appear, leave comments, and submit.Supported agents
monocle works with any agent that supports agent skills, with enhanced push notification support for Claude Code.| Agent | Skills | Push notifications |
|---|---|---|
| Claude Code | Yes | Yes (via MCP channels) |
| OpenCode | Yes | No (pull-based) |
| Codex CLI | Yes | No (pull-based) |
| Gemini CLI | Yes | No (pull-based) |
Push notifications require a JavaScript runtime (Bun, Deno, or Node.js) and are currently only supported with Claude Code via MCP channels.