mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 14:45:46 +00:00
refactor(plugin-sdk): remove channel-specific sdk shims
This commit is contained in:
@@ -112,9 +112,6 @@
|
||||
"googlechat",
|
||||
"image-generation",
|
||||
"image-generation-core",
|
||||
"imessage",
|
||||
"imessage-policy",
|
||||
"imessage-runtime",
|
||||
"irc",
|
||||
"irc-surface",
|
||||
"kimi-coding",
|
||||
@@ -203,12 +200,9 @@
|
||||
"sglang",
|
||||
"state-paths",
|
||||
"synthetic",
|
||||
"telegram",
|
||||
"telegram-account",
|
||||
"telegram-allow-from",
|
||||
"telegram-core",
|
||||
"telegram-runtime",
|
||||
"telegram-runtime-surface",
|
||||
"telegram-surface",
|
||||
"thread-ownership",
|
||||
"tlon",
|
||||
|
||||
@@ -462,22 +462,6 @@ export const GENERATED_PLUGIN_SDK_FACADES = [
|
||||
"KILOCODE_MODEL_CATALOG",
|
||||
],
|
||||
},
|
||||
{
|
||||
subpath: "imessage-policy",
|
||||
source: pluginSource("imessage", "api.js"),
|
||||
exports: [
|
||||
"normalizeIMessageHandle",
|
||||
"resolveIMessageRuntimeGroupPolicy",
|
||||
"resolveIMessageGroupRequireMention",
|
||||
"resolveIMessageGroupToolPolicy",
|
||||
],
|
||||
},
|
||||
{
|
||||
subpath: "imessage-runtime",
|
||||
source: pluginSource("imessage", "runtime-api.js"),
|
||||
exports: ["monitorIMessageProvider", "probeIMessage", "sendMessageIMessage"],
|
||||
typeExports: ["IMessageProbe"],
|
||||
},
|
||||
{
|
||||
subpath: "irc-surface",
|
||||
source: pluginSource("irc", "api.js"),
|
||||
@@ -1027,41 +1011,6 @@ export const GENERATED_PLUGIN_SDK_FACADES = [
|
||||
source: pluginSource("telegram", "api.js"),
|
||||
exports: ["isNumericTelegramUserId", "normalizeTelegramAllowFromEntry"],
|
||||
},
|
||||
{
|
||||
subpath: "telegram-runtime-surface",
|
||||
source: pluginSource("telegram", "runtime-api.js"),
|
||||
exports: [
|
||||
"auditTelegramGroupMembership",
|
||||
"buildTelegramExecApprovalPendingPayload",
|
||||
"collectTelegramUnmentionedGroupIds",
|
||||
"createTelegramThreadBindingManager",
|
||||
"createForumTopicTelegram",
|
||||
"deleteMessageTelegram",
|
||||
"editForumTopicTelegram",
|
||||
"editMessageReplyMarkupTelegram",
|
||||
"editMessageTelegram",
|
||||
"monitorTelegramProvider",
|
||||
"pinMessageTelegram",
|
||||
"probeTelegram",
|
||||
"reactMessageTelegram",
|
||||
"renameForumTopicTelegram",
|
||||
"resetTelegramThreadBindingsForTests",
|
||||
"resolveTelegramRuntimeGroupPolicy",
|
||||
"resolveTelegramToken",
|
||||
"sendMessageTelegram",
|
||||
"sendPollTelegram",
|
||||
"sendStickerTelegram",
|
||||
"sendTypingTelegram",
|
||||
"setTelegramThreadBindingIdleTimeoutBySessionKey",
|
||||
"setTelegramThreadBindingMaxAgeBySessionKey",
|
||||
"shouldSuppressTelegramExecApprovalForwardingFallback",
|
||||
"telegramMessageActions",
|
||||
"TelegramApiOverride",
|
||||
"TelegramProbe",
|
||||
"unpinMessageTelegram",
|
||||
],
|
||||
typeExports: ["TelegramApiOverride", "TelegramProbe"],
|
||||
},
|
||||
{
|
||||
subpath: "telegram-surface",
|
||||
source: pluginSource("telegram", "api.js"),
|
||||
|
||||
Reference in New Issue
Block a user