openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
14 lines (13 loc) • 464 B
JavaScript
import { t as definePluginEntry } from "../../plugin-entry-C7DUzV0e.js";
import { t as registerOcPathCli } from "../../cli-registration-snxxIFVt.js";
//#region extensions/oc-path/cli-metadata.ts
var cli_metadata_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 { cli_metadata_default as default };