Skip to content

Commit bb599e9

Browse files
committed
fix(ci): increase max-turns to 20 and allow gh/git bash tools
1 parent 81e9b13 commit bb599e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
5. Code style consistency
4646
4747
Be concise and actionable. Only comment on meaningful issues, not style nitpicks already covered by linters.
48-
claude_args: "--model MiniMax-M2.5 --max-turns 3"
48+
claude_args: '--model MiniMax-M2.5 --max-turns 20 --allowedTools "Bash(git:*),Bash(gh:*),Read,Glob,Grep,WebFetch"'
4949

5050
interactive:
5151
if: |
@@ -65,4 +65,4 @@ jobs:
6565
ANTHROPIC_BASE_URL: https://api.minimax.io/anthropic
6666
with:
6767
anthropic_api_key: ${{ secrets.MINIMAX_API_KEY }}
68-
claude_args: "--model MiniMax-M2.5 --max-turns 10"
68+
claude_args: '--model MiniMax-M2.5 --max-turns 20 --allowedTools "Bash(git:*),Bash(gh:*),Read,Glob,Grep,WebFetch,Edit,Write"'

0 commit comments

Comments
 (0)