|
38 | 38 | uses: docker/cagent-action/.github/workflows/review-pr.yml@latest |
39 | 39 | with: |
40 | 40 | auto-review-org: my-org # Only auto-review PRs from this org's members |
41 | | - model: anthropic/claude-haiku-4 # Use a faster/cheaper model |
| 41 | + model: anthropic/claude-haiku-4-5 # Use a faster/cheaper model |
42 | 42 | secrets: inherit |
43 | 43 | ``` |
44 | 44 |
|
@@ -217,7 +217,7 @@ When using `docker/cagent-action/.github/workflows/review-pr.yml`: |
217 | 217 | | `pr-number` | PR number (auto-detected from event) | - | |
218 | 218 | | `comment-id` | Comment ID for reactions (auto-detected) | - | |
219 | 219 | | `additional-prompt` | Additional review guidelines | - | |
220 | | -| `model` | Model override (e.g., `anthropic/claude-haiku-4`) | - | |
| 220 | +| `model` | Model override (e.g., `anthropic/claude-haiku-4-5`) | - | |
221 | 221 | | `cagent-version` | CAgent version | `v1.19.7` | |
222 | 222 | | `auto-review-org` | Organization for auto-review membership check | `docker` | |
223 | 223 |
|
@@ -279,7 +279,7 @@ The action uses **Claude Sonnet 4.5** by default. Typical costs per review: |
279 | 279 | | Large (15+ files) | ~$0.15-0.50 | |
280 | 280 |
|
281 | 281 | Costs depend on diff size, not just file count. To reduce costs: |
282 | | -- Use `model: anthropic/claude-haiku-4` for faster, cheaper reviews |
| 282 | +- Use `model: anthropic/claude-haiku-4-5` for faster, cheaper reviews |
283 | 283 | - Trigger reviews selectively (not on every push) |
284 | 284 |
|
285 | 285 | --- |
@@ -366,6 +366,6 @@ When you reply to a review comment: |
366 | 366 |
|
367 | 367 | **Reviews are too slow?** |
368 | 368 | - Large diffs take longer. Consider reviewing smaller PRs |
369 | | -- Use `model: anthropic/claude-haiku-4` for faster (but less thorough) reviews |
| 369 | +- Use `model: anthropic/claude-haiku-4-5` for faster (but less thorough) reviews |
370 | 370 |
|
371 | 371 | **Clear the memory cache:** Actions → Caches → Delete `pr-review-memory-*` |
0 commit comments