docs: advertise xhigh docs i18n thinking · openclaw/openclaw@7092313
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -45,7 +45,7 @@ func main() {
|
45 | 45 | docsRoot = flag.String("docs", "docs", "docs root") |
46 | 46 | tmPath = flag.String("tm", "", "translation memory path") |
47 | 47 | mode = flag.String("mode", "segment", "translation mode (segment|doc)") |
48 | | -thinking = flag.String("thinking", "high", "thinking level (low|high)") |
| 48 | +thinking = flag.String("thinking", "high", "thinking level (low|medium|high|xhigh)") |
49 | 49 | overwrite = flag.Bool("overwrite", false, "overwrite existing translations") |
50 | 50 | maxFiles = flag.Int("max", 0, "max files to process (0 = all)") |
51 | 51 | parallel = flag.Int("parallel", 1, "parallel workers for doc mode") |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。