[object Object]

← back to Model Arena

Fix run-next payload: designTools True (Python bool, not JS true) — the last fires were erroring

4902051d746098d832a4795d67eae7b8e1e3c7e6 · 2026-07-25 00:49:49 -0700 · Steve Abrams

Files touched

Diff

commit 4902051d746098d832a4795d67eae7b8e1e3c7e6
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat Jul 25 00:49:49 2026 -0700

    Fix run-next payload: designTools True (Python bool, not JS true) — the last fires were erroring
---
 idea-run/run-next.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idea-run/run-next.sh b/idea-run/run-next.sh
index 49979a8..67058ba 100755
--- a/idea-run/run-next.sh
+++ b/idea-run/run-next.sh
@@ -16,7 +16,7 @@ TITLE="${LINE%%|*}"; PROMPT="${LINE#*|}"
 python3 - "$TITLE" "$PROMPT" > /tmp/dwaa-payload.json <<'PY'
 import json,sys
 json.dump({"title":sys.argv[1],"prompt":sys.argv[2],
-           "models":["qwen3-14b","gemma3-12b","hermes3-8b","qwen25-7b","hf-qwen-coder-32b","claude-code","kimi","gpt","grok"],"designTools":true},
+           "models":["qwen3-14b","gemma3-12b","hermes3-8b","qwen25-7b","hf-qwen-coder-32b","claude-code","kimi","gpt","grok"],"designTools":True},
           sys.stdout)
 PY
 

← f9fd5f6 night-loop: cycle 00:49 — judged=d7f4f8ca5f8d · fired 2 →; N  ·  back to Model Arena  ·  night-loop: cycle 00:49 — judged=d7f4f8ca5f8d · fired 1 →; F 0091c16 →