AI-Studio/runtime/capabilities/default.json
2026-03-12 16:02:24 +01:00

48 lines
873 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capability for MindWork AI Studio",
"windows": [
"main"
],
"permissions": [
"core:default",
"shell:allow-open",
{
"identifier": "shell:allow-spawn",
"allow": [
{
"name": "mindworkAIStudioServer",
"sidecar": true,
"args": true
},
{
"name": "qdrant",
"sidecar": true,
"args": true
}
]
},
{
"identifier": "http:default",
"allow": [
{
"url": "http://localhost"
},
{
"url": "http://localhost/*"
}
]
},
"fs:default",
{
"identifier": "fs:scope",
"allow": [
{
"path": "$RESOURCE/resources/**"
}
]
}
]
}