Skip to main content

Commands

Global commands

Available anytime, regardless of whether a review is active.

CommandDescription
:ArbiterOpen the review workbench for unstaged working tree changes.
:ArbiterCompare [ref]Open the review workbench diffed against a branch. Uses review.default_ref if no argument given.
:ArbiterSend <prompt>Send a prompt to the agent. Response streams into a panel.
:ArbiterContinue [prompt]Continue the current session with an optional follow-up.
:ArbiterListList saved sessions in a floating window. <CR> to select.
:ArbiterResume <id> [prompt]Resume a specific session by ID.

Review commands

Require an active review.

CommandDescription
:ArbiterPrompt [name]Toggle the prompt panel. Without an argument, opens the default "main" conversation. With a name (may be multiple words), opens or switches to that named conversation. Each conversation maintains independent message history and backend session.
:ArbiterRef [branch]Change the comparison branch on the fly. No argument clears the base.
:ArbiterActiveThreadOpen the thread window for the agent that is currently thinking.
:ArbiterSelfReview [prompt]Run agent self-review on the current diff. Creates agent threads. Optional prompt steers focus.
:ArbiterApplySend all open self-review feedback to the agent in a single prompt. Marks each thread as auto-resolve.
:ArbiterOpenThread <file> <line>Open the thread at the given file and line number.
:ArbiterFile <path> [line]Navigate to a file in the review. Optional line number scrolls to that source line in the diff. Used by Telescope integration.
:ArbiterResolveAllResolve all open threads.
:ArbiterSummaryShow review summary popup (file/thread counts).
:ArbiterRulesOpen an editable popup with the current review rules. :w saves, q closes.
:ArbiterToggleRulesToggle automatic rule extraction on agent responses.
:ArbiterReloadRulesRe-read project rule files from disk and report the count.
:ArbiterResetDelete all persisted state for the current workspace and close the review.