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

35 lines
1.1 KiB
JSON
Raw Normal View History

{
"id": "mattermost",
"name": "Mattermost",
"version": "0.1.0",
"label": "Mattermost",
"aliases": ["mm"],
"description": "Mattermost channel plugin supporting direct, channel, group and thread chats with reactions, typing indicators, slash commands, dialogs, and preview streaming",
"author": "ForcePilot",
"order": 65,
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["direct", "channel", "group", "thread"],
"message_types": ["text", "image", "file"],
"interactions": ["button", "command", "dialog"],
"reactions": true,
"typing_indicator": true,
"threads": true,
"edit": true,
"unsend": true,
"reply": true,
"media": true,
"native_commands": true,
"streaming": true,
"streaming_mode": "preview",
"block_streaming": true,
"block_streaming_chunk_min_chars": 800,
"block_streaming_chunk_max_chars": 1200,
"block_streaming_coalesce_min_chars": 1500,
"block_streaming_coalesce_max_chars": 2000,
"block_streaming_coalesce_idle_ms": 1000
},
"enabled": true,
"python_requires": ">=3.12"
}