fix: align workflows with Claude Code 2.1 MCP behavior

This commit is contained in:
Mark Wylde
2026-06-11 20:25:16 +01:00
parent d7040227cd
commit e0779c724a
3 changed files with 44 additions and 23 deletions

View File

@@ -35,6 +35,7 @@ jobs:
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
claude_args: |
--allowedTools "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)"
--model "claude-opus-4-1-20250805"