From cc0388eace2524db489175d778cb4175582f6bcf Mon Sep 17 00:00:00 2001 From: Ernie Cook Date: Mon, 2 Mar 2026 10:07:03 -0500 Subject: [PATCH] AI: 2026-03-02 10:07 - incremental progress --- run-ai.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-ai.sh b/run-ai.sh index 63e851d..9273d24 100755 --- a/run-ai.sh +++ b/run-ai.sh @@ -58,7 +58,7 @@ Your task: Continue building the web application. Read the current state from WO # Run opencode with the task cd "$SCRIPT_DIR" -/home/ernie/.opencode/bin/opencode --prompt "$TASK_PROMPT" 2>&1 | tee -a "$LOG_FILE" +/home/ernie/.opencode/bin/opencode run "$TASK_PROMPT" 2>&1 | tee -a "$LOG_FILE" EXIT_CODE=${PIPESTATUS[0]} if [ $EXIT_CODE -eq 0 ]; then