Fixed review?
Some checks failed
Code review / review (pull_request) Has been cancelled
Publish Library / Build NPM Project (push) Successful in 11s
Publish Library / Tag Version (push) Successful in 13s

This commit is contained in:
2025-12-27 22:11:24 -05:00
parent 4175bf363c
commit 73ad9293ae
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -53,8 +53,11 @@ Automated code agents that uses AI to analyze git diffs and provide inline comme
</h3>
</summary>
#### 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`
</details>