Files
buzz/features.json
T

69 lines
1.8 KiB
JSON

{
"version": 1,
"features": [
{
"id": "managed-agents",
"name": "Managed Agents",
"description": "Create, configure, and run AI agents in your workspace",
"tier": "stable",
"platforms": ["desktop"]
},
{
"id": "channel-templates",
"name": "Channel Templates",
"description": "Pre-configured channel setups with agents and workflows",
"tier": "stable",
"platforms": ["desktop"]
},
{
"id": "custom-emoji",
"name": "Custom Emoji",
"description": "Workspace emoji palette for reactions and messages",
"tier": "stable",
"platforms": ["desktop"]
},
{
"id": "doctor",
"name": "Doctor",
"description": "Diagnostic and debug panel for troubleshooting",
"tier": "stable",
"platforms": ["desktop"]
},
{
"id": "workflows",
"name": "Workflows",
"description": "YAML-defined automations with approval gates",
"tier": "preview",
"platforms": ["desktop"]
},
{
"id": "projects",
"name": "Projects",
"description": "Git repository browser and collaboration",
"tier": "preview",
"platforms": ["desktop"]
},
{
"id": "pulse",
"name": "Pulse",
"description": "Activity feed with notes, social posts, and agent activity",
"tier": "preview",
"platforms": ["desktop"]
},
{
"id": "forum",
"name": "Forum Channels",
"description": "Forum-style threaded channels for long-form discussions",
"tier": "preview",
"platforms": ["desktop"]
},
{
"id": "huddles",
"name": "Huddles",
"description": "Voice sessions with humans and agents via TTS/STT",
"tier": "preview",
"platforms": ["desktop"]
}
]
}