From 33fcd0cdaf8c503e24492a587fd24635a10ae6a4 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Thu, 9 Apr 2026 00:26:36 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@be46d0ddc6ed93558e3dcdee07f48cd560e4eded --- .openclaw-sync/source.json | 4 ++-- docs/concepts/qa-e2e-automation.md | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 462621a63..e632fa5ef 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "39cc6b7dc78c0a80552454ad18b9d5bab86551ab", - "syncedAt": "2026-04-09T00:04:55.484Z" + "sha": "be46d0ddc6ed93558e3dcdee07f48cd560e4eded", + "syncedAt": "2026-04-09T00:26:36.127Z" } diff --git a/docs/concepts/qa-e2e-automation.md b/docs/concepts/qa-e2e-automation.md index 27eca3a5c..becd26cd1 100644 --- a/docs/concepts/qa-e2e-automation.md +++ b/docs/concepts/qa-e2e-automation.md @@ -89,12 +89,11 @@ refs and write a judged Markdown report: pnpm openclaw qa character-eval \ --model openai/gpt-5.4,thinking=xhigh \ --model openai/gpt-5.2,thinking=xhigh \ + --model openai/gpt-5,thinking=xhigh \ --model anthropic/claude-opus-4-6,thinking=high \ --model anthropic/claude-sonnet-4-6,thinking=high \ - --model minimax/MiniMax-M2.7,thinking=high \ --model zai/glm-5.1,thinking=high \ --model moonshot/kimi-k2.5,thinking=high \ - --model qwen/qwen3.5-plus,thinking=high \ --model google/gemini-3.1-pro-preview,thinking=high \ --judge-model openai/gpt-5.4,thinking=xhigh,fast \ --judge-model anthropic/claude-opus-4-6,thinking=high \ @@ -128,9 +127,9 @@ Candidate and judge model runs both default to concurrency 16. Lower `--concurrency` or `--judge-concurrency` when provider limits or local gateway pressure make a run too noisy. When no candidate `--model` is passed, the character eval defaults to -`openai/gpt-5.4`, `openai/gpt-5.2`, `anthropic/claude-opus-4-6`, -`anthropic/claude-sonnet-4-6`, `minimax/MiniMax-M2.7`, `zai/glm-5.1`, -`moonshot/kimi-k2.5`, `qwen/qwen3.5-plus`, and +`openai/gpt-5.4`, `openai/gpt-5.2`, `openai/gpt-5`, `anthropic/claude-opus-4-6`, +`anthropic/claude-sonnet-4-6`, `zai/glm-5.1`, +`moonshot/kimi-k2.5`, and `google/gemini-3.1-pro-preview` when no `--model` is passed. When no `--judge-model` is passed, the judges default to `openai/gpt-5.4,thinking=xhigh,fast` and