docs: refresh documentation

This commit is contained in:
openclaw-docs-agent[bot]
2026-04-23 08:18:14 +00:00
parent a2d91a1a9a
commit e69e90786d
2 changed files with 4 additions and 3 deletions

View File

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

View File

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