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

32 lines
1.0 KiB
JSON
Raw Normal View History

{
"id": "slack",
"name": "Slack",
"version": "0.1.0",
"label": "Slack",
"aliases": ["slack-bot"],
"description": "Slack channel plugin for ForcePilot — Socket Mode + Native Streaming",
"author": "ForcePilot",
"order": 60,
"dependencies": ["slack-sdk>=3.33.0", "slack-bolt>=1.20.0"],
"capabilities": {
"chat_types": ["direct", "channel", "thread"],
"message_types": ["text", "image", "file", "voice"],
"interactions": ["button", "select", "command", "modal", "datepicker", "timepicker", "radio", "checkbox"],
"reactions": true,
"threads": true,
"edit": true,
"unsend": true,
"reply": true,
"media": true,
"native_commands": true,
"pins": true,
"group_management": true,
"streaming": true,
"streaming_mode": "native",
"block_streaming": false,
"adaptive_cards": true,
"polling_fallback": false
},
"enabled": true,
"python_requires": ">=3.12"
}