mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
chore: increment max calls allowed for claude (#2082)
Allows longer sessions with the claude agent
This commit is contained in:
parent
6ef3b48e0c
commit
8f7d0d09c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
|
|
@ -51,4 +51,4 @@ jobs:
|
|||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
use_sticky_comment: 'true'
|
||||
include_fix_links: 'true'
|
||||
claude_args: '--max-turns 20'
|
||||
claude_args: '--max-turns 60'
|
||||
|
|
|
|||
Loading…
Reference in a new issue