add some features

This commit is contained in:
Kazimierz Ciołek
2026-07-07 15:25:57 +02:00
parent b38aa268ef
commit 3175ea81fe
20 changed files with 2859 additions and 156 deletions

View File

@@ -8,6 +8,15 @@
"opener:default",
"sql:default",
"sql:allow-execute",
"dialog:default"
"dialog:default",
{
"identifier": "http:default",
"allow": [
{ "url": "https://api.anthropic.com/*" },
{ "url": "https://api.openai.com/*" },
{ "url": "http://localhost:*/*" },
{ "url": "http://127.0.0.1:*/*" }
]
}
]
}