chore(docs-i18n): generalize max reasoning note

This commit is contained in:
Peter Steinberger
2026-07-14 03:51:18 -04:00
parent 4dff4e95b1
commit a951cd2df2
+1 -1
View File
@@ -350,7 +350,7 @@ func normalizeThinking(value string) string {
case "low", "medium", "high", "xhigh":
return strings.ToLower(strings.TrimSpace(value))
case "max":
// Codex CLI 0.144.3 supports max for GPT-5.6; xhigh remains the default for older model overrides.
// Codex CLI supports max for GPT-5.6; xhigh remains the default for older model overrides.
return "max"
default:
return "xhigh"