We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e55a6a commit d7d7bc6Copy full SHA for d7d7bc6
1 file changed
scripts/bitlesson-select.sh
@@ -177,7 +177,7 @@ if [[ "$BITLESSON_PROVIDER" == "codex" ]]; then
177
178
RAW_OUTPUT="$(printf '%s' "$PROMPT" | run_with_timeout "$SELECTOR_TIMEOUT" codex exec "${CODEX_EXEC_ARGS[@]}" -)" || CODEX_EXIT_CODE=$?
179
elif [[ "$BITLESSON_PROVIDER" == "claude" ]]; then
180
- RAW_OUTPUT="$(printf '%s' "$PROMPT" | run_with_timeout "$SELECTOR_TIMEOUT" claude --print --model "$BITLESSON_MODEL")" || CODEX_EXIT_CODE=$?
+ RAW_OUTPUT="$(printf '%s' "$PROMPT" | run_with_timeout "$SELECTOR_TIMEOUT" claude --print --model "$BITLESSON_MODEL" -)" || CODEX_EXIT_CODE=$?
181
fi
182
183
if [[ $CODEX_EXIT_CODE -eq 124 ]]; then
0 commit comments