From 4da0142752d22b834bd33ce9d4721edafd5392ed Mon Sep 17 00:00:00 2001 From: Eric Viana Date: Mon, 27 Jul 2026 13:22:14 -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 6cc37da..83977c1 100644 --- a/.github/workflows/api-sync.yml +++ b/.github/workflows/api-sync.yml @@ -59,7 +59,7 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - claude_args: '--model claude-sonnet-4-6 --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 CLI to match BlindPay API changes.