fix: add memory search health check to openclaw doctor (openclaw#16294) thanks @superlowburn

Verified:
- pnpm install --frozen-lockfile
- pnpm build
- pnpm check
- pnpm test (noted unrelated local flakes)

Co-authored-by: superlowburn <24779772+superlowburn@users.noreply.github.com>
Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
This commit is contained in:
Steve
2026-02-14 13:09:51 -04:00
committed by GitHub
parent a3c9bc792e
commit 69ba9a0562
3 changed files with 228 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ import {
maybeScanExtraGatewayServices,
} from "./doctor-gateway-services.js";
import { noteSourceInstallIssues } from "./doctor-install.js";
import { noteMemorySearchHealth } from "./doctor-memory-search.js";
import {
noteMacLaunchAgentOverrides,
noteMacLaunchctlGatewayEnvOverrides,
@@ -259,6 +260,7 @@ export async function doctorCommand(
}
noteWorkspaceStatus(cfg);
await noteMemorySearchHealth(cfg);
// Check and fix shell completion
await doctorShellCompletion(runtime, prompter, {