diff --git a/.github/workflows/api-sync.yml b/.github/workflows/api-sync.yml index b059d0b..96470d6 100644 --- a/.github/workflows/api-sync.yml +++ b/.github/workflows/api-sync.yml @@ -52,7 +52,7 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - claude_args: '--model claude-sonnet-4-20250514 --allowedTools "Bash(*),Read,Edit,Write,Glob,Grep"' + claude_args: '--model claude-opus-5 --allowedTools "Bash(*),Read,Edit,Write,Glob,Grep"' prompt: | You are updating this SDK to match API changes. Read CLAUDE.md for this SDK's conventions.