generated from ztimson/template
Fixed review?
This commit is contained in:
2
.github/workflows/review.yml
vendored
2
.github/workflows/review.yml
vendored
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user