Files
openclaw/extensions/memory-core/src/cli.host.runtime.ts
T
Peter Steinberger 6a637469a0 fix(memory): detect offline source drift in status (#126535)
* fix(memory): detect offline source drift in status

* fix(status): preserve memory source inspection

* test(status): cover memory source inspection
2026-08-19 22:14:38 -07:00

20 lines
520 B
TypeScript

// Memory Core plugin module implements cli.host behavior.
export {
defaultRuntime,
formatErrorMessage,
resolveCommandSecretRefsViaGateway,
setVerbose,
shortenHomeInString,
shortenHomePath,
theme,
withManager,
withProgress,
withProgressTotals,
} from "openclaw/plugin-sdk/memory-core-host-runtime-cli";
export {
getRuntimeConfig,
resolveDefaultAgentId,
type OpenClawConfig,
} from "openclaw/plugin-sdk/memory-core-host-runtime-core";
export { getMemorySearchManager } from "./memory/index.js";