Files
buzz/desktop/src-tauri/capabilities/default.json
Thomas PetersenandCursor e874c9d2dd Add detachable agent activity window
Allow live agent activity to open in a dedicated window while keeping the detached view synchronized and isolated from main-app routing.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-04 09:00:17 -04:00

31 lines
938 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main", "agent-session-*"],
"permissions": [
"core:default",
"core:webview:allow-create-webview-window",
"core:webview:allow-set-webview-zoom",
"core:window:allow-create",
"core:window:allow-set-badge-count",
"core:window:allow-set-focus",
"core:window:allow-start-dragging",
"core:window:allow-toggle-maximize",
"core:window:allow-unminimize",
"core:window:allow-show",
"core:window:allow-close",
"notification:default",
"opener:default",
"websocket:default",
"window-state:default",
"dialog:default",
"updater:allow-check",
"updater:allow-download-and-install",
"process:allow-restart",
"global-shortcut:allow-register",
"global-shortcut:allow-unregister",
"global-shortcut:allow-is-registered"
]
}