From e9f7e800ec4ccb1d0ebafc9f65ea54915888807d Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:10:14 +0000 Subject: [PATCH 1/2] chore: remove explicit model override, rely on action default claude-sonnet-4-6 Co-Authored-By: Ben Kremer --- .github/workflows/claude-auto-review.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/claude-auto-review.yml b/.github/workflows/claude-auto-review.yml index 54fc9d0c..549c8f82 100644 --- a/.github/workflows/claude-auto-review.yml +++ b/.github/workflows/claude-auto-review.yml @@ -31,7 +31,6 @@ jobs: uses: WalletConnect/actions/claude/auto-review@1483e05460107d74c575e31af948ce20f9df6387 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - model: claude-sonnet-4-5-20250929 timeout_minutes: "60" project_context: | This is the AppKit React Native SDK, a comprehensive wallet connection and blockchain interaction library for React Native applications. @@ -51,4 +50,4 @@ jobs: - **Code Quality**: ESLint + Prettier rules, JSDoc for public APIs, no inline styles - **Import Organization**: React/RN → External libs → @reown packages → Relative imports - **Blockchain Support**: Multi-chain with EVM, Solana, and Bitcoin adapters - - **Developer Experience**: Clean package exports, strongly typed APIs, comprehensive error handling \ No newline at end of file + - **Developer Experience**: Clean package exports, strongly typed APIs, comprehensive error handling From cb507a8019234073aacd0caee00218a98a699043 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:11:42 +0000 Subject: [PATCH 2/2] chore: update claude model to claude-sonnet-4-6 in auto-review workflow Co-Authored-By: Ben Kremer --- .github/workflows/claude-auto-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-auto-review.yml b/.github/workflows/claude-auto-review.yml index 549c8f82..ec4e5421 100644 --- a/.github/workflows/claude-auto-review.yml +++ b/.github/workflows/claude-auto-review.yml @@ -31,6 +31,7 @@ jobs: uses: WalletConnect/actions/claude/auto-review@1483e05460107d74c575e31af948ce20f9df6387 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + model: claude-sonnet-4-6 timeout_minutes: "60" project_context: | This is the AppKit React Native SDK, a comprehensive wallet connection and blockchain interaction library for React Native applications.