There was an error while loading. Please reload this page.
1 parent bac8a6e commit 92e8eb5Copy full SHA for 92e8eb5
1 file changed
test-skill.sh
@@ -146,8 +146,7 @@ find_app_dir() {
146
# API health check: send a minimal request to verify connectivity before burning tokens
147
check_api_health() {
148
# 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
+ env -u CLAUDECODE claude -p "Reply with OK" > /dev/null 2>&1
151
return $?
152
}
153
0 commit comments