fix(memory-wiki): route bridge CLI through gateway#71479
Closed
vincentkoc wants to merge 1 commit into
Closed
Conversation
25 tasks
This was referenced Apr 26, 2026
wiki.bridge.import returns 0 artifacts on 4.21 despite memory-core publicArtifacts registered
#70242
Closed
Closed
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
openclaw wiki status,openclaw wiki doctor, andopenclaw wiki bridge importthrough Gateway RPC when Memory Wiki bridge mode is active.--url/--tokenfor remote Gateways.Context
This keeps CLI bridge operations in the same process context as the runtime memory plugin, so
wiki bridge importno longer sees an empty standalone plugin registry and prunes existing bridge-sourced pages.Based on the Gateway-routing direction from #67208 by @moorsecopers99; this PR keeps the scope limited to Memory Wiki CLI routing and tests.
Fixes #70181
Fixes #70842
Fixes #67979
Fixes #68828
Fixes #66082
Fixes #69019
Fixes #65722
Fixes #65976
Fixes #70242
Fixes #68371
Validation
OPENCLAW_LOCAL_CHECK=0 pnpm test extensions/memory-wiki/src/cli.test.ts extensions/memory-wiki/src/gateway.test.ts extensions/memory-wiki/src/status.test.tspassed: 3 files, 20 tests.pnpm exec oxfmt --check --threads=1 CHANGELOG.md docs/cli/wiki.md docs/plugins/memory-wiki.md extensions/memory-wiki/src/cli.ts extensions/memory-wiki/src/cli.test.tspassed.git diff --checkpassed.OPENCLAW_LOCAL_CHECK=0 pnpm check:changedis currently blocked by an unrelated extension typecheck error:extensions/qa-lab/web/src/main.ts(1,8): error TS2882: Cannot find module or type declarations for side-effect import of './styles.css'.