Use high reasoning effort by default

This commit is contained in:
Ahmed Allam
2025-09-08 10:29:31 -07:00
parent 19f166e608
commit 4a719130ff
2 changed files with 3 additions and 6 deletions
-3
View File
@@ -229,9 +229,6 @@ def clone_repository(repo_url: str, run_name: str) -> str:
[
git_executable,
"clone",
"--depth=1",
"--no-recurse-submodules",
"--single-branch",
repo_url,
str(clone_path),
],