Initialize repo

This commit is contained in:
Kazimierz Ciołek
2026-02-02 13:56:14 +01:00
commit 7ecefb5621
127 changed files with 219019 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"identifier": "llama-capability",
"description": "Capability to run local AI server",
"local": true,
"windows": [
"main"
],
"permissions": [
{
"identifier": "shell:allow-execute",
"allow": [
{
"name": "llama-server",
"cmd": ".*llama-server\\.exe",
"sidecar": false,
"args": true
}
]
}
]
}

View File

@@ -0,0 +1,17 @@
{
"identifier": "migrated",
"description": "permissions that were migrated from v1",
"local": true,
"windows": [
"main"
],
"permissions": [
"core:default",
"process:default",
"shell:default",
"sql:default",
"sql:allow-execute",
"sql:allow-select",
"http:default"
]
}