From 1154e012a973207a9a75ce989c0c2f50bd247926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Mon, 20 Jul 2026 13:40:23 -0400 Subject: [PATCH] ci: use Opus and allow build/web tools for Claude Code [skip ci] --- .github/workflows/claude.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index cf114b3a..4fd74fc8 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -36,13 +36,7 @@ jobs: with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - # Optional: Customize the trigger phrase (default: @claude) - # trigger_phrase: "/claude" - - # Optional: Trigger when specific user is assigned to an issue - # assignee_trigger: "claude-bot" - - # Optional: Configure Claude's behavior with CLI arguments - # claude_args: | - # --model claude-opus-4-1-20250805 - # --max-turns 10 + claude_args: | + --model opus + --max-turns 15 + --allowedTools "WebFetch,WebSearch,Bash(npm ci),Bash(npm install),Bash(npm run build),Bash(npm run lint),Bash(npm test)"