Skip to content

Commit 694506b

Browse files
committed
fix(ci): use sonnet model for CI agent (haiku insufficient for test fixing)
1 parent 071f42f commit 694506b

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
@@ -200,7 +200,7 @@ jobs:
200200
set +e
201201
claude --print \
202202
--allowedTools "Bash(pnpm:*)" "Bash(git:*)" "Read" "Write" "Edit" "Glob" "Grep" \
203-
--model haiku \
203+
--model sonnet \
204204
--max-turns 25 \
205205
"$(cat <<'PROMPT'
206206
/updating

0 commit comments

Comments
 (0)