Skip to main content

max / goingson

Regenerate capabilities schema after dropping shell:allow-open Generated output catching up to the committed source change (dcf3f5f): the desktop capability no longer grants shell:allow-open; external URLs go through the validated open_external_url command. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-19 23:19 UTC
Commit: 8bb422ff32d06de4ceb2a4be76fdfb1191fecce3
Parent: 6d1ef1c
1 file changed, +1 insertion, -1 deletion
@@ -1 +1 @@
1 - {"default":{"identifier":"default","description":"Default capabilities for the main window","local":true,"windows":["main","compose-*"],"permissions":["core:default","core:window:allow-create","core:window:allow-close","core:window:allow-center","dialog:default"]},"desktop":{"identifier":"desktop","description":"Desktop-only capabilities (shell, notifications, OTA updater)","local":true,"windows":["main","compose-*"],"permissions":["shell:allow-open","notification:default","updater:default","process:allow-restart"],"platforms":["linux","macOS","windows"]}}
1 > \ No newline at end of file
1 + {"default":{"identifier":"default","description":"Default capabilities for the main window","local":true,"windows":["main","compose-*"],"permissions":["core:default","core:window:allow-create","core:window:allow-close","core:window:allow-center","dialog:default"]},"desktop":{"identifier":"desktop","description":"Desktop-only capabilities (notifications, OTA updater). External URLs are opened via the validated open_external_url command, not a JS shell binding.","local":true,"windows":["main","compose-*"],"permissions":["notification:default","updater:default","process:allow-restart"],"platforms":["linux","macOS","windows"]}}
1 < \ No newline at end of file