Files
openclaw/src/plugin-sdk/memory-core-host-runtime-cli.ts
Peter Steinberger de1dfab03e refactor: move terminal core into package (#88279)
* refactor: move terminal core into package

* refactor: move terminal module files

* fix: clean terminal package CI followups

* test: update lint suppression allowlist

* fix: ship terminal core runtime aliases
2026-05-30 11:07:45 +02:00

11 lines
688 B
TypeScript

export * from "../../packages/memory-host-sdk/src/runtime-cli.js";
export { formatErrorMessage, withManager } from "../cli/cli-utils.js";
export { resolveCommandSecretRefsViaGateway } from "../cli/command-secret-gateway.js";
export { formatHelpExamples } from "../cli/help-format.js";
export { withProgress, withProgressTotals } from "../cli/progress.js";
export { isVerbose, setVerbose } from "../globals.js";
export { defaultRuntime } from "../runtime.js";
export { formatDocsLink } from "../../packages/terminal-core/src/links.js";
export { colorize, isRich, theme } from "../../packages/terminal-core/src/theme.js";
export { shortenHomeInString, shortenHomePath } from "../utils.js";