新增 Zalo OA、Zoom Chat、Zulip 三个渠道扩展。 Zalo OA 渠道扩展主要模块:sidecar_client, config, gateway, outbound, streaming, pairing, security, auth, dedupe, directory, monitor, status, session, reactions, tools Zoom Chat 渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, crypto, dedupe, actions, media, mentions, monitor, status, session, reactions, threading Zulip 渠道扩展主要模块:client, config, gateway, outbound, streaming, pairing, security, monitor, status
32 lines
966 B
JSON
32 lines
966 B
JSON
{
|
|
"id": "zulip",
|
|
"name": "Zulip",
|
|
"version": "1.0.0",
|
|
"description": "Zulip channel plugin supporting direct, group and thread-based conversations with reactions and message editing",
|
|
"author": "ForcePilot",
|
|
"order": 85,
|
|
"enabled": true,
|
|
"capabilities": {
|
|
"chat_types": ["direct", "group", "thread"],
|
|
"message_types": ["text", "image", "file"],
|
|
"reactions": true,
|
|
"typing_indicator": true,
|
|
"threads": true,
|
|
"edit": true,
|
|
"unsend": false,
|
|
"reply": true,
|
|
"media": true,
|
|
"native_commands": false,
|
|
"streaming": true,
|
|
"streaming_mode": "block",
|
|
"preview_stream_throttle_ms": 160,
|
|
"block_streaming": true,
|
|
"block_streaming_chunk_min_chars": 800,
|
|
"block_streaming_chunk_max_chars": 1200,
|
|
"block_streaming_chunk_break_preference": "paragraph",
|
|
"block_streaming_coalesce_min_chars": 400,
|
|
"block_streaming_coalesce_max_chars": 2000,
|
|
"block_streaming_coalesce_idle_ms": 1200
|
|
}
|
|
}
|