You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update DEFAULT_CLAUDE_MODEL and the user-facing model recommendations
in README.md and action.yml to the latest available aliases. Both
Opus 4.7 and Sonnet 4.6 expose a 1M context window; refresh the diff
size guidance accordingly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ This action is not hardened against prompt injection attacks and should only be
111
111
| `comment-pr` | Whether to comment on PRs with findings | `true` | No |
112
112
| `upload-results` | Whether to upload results as artifacts | `true` | No |
113
113
| `exclude-directories` | Comma-separated list of directories to exclude from scanning | None | No |
114
-
| `claude-model` | Claude [model name](https://docs.anthropic.com/en/docs/about-claude/models/overview#model-names) to use. Defaults to Opus 4.5. For large PRs (>400k char diffs), consider using `claude-sonnet-4-5-20250929` (1M context). | `claude-opus-4-5-20251101` | No |
114
+
| `claude-model` | Claude [model name](https://docs.anthropic.com/en/docs/about-claude/models/overview#model-names) to use. Defaults to Opus 4.7. For large PRs (>400k char diffs), consider using `claude-sonnet-4-6` (1M context). | `claude-opus-4-7` | No |
115
115
| `claudecode-timeout` | Timeout for ClaudeCode analysis in minutes | `20` | No |
116
116
| `max-diff-chars` | Maximum diff characters to include in prompt. Set to `0` for agentic mode (Claude uses git commands to explore). See [Diff Size Configuration](#diff-size-configuration) below. | `400000` | No |
117
117
| `max-diff-lines` | **[DEPRECATED]** Use `max-diff-chars` instead. Converts lines to chars (line × 80). | None | No |
@@ -173,7 +173,7 @@ The action handles PRs of any size using three review modes:
0 commit comments