mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-29 13:51:37 +00:00
48 lines
873 B
JSON
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/**"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|