diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 98b720d41..96fa2f26b 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "c6770d36946843077b31bf67b53d86fa7732d094", - "syncedAt": "2026-04-25T09:31:57.320Z" + "sha": "7fcefd56b7735c95cd14540385e0a3c40f4b3422", + "syncedAt": "2026-04-25T09:32:50.706Z" } diff --git a/docs/channels/feishu.md b/docs/channels/feishu.md index c839818a4..a4f81263b 100644 --- a/docs/channels/feishu.md +++ b/docs/channels/feishu.md @@ -16,7 +16,7 @@ Feishu/Lark is an all-in-one collaboration platform where teams chat, share docu ## Quick start -> **Requires OpenClaw 2026.4.24 or above.** Run `openclaw --version` to check. Upgrade with `openclaw update`. +> **Requires OpenClaw 2026.4.25 or above.** Run `openclaw --version` to check. Upgrade with `openclaw update`. diff --git a/docs/plugins/sdk-migration.md b/docs/plugins/sdk-migration.md index d0ba5177a..98ff9f7b1 100644 --- a/docs/plugins/sdk-migration.md +++ b/docs/plugins/sdk-migration.md @@ -5,7 +5,7 @@ sidebarTitle: "Migrate to SDK" read_when: - You see the OPENCLAW_PLUGIN_SDK_COMPAT_DEPRECATED warning - You see the OPENCLAW_EXTENSION_API_DEPRECATED warning - - You used api.registerEmbeddedExtensionFactory before OpenClaw 2026.4.24 + - You used api.registerEmbeddedExtensionFactory before OpenClaw 2026.4.25 - You are updating a plugin to the modern plugin architecture - You maintain an external OpenClaw plugin ---