Skip to content

Commit 55cd901

Browse files
committed
fix(ci): use sonnet model for CI agent (haiku insufficient for test fixing)
1 parent c71fcd5 commit 55cd901

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
@@ -118,7 +118,7 @@ jobs:
118118
set +e
119119
pnpm exec claude --print \
120120
--allowedTools "Bash(pnpm:*)" "Bash(git:*)" "Read" "Write" "Edit" "Glob" "Grep" \
121-
--model haiku \
121+
--model sonnet \
122122
--max-turns 25 \
123123
"$(cat <<'PROMPT'
124124
/updating

0 commit comments

Comments
 (0)