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

38 lines
1.2 KiB
JSON
Raw Normal View History

{
"id": "clickup",
"name": "ClickUp Chat",
"version": "0.1.0",
"label": "ClickUp Chat",
"aliases": ["clickup-chat", "cu"],
"description": "ClickUp Chat 渠道插件,支持项目管理上下文中的 AI 助手交互",
"author": "ForcePilot Team",
"order": 91,
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text"],
"interactions": [],
"reactions": true,
"streaming": true,
"streaming_mode": "edit_simulate",
"block_streaming": true,
"block_streaming_chunk_min_chars": 200,
"block_streaming_chunk_max_chars": 1500,
"block_streaming_chunk_break_preference": "paragraph",
"block_streaming_coalesce_min_chars": 100,
"block_streaming_coalesce_max_chars": 600,
"block_streaming_coalesce_idle_ms": 500,
"threads": true,
"reply": true,
"edit": true,
"unsend": true,
"media": false,
"native_commands": false,
"polls": false,
"group_management": false,
"polling_fallback": true
},
"enabled": false,
"python_requires": ">=3.12"
}