docs: refresh gateway update and memory refs

This commit is contained in:
Peter Steinberger
2026-04-04 08:52:33 +01:00
parent 4c450ede65
commit 470898b5e1
4 changed files with 64 additions and 2 deletions

View File

@@ -421,9 +421,10 @@ Most plugin changes require a gateway restart. See [/plugin](/tools/plugin).
Vector search over `MEMORY.md` + `memory/*.md`:
- `openclaw memory status` — show index stats.
- `openclaw memory status` — show index stats; use `--deep` for provider probes or `--fix` to repair stale recall/promotion artifacts.
- `openclaw memory index` — reindex memory files.
- `openclaw memory search "<query>"` (or `--query "<query>"`) — semantic search over memory.
- `openclaw memory promote` — rank short-term recalls and optionally append top entries into `MEMORY.md`.
## Chat slash commands
@@ -574,6 +575,38 @@ Notes:
- For SecretRef-managed gateway tokens, `dashboard` prints or opens a non-tokenized URL instead of exposing the secret in terminal output or browser launch arguments.
### `update`
Update the installed CLI.
Root options:
- `--json`
- `--no-restart`
- `--dry-run`
- `--channel <stable|beta|dev>`
- `--tag <dist-tag|version|spec>`
- `--timeout <seconds>`
- `--yes`
Subcommands:
- `update status`
- `update wizard`
`update status` options:
- `--json`
- `--timeout <seconds>`
`update wizard` options:
- `--timeout <seconds>`
Notes:
- `openclaw --update` rewrites to `openclaw update`.
### `backup`
Create and verify local backup archives for OpenClaw state.
@@ -1273,7 +1306,7 @@ Include `--token` or `--password` explicitly. Missing explicit credentials is an
Subcommands:
- `gateway call <method> [--params <json>]`
- `gateway call <method> [--params <json>] [--url <url>] [--token <token>] [--password <password>] [--timeout <ms>] [--expect-final] [--json]`
- `gateway health`
- `gateway status`
- `gateway probe`