fix: encode harness prompts as utf-8

This commit is contained in:
KOKO\Mimi
2026-08-09 01:37:24 +09:00
parent 6d6da7545c
commit ac039b311d
2 changed files with 37 additions and 0 deletions
+1
View File
@@ -259,6 +259,7 @@ class StepExecutor:
input=prompt,
capture_output=True,
text=True,
encoding="utf-8",
timeout=1800,
)
except FileNotFoundError as exc: