From 1973bc806bbd127f3d24512e0168300a058c45f4 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 24 Jul 2026 23:05:31 +0200 Subject: [PATCH] migrate to opus 5 --- .github/workflows/claude-plan.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/pr-ready-review.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-plan.yml b/.github/workflows/claude-plan.yml index ef25554f83..bc81801417 100644 --- a/.github/workflows/claude-plan.yml +++ b/.github/workflows/claude-plan.yml @@ -49,7 +49,7 @@ jobs: allowed_bots: 'windmill-internal-app[bot]' trigger_phrase: '/plan' claude_args: | - --model claude-opus-4-8 + --model claude-opus-5 --system-prompt "# Claude Planning Mode You are operating in PLANNING MODE ONLY. Your role is to create detailed, structured plans without making any code changes. diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 115115dac6..5e9aab00d3 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -93,4 +93,4 @@ jobs: } claude_args: | --allowedTools "Bash,WebFetch,WebSearch" - --model claude-opus-4-8 + --model claude-opus-5 diff --git a/.github/workflows/pr-ready-review.yml b/.github/workflows/pr-ready-review.yml index c41ccafa9a..d2acde0dbe 100644 --- a/.github/workflows/pr-ready-review.yml +++ b/.github/workflows/pr-ready-review.yml @@ -199,4 +199,4 @@ jobs: ${{ env.REVIEW_PROMPT }} claude_args: | --allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" - --model claude-opus-4-8 + --model claude-opus-5