Files
Thomas PetersenandCursor 915b5290d6 feat(desktop): pop out agent activity into native windows
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>
2026-06-15 09:01:21 -04:00

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"
]
}