refactor: move channel config metadata into plugin-owned manifests

This commit is contained in:
Peter Steinberger
2026-03-27 01:52:30 +00:00
parent e1ff753790
commit 40bd36e35d
77 changed files with 16713 additions and 1908 deletions

View File

@@ -1,3 +1,6 @@
import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../runtime-api.js";
import {
buildChannelConfigSchema,
GoogleChatConfigSchema,
} from "openclaw/plugin-sdk/channel-config-schema";
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);