fix(plugins): ignore bundled load path aliases

This commit is contained in:
Peter Steinberger
2026-04-26 04:39:49 +01:00
parent 42f87c07e9
commit 540c70d166
8 changed files with 223 additions and 61 deletions

View File

@@ -178,7 +178,9 @@ OpenClaw scans for plugins in this order (first match wins):
<Steps>
<Step title="Config paths">
`plugins.load.paths` — explicit file or directory paths.
`plugins.load.paths` — explicit file or directory paths. Paths that point
back at OpenClaw's own packaged bundled plugin directories are ignored;
run `openclaw doctor --fix` to remove those stale aliases.
</Step>
<Step title="Workspace plugins">