mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Open agent activity logs in a dedicated Tauri window with its own chrome, keep the normal mention-based composer flow, and share dev worktree identity by default so branch profiles do not trigger onboarding. Co-authored-by: Cursor <cursoragent@cursor.com>
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window and popped-out agent conversation windows",
|
|
"windows": ["main", "agent-*"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:webview:allow-create-webview-window",
|
|
"core:webview:allow-set-webview-zoom",
|
|
"core:window:allow-set-badge-count",
|
|
"core:window:allow-set-badge-label",
|
|
"core:window:allow-request-user-attention",
|
|
"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"
|
|
]
|
|
}
|