mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 03:30:43 +00:00
* fix(config): resolve CLI command aliases against parent plugin in plugins.allow (#64748) The CLI allow guard checked command names (e.g. 'wiki') directly against plugins.allow, missing the parent plugin ('memory-wiki'). Additionally, memory-wiki did not declare 'wiki' as a commandAlias, so doctor --fix would remove it as stale. - Add commandAliases entry for 'wiki' in memory-wiki plugin manifest - Check parent plugin ID in the CLI fallback allow guard - Add tests for both allow and deny cases * fix(cli): inject manifest registry for alias diagnostics * Update CHANGELOG.md --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
4.7 KiB
4.7 KiB