diff --git a/dir-steering/tools/build_direction.py b/dir-steering/tools/build_direction.py index f660fb3ef..61f059cae 100755 --- a/dir-steering/tools/build_direction.py +++ b/dir-steering/tools/build_direction.py @@ -82,7 +82,7 @@ def run_capture( ] if system: cmd += ["--system", system] - cmd.append("--think-high" if think else "--nothink") + cmd.append("--think" if think else "--nothink") result = subprocess.run(cmd, cwd=ds4.parent, env=env, check=False, stdout=subprocess.DEVNULL, stderr=subprocess.PIPE) if result.returncode != 0: