fix: clarify blocked plugin validation

This commit is contained in:
Peter Steinberger
2026-05-03 19:24:30 +01:00
parent 4e0e6f8ef3
commit f74e901794
7 changed files with 365 additions and 6 deletions

View File

@@ -371,6 +371,8 @@ openclaw plugins doctor
`doctor` reports plugin load errors, manifest/discovery diagnostics, and compatibility notices. When everything is clean it prints `No plugin issues detected.`
If a configured plugin is present on disk but blocked by the loader's path-safety checks, config validation keeps the plugin entry and reports it as `present but blocked`. Fix the preceding blocked-plugin diagnostic, such as path ownership or world-writable permissions, instead of removing the `plugins.entries.<id>` or `plugins.allow` config.
For module-shape failures such as missing `register`/`activate` exports, rerun with `OPENCLAW_PLUGIN_LOAD_DEBUG=1` to include a compact export-shape summary in the diagnostic output.
### Registry