diff --git a/scripts/docs-i18n/translator.go b/scripts/docs-i18n/translator.go index 642420fb5afc..b586639896b2 100644 --- a/scripts/docs-i18n/translator.go +++ b/scripts/docs-i18n/translator.go @@ -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"