diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 86fc3b9d3..183a9fd9d 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "6532ee0c39d5b1b39d7c4f05e9fa8d216421ecd6", - "syncedAt": "2026-04-23T14:32:19.325Z" + "sha": "1e1aaa51e146dd9085d506f1d2ddb0cb71a048df", + "syncedAt": "2026-04-23T14:36:51.905Z" } diff --git a/docs/help/testing.md b/docs/help/testing.md index 55d5bfa59..cd6f09cc7 100644 --- a/docs/help/testing.md +++ b/docs/help/testing.md @@ -40,10 +40,10 @@ When debugging real providers/models (requires real creds): - Live suite (models + gateway tool/image probes): `pnpm test:live` - Target one live file quietly: `pnpm test:live -- src/agents/models.profiles.live.test.ts` - Docker live model sweep: `pnpm test:docker:live-models` - - Each selected model now runs a text turn plus a small file-read-style text - block probe. Models whose metadata advertises `image` input also run a tiny - image turn. Disable the extra probes with `OPENCLAW_LIVE_MODEL_FILE_PROBE=0` - or `OPENCLAW_LIVE_MODEL_IMAGE_PROBE=0` when isolating provider failures. + - Each selected model now runs a text turn plus a small file-read-style probe. + Models whose metadata advertises `image` input also run a tiny image turn. + Disable the extra probes with `OPENCLAW_LIVE_MODEL_FILE_PROBE=0` or + `OPENCLAW_LIVE_MODEL_IMAGE_PROBE=0` when isolating provider failures. - CI coverage: daily `OpenClaw Scheduled Live And E2E Checks` and manual `OpenClaw Release Checks` both call the reusable live/E2E workflow with `include_live_suites: true`, which includes separate Docker live model