ForcePilot/backend/package/yuxi/channel/extensions/dingtalk/plugin.json

33 lines
1.0 KiB
JSON
Raw Normal View History

{
"id": "dingtalk",
"name": "钉钉",
"version": "1.1.0",
"label": "DingTalk",
"aliases": ["ding", "dd"],
"description": "钉钉渠道插件 — 基于 Stream 模式 WebSocket 长连接,支持单聊/群聊/卡片流式/审批通知/消息撤回/群管理",
"author": "ForcePilot Team",
"order": 20,
"dependencies": ["dingtalk-stream", "httpx", "websockets"],
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "image", "file", "audio", "video", "markdown"],
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": true,
"reply": true,
"media": true,
"effects": false,
"native_commands": true,
"polls": false,
"group_management": true,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"adaptive_cards": true
},
"enabled": true,
"python_requires": ">=3.12"
}