feat(config): accept STRIX_REASONING_EFFORT=max for providers that support it (#956)

Co-authored-by: Ahmed Allam <allam@usestrix.com>
This commit is contained in:
devin-ai-integration[bot]
2026-08-01 17:10:01 -07:00
committed by GitHub
co-authored by Ahmed Allam
parent 22d668d538
commit 2e7040240d
6 changed files with 39 additions and 9 deletions
+2 -2
View File
@@ -171,8 +171,8 @@ def validate_environment() -> None:
error_text.append("", style="white")
error_text.append("STRIX_REASONING_EFFORT", style="bold cyan")
error_text.append(
" - Reasoning effort level: none, minimal, low, medium, high, xhigh "
"(default: high)\n",
" - Reasoning effort level: none, minimal, low, medium, high, xhigh, "
"max (default: high)\n",
style="white",
)