From cca813c516c9f4241939f205fd96ef24d3a8276f Mon Sep 17 00:00:00 2001 From: Eric Viana Date: Mon, 27 Jul 2026 13:21:53 -0300 Subject: [PATCH] chore(ci): run api-sync merges on claude-opus-5 The sync merge quality is the whole pipeline: it pinned claude-sonnet-4-20250514 or claude-sonnet-4-6. Bumping to the current top model. Claude-Session: https://claude.ai/code/session_01F1stiNzuNtJXoXtiW9ZCbs --- .github/workflows/api-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.