Plugin SDK: route core channel runtimes through public subpaths

This commit is contained in:
Vincent Koc
2026-03-18 11:00:33 -07:00
parent 505d140aeb
commit 8240fd900a
12 changed files with 69 additions and 236 deletions

View File

@@ -2,7 +2,7 @@ import {
monitorIMessageProvider,
probeIMessage,
sendMessageIMessage,
} from "../../../extensions/imessage/runtime-api.js";
} from "openclaw/plugin-sdk/imessage";
import type { PluginRuntimeChannel } from "./types-channel.js";
export function createRuntimeIMessage(): PluginRuntimeChannel["imessage"] {