We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f343b commit b560578Copy full SHA for b560578
scripts/analyze-bump.sh
@@ -39,7 +39,7 @@ ${DIFF_STAT}
39
Solidity diff (truncated):
40
${SOL_DIFF}"
41
42
-RESPONSE=$(echo "$PROMPT" | claude --print --model opus --effort high 2>/dev/null) || { echo "patch"; exit 0; }
+RESPONSE=$(echo "$PROMPT" | claude --print --model opus --effort max 2>/dev/null) || { echo "patch"; exit 0; }
43
44
BUMP=$(echo "$RESPONSE" | tr '[:upper:]' '[:lower:]' | grep -oE 'major|minor|patch' | head -1)
45
0 commit comments