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
|
||
|
|
}
|
||
|
|
}
|