mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(cli): avoid restart hint for unchanged config (#122953)
* fix(cli): avoid restart hint for unchanged config * docs(cli): clarify no-op restart guidance
This commit is contained in:
committed by
GitHub
parent
6cfc05ae2f
commit
d2628e430c
+1
-1
@@ -461,7 +461,7 @@ After every successful `config set` / `config patch` / `config unset`, the CLI p
|
||||
| `Change will apply without restarting the gateway.` | Hot reload picks it up automatically. |
|
||||
| `No gateway restart needed.` | Nothing runtime-relevant changed. |
|
||||
|
||||
Writes to `plugins.entries` (or any subpath) always require a restart, since the CLI cannot prove every plugin's reload metadata is loaded.
|
||||
Effective changes to `plugins.entries` (or any subpath) require a restart, since the CLI cannot prove every plugin's reload metadata is loaded. Idempotent writes with no effective diff report `No gateway restart needed.`
|
||||
|
||||
## Write safety
|
||||
|
||||
|
||||
Reference in New Issue
Block a user