Skip to content

Commit 879412b

Browse files
committed
fix(ci): use sonnet model for CI agent (haiku insufficient for test fixing)
1 parent 05358cd commit 879412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
set +e
9191
claude --print \
92-
--model haiku \
92+
--model sonnet \
9393
--max-turns 25 \
9494
--allowedTools "Bash(pnpm:*)" "Bash(git:*)" "Read" "Write" "Edit" "Glob" "Grep" \
9595
"$(cat <<'PROMPT'

0 commit comments

Comments
 (0)