Files
buzz/preview-features.json
2026-07-09 16:09:09 -04:00

54 lines
1.2 KiB
JSON

{
"version": 1,
"features": [
{
"id": "workflows",
"name": "Workflows",
"description": "YAML-defined automations with approval gates",
"platforms": [
"desktop"
]
},
{
"id": "projects",
"name": "Projects",
"description": "Git repository browser and collaboration",
"platforms": [
"desktop"
]
},
{
"id": "pulse",
"name": "Pulse",
"description": "Activity feed with notes, social posts, and agent activity",
"platforms": [
"desktop"
]
},
{
"id": "workspaceRail",
"name": "Workspace Rail",
"description": "Far-left rail for switching relays with cross-relay unread indicators",
"platforms": [
"desktop"
]
},
{
"id": "forum",
"name": "Forum Channels",
"description": "Forum-style threaded channels for long-form discussions",
"platforms": [
"desktop"
]
},
{
"id": "compositorTimelineScroll",
"name": "Compositor timeline scrolling",
"description": "Lets the webview handle timeline trackpad gestures without a global blocking wheel listener",
"platforms": [
"desktop"
]
}
]
}