From 180a1b66805d1a1823d79a75bf3efbf32bf1a137 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Fri, 30 May 2025 08:14:11 -0700 Subject: [PATCH] switch to opus for this repo's claude workflow (#97) * switch to opus for this repo's claude workflow * prettier --- .github/workflows/claude.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 60ffbdf..35d9fe3 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -36,3 +36,4 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} allowed_tools: "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)" custom_instructions: "You have also been granted tools for editing files and running bun commands (install, run, test, typecheck) for testing your changes: bun install, bun test, bun run format, bun typecheck." + model: "claude-opus-4-20250514"