UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

14 lines (13 loc) 447 B
import { t as definePluginEntry } from "../../plugin-entry-C7DUzV0e.js"; import { t as registerOcPathCli } from "../../cli-registration-snxxIFVt.js"; //#region extensions/oc-path/index.ts var oc_path_default = definePluginEntry({ id: "oc-path", name: "OC Path", description: "Adds the openclaw path CLI for oc:// workspace file addressing.", register(api) { registerOcPathCli(api); } }); //#endregion export { oc_path_default as default };