Files
openclaw/scripts/lib/plugin-sdk-entrypoints.json
Vincent Koc fe84354a33 fix(plugins): add missing secret-input-schema build entry and Matrix runtime export
buildSecretInputSchema was not included in plugin-sdk-entrypoints.json,
so it was never emitted to dist/plugin-sdk/secret-input-schema.js. This
caused a ReferenceError during onboard when configuring channels that use
secret input schemas (matrix, feishu, mattermost, bluebubbles, nextcloud-talk, zalo).

Additionally, the Matrix extension's hand-written runtime-api barrel was
missing the re-export, unlike other extensions that use `export *` from
their plugin-sdk subpath.

Co-authored-by: hxy91819 <masonxhuang@icloud.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 23:28:23 -07:00

115 lines
2.0 KiB
JSON

[
"index",
"core",
"compat",
"ollama-setup",
"provider-setup",
"sandbox",
"self-hosted-provider-setup",
"routing",
"runtime",
"runtime-env",
"setup",
"setup-tools",
"config-runtime",
"reply-runtime",
"channel-runtime",
"interactive-runtime",
"infra-runtime",
"media-runtime",
"media-understanding-runtime",
"conversation-runtime",
"text-runtime",
"agent-runtime",
"speech-runtime",
"plugin-runtime",
"security-runtime",
"gateway-runtime",
"cli-runtime",
"hook-runtime",
"process-runtime",
"acp-runtime",
"zai",
"telegram",
"telegram-core",
"discord",
"discord-core",
"slack",
"slack-core",
"signal",
"signal-core",
"imessage",
"imessage-core",
"whatsapp",
"whatsapp-core",
"line",
"line-core",
"msteams",
"acpx",
"bluebubbles",
"copilot-proxy",
"device-pair",
"diagnostics-otel",
"diffs",
"feishu",
"googlechat",
"irc",
"llm-task",
"lobster",
"lazy-runtime",
"matrix",
"mattermost",
"memory-core",
"memory-lancedb",
"minimax-portal-auth",
"nextcloud-talk",
"nostr",
"open-prose",
"phone-control",
"qwen-portal-auth",
"synology-chat",
"talk-voice",
"testing",
"test-utils",
"thread-ownership",
"tlon",
"twitch",
"voice-call",
"zalo",
"zalouser",
"account-helpers",
"account-id",
"account-resolution",
"allow-from",
"allowlist-resolution",
"allowlist-config-edit",
"boolean-param",
"channel-config-helpers",
"channel-config-schema",
"channel-lifecycle",
"channel-policy",
"group-access",
"directory-runtime",
"json-store",
"keyed-async-queue",
"provider-auth",
"provider-catalog",
"provider-models",
"provider-onboard",
"provider-stream",
"provider-tools",
"provider-usage",
"provider-web-search",
"image-generation",
"reply-history",
"media-understanding",
"google",
"request-url",
"runtime-store",
"web-media",
"speech",
"state-paths",
"tool-send",
"secret-input-schema"
]