fix: allow harness codex command override
This commit is contained in:
@@ -405,6 +405,9 @@ class StepExecutor:
|
||||
|
||||
@staticmethod
|
||||
def _codex_command() -> str:
|
||||
override = os.environ.get("HARNESS_CODEX_COMMAND", "").strip()
|
||||
if override:
|
||||
return override
|
||||
return (
|
||||
shutil.which("codex.cmd")
|
||||
or shutil.which("codex.exe")
|
||||
|
||||
Reference in New Issue
Block a user