mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 19:20:21 +00:00
fix(memory-qmd): streamline compatibility coverage
This commit is contained in:
@@ -232,6 +232,7 @@ describe("noteMemorySearchHealth", () => {
|
||||
expect(message).toContain("QMD memory backend is configured");
|
||||
expect(message).toContain("spawn qmd ENOENT");
|
||||
expect(message).toContain("npm install -g @tobilu/qmd");
|
||||
expect(message).toContain("bun install -g @tobilu/qmd");
|
||||
});
|
||||
|
||||
it("does not warn when remote apiKey is configured for explicit provider", async () => {
|
||||
|
||||
@@ -218,7 +218,7 @@ export async function noteMemorySearchHealth(
|
||||
qmdCheck.error ? `Probe error: ${qmdCheck.error}` : null,
|
||||
"",
|
||||
"Fix (pick one):",
|
||||
"- Install the supported QMD package: npm install -g @tobilu/qmd",
|
||||
"- Install the supported QMD package: npm install -g @tobilu/qmd (or bun install -g @tobilu/qmd)",
|
||||
`- Set an explicit binary path: ${formatCliCommand("openclaw config set memory.qmd.command /absolute/path/to/qmd")}`,
|
||||
`- Or switch back to builtin memory: ${formatCliCommand("openclaw config set memory.backend builtin")}`,
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user