27 lines
742 B
JSON
27 lines
742 B
JSON
{
|
|
"id": "bluesky",
|
|
"name": "Bluesky",
|
|
"version": "1.0.0",
|
|
"description": "Bluesky (AT Protocol) channel plugin for ForcePilot. Supports DM via chat.bsky.convo polling and public @mention interactions.",
|
|
"author": "ForcePilot",
|
|
"order": 101,
|
|
"enabled": true,
|
|
"capabilities": {
|
|
"chat_types": ["direct"],
|
|
"message_types": ["text"],
|
|
"reactions": true,
|
|
"typing_indicator": false,
|
|
"threads": false,
|
|
"edit": false,
|
|
"unsend": true,
|
|
"reply": true,
|
|
"media": true,
|
|
"native_commands": false,
|
|
"polls": false,
|
|
"streaming": true,
|
|
"streaming_mode": "block_streaming",
|
|
"block_streaming": true,
|
|
"block_streaming_chunk_min_chars": 800,
|
|
"block_streaming_chunk_max_chars": 2000
|
|
}
|
|
} |