From 0d2f74cbce0b50781a4f7672b9c6417cd10b2ff4 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Sat, 25 Jul 2026 10:24:30 +0200 Subject: [PATCH] Add Claude Opus 5 support --- .github/workflows/claude.yml | 4 ++-- packages/node/src/alphalib/types/robots/ai-chat.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 716881d4..6d12a484 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -75,8 +75,8 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: | - --model claude-opus-4-8 + --model claude-opus-5 diff --git a/packages/node/src/alphalib/types/robots/ai-chat.ts b/packages/node/src/alphalib/types/robots/ai-chat.ts index 357e6014..1bc01b20 100644 --- a/packages/node/src/alphalib/types/robots/ai-chat.ts +++ b/packages/node/src/alphalib/types/robots/ai-chat.ts @@ -543,6 +543,7 @@ export const MODEL_CAPABILITIES: Record