From ae7eb53c6c19b9771e12e6fc5e109f0cb3c4b14d Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 29 Apr 2026 11:36:30 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@1446069707bab832947cd909ad48e6bce052d586 --- .openclaw-sync/source.json | 4 ++-- docs/ci.md | 6 +++++- docs/reference/RELEASING.md | 5 +++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index d27e83624..4c2b84ffb 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "f79553bef61f7b28a848d0c7dd6b04db99503083", - "syncedAt": "2026-04-29T11:24:58.782Z" + "sha": "1446069707bab832947cd909ad48e6bce052d586", + "syncedAt": "2026-04-29T11:35:02.058Z" } diff --git a/docs/ci.md b/docs/ci.md index 23cbc05bf..4ce43092a 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -154,7 +154,11 @@ Cross-OS release checks still cover OS-specific onboarding, installer, and platform behavior; package/update product validation should start with Package Acceptance. The Windows packaged and installer fresh lanes also verify that an installed package can import a browser-control override from a raw absolute -Windows path. +Windows path. The OpenAI cross-OS agent-turn smoke defaults to +`OPENCLAW_CROSS_OS_OPENAI_MODEL` when set, otherwise `openai/gpt-5.4-mini`, so +the install and gateway proof stays fast and deterministic. Dedicated live +provider/model lanes still cover broader model routing, including slower +frontier defaults. Package Acceptance has bounded legacy-compatibility windows for already published packages. Packages through `2026.4.25`, including `2026.4.25-beta.*`, diff --git a/docs/reference/RELEASING.md b/docs/reference/RELEASING.md index 94912c4c4..4e760d67e 100644 --- a/docs/reference/RELEASING.md +++ b/docs/reference/RELEASING.md @@ -268,6 +268,11 @@ Use `release_profile` to select live/provider breadth: ref once as `release-package-under-test` and reuses that artifact in both release-path Docker checks and Package Acceptance. This keeps all package-facing boxes on the same bytes and avoids repeated package builds. +The cross-OS OpenAI install smoke uses `OPENCLAW_CROSS_OS_OPENAI_MODEL` when the +repo/org variable is set, otherwise `openai/gpt-5.4-mini`, because this lane is +proving package install, onboarding, gateway startup, and one live agent turn +rather than benchmarking the slowest default model. The broader live provider +matrix remains the place for model-specific coverage. Use these variants depending on release stage: