Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:

# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
# or https://docs.claude.com/en/docs/claude-code/sdk#command-line for available options
claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'
claude_args: '--model claude-sonnet-4-5-20250929 --allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Verify the model name exists.

The model name claude-sonnet-4-5-20250929 appears to reference a very recent release (September 29, 2025). Please confirm this model identifier is correct and available.


🌐 Web query:

What is the latest Claude Sonnet model version available from Anthropic?

💡 Result:

As of Sept 30, 2025: Anthropic’s documentation lists Claude Sonnet 4 (model id claude-sonnet-4-20250514) as the latest Sonnet in their official model pages [(docs.anthropic.com)]. News outlets are reporting a newly announced Claude Sonnet 4.5, but Anthropic’s docs/news pages do not yet show a published Sonnet 4.5 model page as of today. [(m.economictimes.com)]

Citations:


Use a valid Claude Sonnet model ID
The specified model claude-sonnet-4-5-20250929 isn’t published in Anthropic’s official docs; replace it with claude-sonnet-4-20250514 or update to the correct Sonnet 4.5 identifier once it’s officially released. cite12

🤖 Prompt for AI Agents
.github/workflows/claude-code-review.yml around line 56: the workflow references
a non-published model ID `claude-sonnet-4-5-20250929`; replace that value with
the supported Sonnet 4 ID `claude-sonnet-4-20250514` (or the official Sonnet 4.5
identifier once Anthropic publishes it) by updating the claude_args string to
use the valid model name and commit the change.


Loading