From 5329c02fdcdb1ff6388f0c8f6ddca29db8cbe0c4 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 20:26:51 +0000 Subject: [PATCH] scripts: tools,autobot (1 files) --- tools/autobot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autobot.sh b/tools/autobot.sh index ef0bacdea..d10f87c87 100755 --- a/tools/autobot.sh +++ b/tools/autobot.sh @@ -37,7 +37,7 @@ while :; do sleep 90 # IMPORTANT: use normal ASCII quotes, not “smart quotes”. - codex exec --full-auto "$KICKSTART_FILE" || exit $? + codex exec --full-auto --cd="" "$KICKSTART_FILE" || exit $? done