mirror of
http://192.168.0.88:13333/lywsvip/openclaw-zero-token.git
synced 2026-06-03 07:30:36 +08:00
Major upgrade from e26988a38 to upstream v2026.3.28 (f9b107928).
Key changes:
- Upstream src/, ui/, extensions/ (89 bundled extensions)
- Zero-token web providers preserved in src/zero-token/
- AskOnce plugin restored and registered as CLI command
- Added missing packages: @anthropic-ai/vertex-sdk, @modelcontextprotocol/sdk
- Fixed tsconfig rootDir, skipLibCheck for plugin-sdk DTS build
- Added askonce to bundled plugin metadata and package.json exports
- Fixed AskOnce CLI command registration (missing commands metadata)
- Restored AskOnce adapter imports (correct 5-level relative paths)
- Removed stale migration artifacts from root directory
97 lines
3.4 KiB
TypeScript
97 lines
3.4 KiB
TypeScript
// Auto-generated by scripts/generate-bundled-plugin-metadata.mjs. Do not edit directly.
|
|
|
|
import bluebubblesChannelEntry from "../../extensions/bluebubbles/index.js";
|
|
import bluebubblesChannelSetupEntry from "../../extensions/bluebubbles/setup-entry.js";
|
|
import discordChannelEntry from "../../extensions/discord/index.js";
|
|
import discordChannelSetupEntry from "../../extensions/discord/setup-entry.js";
|
|
import feishuChannelEntry from "../../extensions/feishu/index.js";
|
|
import feishuChannelSetupEntry from "../../extensions/feishu/setup-entry.js";
|
|
import imessageChannelEntry from "../../extensions/imessage/index.js";
|
|
import imessageChannelSetupEntry from "../../extensions/imessage/setup-entry.js";
|
|
import ircChannelEntry from "../../extensions/irc/index.js";
|
|
import ircChannelSetupEntry from "../../extensions/irc/setup-entry.js";
|
|
import lineChannelEntry from "../../extensions/line/index.js";
|
|
import lineChannelSetupEntry from "../../extensions/line/setup-entry.js";
|
|
import mattermostChannelEntry from "../../extensions/mattermost/index.js";
|
|
import mattermostChannelSetupEntry from "../../extensions/mattermost/setup-entry.js";
|
|
import nextcloudTalkChannelEntry from "../../extensions/nextcloud-talk/index.js";
|
|
import nextcloudTalkChannelSetupEntry from "../../extensions/nextcloud-talk/setup-entry.js";
|
|
import signalChannelEntry from "../../extensions/signal/index.js";
|
|
import signalChannelSetupEntry from "../../extensions/signal/setup-entry.js";
|
|
import slackChannelEntry from "../../extensions/slack/index.js";
|
|
import slackChannelSetupEntry from "../../extensions/slack/setup-entry.js";
|
|
import synologyChatChannelEntry from "../../extensions/synology-chat/index.js";
|
|
import synologyChatChannelSetupEntry from "../../extensions/synology-chat/setup-entry.js";
|
|
import telegramChannelEntry from "../../extensions/telegram/index.js";
|
|
import telegramChannelSetupEntry from "../../extensions/telegram/setup-entry.js";
|
|
import zaloChannelEntry from "../../extensions/zalo/index.js";
|
|
import zaloChannelSetupEntry from "../../extensions/zalo/setup-entry.js";
|
|
|
|
export const GENERATED_BUNDLED_CHANNEL_ENTRIES = [
|
|
{
|
|
id: "bluebubbles",
|
|
entry: bluebubblesChannelEntry,
|
|
setupEntry: bluebubblesChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "discord",
|
|
entry: discordChannelEntry,
|
|
setupEntry: discordChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "feishu",
|
|
entry: feishuChannelEntry,
|
|
setupEntry: feishuChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "imessage",
|
|
entry: imessageChannelEntry,
|
|
setupEntry: imessageChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "irc",
|
|
entry: ircChannelEntry,
|
|
setupEntry: ircChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "line",
|
|
entry: lineChannelEntry,
|
|
setupEntry: lineChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "mattermost",
|
|
entry: mattermostChannelEntry,
|
|
setupEntry: mattermostChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "nextcloud-talk",
|
|
entry: nextcloudTalkChannelEntry,
|
|
setupEntry: nextcloudTalkChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "signal",
|
|
entry: signalChannelEntry,
|
|
setupEntry: signalChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "slack",
|
|
entry: slackChannelEntry,
|
|
setupEntry: slackChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "synology-chat",
|
|
entry: synologyChatChannelEntry,
|
|
setupEntry: synologyChatChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "telegram",
|
|
entry: telegramChannelEntry,
|
|
setupEntry: telegramChannelSetupEntry,
|
|
},
|
|
{
|
|
id: "zalo",
|
|
entry: zaloChannelEntry,
|
|
setupEntry: zaloChannelSetupEntry,
|
|
},
|
|
] as const;
|