AI-Studio/runtime/capabilities/default.json

29 lines
556 B
JSON
Raw Normal View History

2026-03-12 15:02:24 +00:00
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capability for MindWork AI Studio",
"windows": [
"main"
],
"permissions": [
"core:default",
2026-03-16 09:32:55 +00:00
"updater:default",
2026-03-12 15:02:24 +00:00
"shell:allow-open",
{
"identifier": "shell:allow-spawn",
"allow": [
{
"name": "mindworkAIStudioServer",
"sidecar": true,
"args": true
},
{
"name": "qdrant",
"sidecar": true,
"args": true
}
]
}
]
}