Skip to content

Commit 48d68d3

Browse files
BinHPdevclaude
andcommitted
ci: bump claude max-turns from 30 to 50
Last run hit "Reached max turns (30)" after ~10 min, suggesting the search + dual-file edit task consistently saturates 30 turns. 50 leaves headroom for the final date-bump / trend-update steps that were at risk of being truncated. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bfd280c commit 48d68d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "🔍 开始搜索最新算法自动化工具..."
4444
4545
claude -p "$PROMPT" \
46-
--max-turns 30 \
46+
--max-turns 50 \
4747
--allowedTools "WebSearch,Read,Edit,Write,Glob,Grep,Bash(git diff*),Bash(git status*),Bash(wc *),Bash(date*)" \
4848
2>&1 | tee /tmp/awesome-algo-update.log
4949

0 commit comments

Comments
 (0)