| title | Installation |
|---|---|
| description | How to install clawpatch from npm or source |
pnpm add -g clawpatchOr with npm:
npm install -g clawpatchVerify:
clawpatch --versionClone and build:
git clone https://github.com/openclaw/clawpatch.git
cd clawpatch
pnpm install
pnpm build
pnpm link --globalVerify:
clawpatch --version
clawpatch doctorclawpatch requires an AI provider for code review. The default is the local Codex CLI.
Install the Codex CLI so codex --version works locally. If available in your
environment:
brew install codexVerify:
codex --version
clawpatch doctorclawpatch doctor checks that the configured provider is available and can execute test queries.
- Quickstart - Run your first review
- Configuration - Customize behavior
- Providers - Other provider options