We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117053d commit 833afb4Copy full SHA for 833afb4
git-commit-push-script.sh
@@ -279,6 +279,7 @@ if [ -n "$SQUISH_BIN" ]; then
279
squish_stderr=$(cat /tmp/squish_stderr.txt 2>/dev/null)
280
rm -f /tmp/squish_response.txt /tmp/squish_stderr.txt
281
282
+
283
# Extract content from JSON robustly, then strip any CoT tags.
284
# Prefer jq when available; keep a shell-only fallback.
285
if command -v jq >/dev/null 2>&1; then
0 commit comments