Docs: note Custodian wizard cancellation

This commit is contained in:
Jesse Merhi
2026-08-04 04:48:47 +10:00
parent 890a4b0089
commit a964bc2018
+1
View File
@@ -64,6 +64,7 @@ Docs: https://docs.openclaw.ai
- **Workboard dispatch cap:** add a request-scoped `--max-starts` override while preserving the default cap, sequential starts, and one-card-per-owner guard. (#100174) Thanks @souvikDevloper.
- **Plugin install provenance warnings:** require explicit `--force` acknowledgement for arbitrary executable plugin sources in CLI and chat installs, keep trusted ClawHub, bundled, official-catalog, and tracked-update flows frictionless, and restrict Crestodian installs to trusted sources. (#102197) Thanks @jesse-merhi.
- **Custodian rich setup controls:** render the Gateway's sanitized wizard steps as native selects, multiselects, text fields, and masked secret inputs while preserving text-only chat compatibility. (#114631) Thanks @jesse-merhi.
- **Custodian wizard cancellation:** keep a visible one-click Cancel control on every hosted setup step, route it through the typed wizard session contract, and preserve text cancellation for non-visual clients.
### Fixes