docs(doctor): clarify configured plugin repair (#77613)

This commit is contained in:
Vincent Koc
2026-05-04 18:16:29 -07:00
committed by GitHub
parent b062bb670d
commit 0131343db8
12 changed files with 19 additions and 18 deletions

View File

@@ -262,8 +262,8 @@ dual-format packages from being partially installed as bundles.
downloadable through the plugin installer. Gateway startup never runs a
package manager for them.
- `openclaw doctor --fix` removes legacy staged dependency directories and can
install configured downloadable plugins that are missing from the local
plugin index.
recover downloadable plugins that are missing from the local plugin index when
config references them.
## Security

View File

@@ -85,9 +85,10 @@ openclaw plugins install <source>
openclaw doctor --fix
```
`doctor --fix` can clean legacy OpenClaw-generated dependency state and install
configured downloadable plugins that are missing from the local install records.
It does not repair dependencies for an already-installed local plugin.
`doctor --fix` can clean legacy OpenClaw-generated dependency state and recover
downloadable plugins that are missing from the local install records when config
references them. Doctor does not repair dependencies for an already-installed
local plugin.
## Bundled plugins