Skip to content

Commit 92e8eb5

Browse files
committed
Remove --model haiku from health check for Bedrock compatibility
1 parent bac8a6e commit 92e8eb5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test-skill.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ find_app_dir() {
146146
# API health check: send a minimal request to verify connectivity before burning tokens
147147
check_api_health() {
148148
# Use claude with a trivial prompt — just check if it exits successfully
149-
env -u CLAUDECODE claude -p "Reply with OK" \
150-
--model haiku > /dev/null 2>&1
149+
env -u CLAUDECODE claude -p "Reply with OK" > /dev/null 2>&1
151150
return $?
152151
}
153152

0 commit comments

Comments
 (0)