diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 00c4f8b..b312f9b 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -15,7 +15,7 @@ jobs: git fetch origin ${{ github.event.pull_request.base.ref }} - name: Run AI Review - run: npm cache clear --force && npx -y @ztimson/ai-agents review + run: npx -y @ztimson/ai-agents@latest review env: AI_HOST: anthropic AI_MODEL: claude-sonnet-4-5 diff --git a/README.md b/README.md index 8c50d70..31bd3d9 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,11 @@ Automated code agents that uses AI to analyze git diffs and provide inline comme +#### Prerequisites +- [Node.js](https://nodejs.org/en/download) + #### Instructions -1. Run using npx: `npx @ztimson/ai-agents review` +1. Run using npx: `npx -y @ztimson/ai-agents@latest review`