From acded31e2df313296e0a559b53dfc79180a28bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Mon, 20 Jul 2026 13:32:53 -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 cf114b3..c75ac20 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(cmake:*),Bash(ninja:*),Bash(ctest:*),Bash(clang-format:*),Bash(pkg-config:*)"