From e69e90786d0b026148492daa09dc3dcd75ba9331 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-agent[bot]" Date: Thu, 23 Apr 2026 08:18:14 +0000 Subject: [PATCH] docs: refresh documentation --- docs/gateway/configuration.md | 4 ++-- docs/plugins/architecture.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/gateway/configuration.md b/docs/gateway/configuration.md index 82d32363980..7ecb047cd54 100644 --- a/docs/gateway/configuration.md +++ b/docs/gateway/configuration.md @@ -586,8 +586,8 @@ openclaw gateway call config.patch --params '{ ``` Both `config.apply` and `config.patch` accept `raw`, `baseHash`, `sessionKey`, -`note`, and `restartDelayMs`. `baseHash` is required for `config.patch` and -recommended for `config.apply` when a config already exists. +`note`, and `restartDelayMs`. `baseHash` is required for both methods when a +config already exists. ## Environment variables diff --git a/docs/plugins/architecture.md b/docs/plugins/architecture.md index a5995992f7e..0bf08259413 100644 --- a/docs/plugins/architecture.md +++ b/docs/plugins/architecture.md @@ -1061,7 +1061,8 @@ barrel when authoring new plugins. Core subpaths: | Subpath | Purpose | | ----------------------------------- | -------------------------------------------------- | | `openclaw/plugin-sdk/plugin-entry` | Plugin registration primitives | -| `openclaw/plugin-sdk/core` | Generic shared plugin-facing contract | +| `openclaw/plugin-sdk/channel-core` | Channel entry/build helpers | +| `openclaw/plugin-sdk/core` | Generic shared helpers and umbrella contract | | `openclaw/plugin-sdk/config-schema` | Root `openclaw.json` Zod schema (`OpenClawSchema`) | Channel plugins pick from a family of narrow seams — `channel-setup`,