Code review
Review surfaces:
/review: bundled interactive review command (branch, commits, or uncommitted work).- Advisor: optional second model that comments on main-agent turns.
- Plan review:
/plan-reviewwhile plan mode is active. - Non-interactive: free-form review prompts under
veyyon -p.
/review
Bundled custom command (packages/coding-agent/src/extensibility/custom-commands/bundled/review).
Launches a review flow over a chosen target and uses the review tool surface (report_finding, …).
See the command help in-session and docs/handbook task guides for example prompts.
Advisor
The advisor is a second model role that reads each main-agent turn and can inject notes
(nit, concern, or blocker). Enable with --advisor or the advisor.enabled setting; assign its
model via the advisor role.
Uses its own context and model assignment when configured.
Plan review
Inside plan mode, /plan-review reopens review of the current plan file. See Plan mode.
Non-interactive
$ veyyon -p "review the uncommitted diff for correctness and missing tests"
$ veyyon -p --yolo "review this branch against main; list P0/P1 findings only"
Typical targets: uncommitted work, a branch delta, or paths named in the prompt. Exit status
follows the print-mode run (veyyon --help).
Approvals
Tool approvals use tools.approvalMode and per-tool policy. See Approvals and
Safety.