You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add ServerEntry type and servers list to Settings (Rust + TS)
- Sidebar server switcher dropdown (visible with 2+ servers)
- Settings page with per-server cards: add, remove, rename, switch
- Server process management: start/stop agentkernel from the app
- SetupWizard "Start Server" button when not connected
- Tray status shows active server name
- Auto-migration from single-server settings format
- Remove legacy receipt compatibility section from Receipts page
- Add new pages: Benchmark, Images, Jobs, Permissions, Sessions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
{"default":{"identifier":"default","description":"Default capabilities for AgentKernel","local":true,"windows":["main"],"permissions":["core:default","shell:allow-open","updater:default"]}}
1
+
{"default":{"identifier":"default","description":"Default capabilities for AgentKernel","local":true,"windows":["main"],"permissions":["core:default","shell:allow-open","updater:default","debug-bridge:default"]}}
Copy file name to clipboardExpand all lines: app/src-tauri/gen/schemas/desktop-schema.json
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2354,6 +2354,36 @@
2354
2354
"const": "core:window:deny-unminimize",
2355
2355
"markdownDescription": "Denies the unminimize command without any pre-configured scope."
2356
2356
},
2357
+
{
2358
+
"description": "Default permissions for the debug bridge plugin. Allows the eval callback command.\n#### This default permission set includes:\n\n- `allow-eval-callback`\n- `allow-console-callback`",
2359
+
"type": "string",
2360
+
"const": "debug-bridge:default",
2361
+
"markdownDescription": "Default permissions for the debug bridge plugin. Allows the eval callback command.\n#### This default permission set includes:\n\n- `allow-eval-callback`\n- `allow-console-callback`"
2362
+
},
2363
+
{
2364
+
"description": "Enables the console_callback command without any pre-configured scope.",
2365
+
"type": "string",
2366
+
"const": "debug-bridge:allow-console-callback",
2367
+
"markdownDescription": "Enables the console_callback command without any pre-configured scope."
2368
+
},
2369
+
{
2370
+
"description": "Enables the eval_callback command without any pre-configured scope.",
2371
+
"type": "string",
2372
+
"const": "debug-bridge:allow-eval-callback",
2373
+
"markdownDescription": "Enables the eval_callback command without any pre-configured scope."
2374
+
},
2375
+
{
2376
+
"description": "Denies the console_callback command without any pre-configured scope.",
2377
+
"type": "string",
2378
+
"const": "debug-bridge:deny-console-callback",
2379
+
"markdownDescription": "Denies the console_callback command without any pre-configured scope."
2380
+
},
2381
+
{
2382
+
"description": "Denies the eval_callback command without any pre-configured scope.",
2383
+
"type": "string",
2384
+
"const": "debug-bridge:deny-eval-callback",
2385
+
"markdownDescription": "Denies the eval_callback command without any pre-configured scope."
2386
+
},
2357
2387
{
2358
2388
"description": "This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality with a reasonable\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n\n#### This default permission set includes:\n\n- `allow-open`",
Copy file name to clipboardExpand all lines: app/src-tauri/gen/schemas/macOS-schema.json
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2354,6 +2354,36 @@
2354
2354
"const": "core:window:deny-unminimize",
2355
2355
"markdownDescription": "Denies the unminimize command without any pre-configured scope."
2356
2356
},
2357
+
{
2358
+
"description": "Default permissions for the debug bridge plugin. Allows the eval callback command.\n#### This default permission set includes:\n\n- `allow-eval-callback`\n- `allow-console-callback`",
2359
+
"type": "string",
2360
+
"const": "debug-bridge:default",
2361
+
"markdownDescription": "Default permissions for the debug bridge plugin. Allows the eval callback command.\n#### This default permission set includes:\n\n- `allow-eval-callback`\n- `allow-console-callback`"
2362
+
},
2363
+
{
2364
+
"description": "Enables the console_callback command without any pre-configured scope.",
2365
+
"type": "string",
2366
+
"const": "debug-bridge:allow-console-callback",
2367
+
"markdownDescription": "Enables the console_callback command without any pre-configured scope."
2368
+
},
2369
+
{
2370
+
"description": "Enables the eval_callback command without any pre-configured scope.",
2371
+
"type": "string",
2372
+
"const": "debug-bridge:allow-eval-callback",
2373
+
"markdownDescription": "Enables the eval_callback command without any pre-configured scope."
2374
+
},
2375
+
{
2376
+
"description": "Denies the console_callback command without any pre-configured scope.",
2377
+
"type": "string",
2378
+
"const": "debug-bridge:deny-console-callback",
2379
+
"markdownDescription": "Denies the console_callback command without any pre-configured scope."
2380
+
},
2381
+
{
2382
+
"description": "Denies the eval_callback command without any pre-configured scope.",
2383
+
"type": "string",
2384
+
"const": "debug-bridge:deny-eval-callback",
2385
+
"markdownDescription": "Denies the eval_callback command without any pre-configured scope."
2386
+
},
2357
2387
{
2358
2388
"description": "This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality with a reasonable\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n\n#### This default permission set includes:\n\n- `allow-open`",
0 commit comments