mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 20:01:36 +00:00
refactor: finish decoupling plugin sdk seams
This commit is contained in:
@@ -113,10 +113,8 @@
|
||||
"image-generation",
|
||||
"image-generation-core",
|
||||
"imessage",
|
||||
"imessage-core",
|
||||
"imessage-policy",
|
||||
"imessage-runtime",
|
||||
"imessage-targets",
|
||||
"irc",
|
||||
"irc-surface",
|
||||
"kimi-coding",
|
||||
|
||||
@@ -427,19 +427,6 @@ export const GENERATED_PLUGIN_SDK_FACADES = [
|
||||
"isHuggingfacePolicyLocked",
|
||||
],
|
||||
},
|
||||
{
|
||||
subpath: "imessage-targets",
|
||||
source: pluginSource("imessage", "api.js"),
|
||||
exports: [
|
||||
"normalizeIMessageHandle",
|
||||
"parseChatAllowTargetPrefixes",
|
||||
"parseChatTargetPrefixesOrThrow",
|
||||
"resolveServicePrefixedAllowTarget",
|
||||
"resolveServicePrefixedTarget",
|
||||
"ParsedChatTarget",
|
||||
],
|
||||
typeExports: ["ParsedChatTarget"],
|
||||
},
|
||||
{
|
||||
subpath: "image-generation-runtime",
|
||||
source: pluginSource("image-generation-core", "runtime-api.js"),
|
||||
|
||||
Reference in New Issue
Block a user