mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:50:43 +00:00
docs: refresh documentation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user