mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:30:57 +00:00
docs(doctor): clarify configured plugin repair (#77613)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user