mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +00:00
Replace the built-in Feishu SDK with the community-maintained clawdbot-feishu plugin by @m1heng. Changes: - Remove src/feishu/ directory (19 files) - Remove src/channels/plugins/outbound/feishu.ts - Remove src/channels/plugins/normalize/feishu.ts - Remove src/config/types.feishu.ts - Remove feishu exports from plugin-sdk/index.ts - Remove FeishuConfig from types.channels.ts New features in community plugin: - Document tools (read/create/edit Feishu docs) - Wiki tools (navigate/manage knowledge base) - Drive tools (folder/file management) - Bitable tools (read/write table records) - Permission tools (collaborator management) - Emoji reactions support - Typing indicators - Rich media support (bidirectional image/file transfer) - @mention handling - Skills for feishu-doc, feishu-wiki, feishu-drive, feishu-perm Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
32 lines
1.1 KiB
TypeScript
32 lines
1.1 KiB
TypeScript
// Split into focused modules to keep files small and improve edit locality.
|
|
|
|
export * from "./types.agent-defaults.js";
|
|
export * from "./types.agents.js";
|
|
export * from "./types.approvals.js";
|
|
export * from "./types.auth.js";
|
|
export * from "./types.base.js";
|
|
export * from "./types.browser.js";
|
|
export * from "./types.channels.js";
|
|
export * from "./types.openclaw.js";
|
|
export * from "./types.cron.js";
|
|
export * from "./types.discord.js";
|
|
export * from "./types.googlechat.js";
|
|
export * from "./types.gateway.js";
|
|
export * from "./types.hooks.js";
|
|
export * from "./types.imessage.js";
|
|
export * from "./types.messages.js";
|
|
export * from "./types.models.js";
|
|
export * from "./types.node-host.js";
|
|
export * from "./types.msteams.js";
|
|
export * from "./types.plugins.js";
|
|
export * from "./types.queue.js";
|
|
export * from "./types.sandbox.js";
|
|
export * from "./types.signal.js";
|
|
export * from "./types.skills.js";
|
|
export * from "./types.slack.js";
|
|
export * from "./types.telegram.js";
|
|
export * from "./types.tts.js";
|
|
export * from "./types.tools.js";
|
|
export * from "./types.whatsapp.js";
|
|
export * from "./types.memory.js";
|