chore(sync): mirror docs from openclaw/openclaw@7fcefd56b7

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-25 09:34:12 +00:00
parent 9e345643e7
commit ba0a13f82e
3 changed files with 4 additions and 4 deletions

View File

@ -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"
}

View File

@ -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`.
<Steps>
<Step title="Run the channel setup wizard">

View File

@ -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
---