Skip to content

fix(memory-wiki): route bridge CLI through gateway#71479

Closed
vincentkoc wants to merge 1 commit into
mainfrom
fix/memory-wiki-cli-bridge-rpc
Closed

fix(memory-wiki): route bridge CLI through gateway#71479
vincentkoc wants to merge 1 commit into
mainfrom
fix/memory-wiki-cli-bridge-rpc

Conversation

@vincentkoc

Copy link
Copy Markdown
Member

Summary

  • Route openclaw wiki status, openclaw wiki doctor, and openclaw wiki bridge import through Gateway RPC when Memory Wiki bridge mode is active.
  • Keep the local/offline path for configs where bridge import is disabled or memory artifacts are not read.
  • Document that active bridge CLI checks need a running Gateway and --url/--token for remote Gateways.

Context

This keeps CLI bridge operations in the same process context as the runtime memory plugin, so wiki bridge import no 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.ts passed: 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.ts passed.
  • git diff --check passed.
  • OPENCLAW_LOCAL_CHECK=0 pnpm check:changed is 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'.

@vincentkoc vincentkoc added the dedupe:parent Primary canonical item in dedupe cluster label Apr 25, 2026
@vincentkoc vincentkoc self-assigned this Apr 25, 2026
@openclaw-barnacle openclaw-barnacle Bot added docs Improvements or additions to documentation extensions: memory-wiki size: M maintainer Maintainer-authored PR labels Apr 25, 2026
@vincentkoc

Copy link
Copy Markdown
Member Author

ProjectClownfish could not safely update this branch, so it opened a narrow replacement PR instead.

Replacement PR: #72615
Source PR: #71479
Contributor credit is preserved in the replacement PR body and changelog plan.

@vincentkoc vincentkoc closed this Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment