### Install LaReview via Homebrew Source: https://lareview.dev Install the LaReview macOS application using Homebrew by adding the puemos/tap repository. ```bash $ brew install --cask puemos/tap/lareview ``` -------------------------------- ### Launch Reviews from Terminal Source: https://lareview.dev LaReview can be launched directly from your terminal to initiate code reviews. You can specify a PR, pipe a git diff, or set the AI agent. ```bash $ lareview ``` ```bash $ lareview pr owner/repo#123 ``` ```bash $ git diff | lareview ``` ```bash $ lareview --agent claude ``` -------------------------------- ### Pipe Git Diff to LaReview Source: https://lareview.dev You can pipe the output of a git diff command directly to LaReview for processing. ```bash git diff | lareview ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.