AI-Studio/runtime/capabilities/default.json

35 lines
644 B
JSON
Raw Normal View History

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