Files
IdeA/crates/app-tauri/capabilities/default.json
Blomios 307ae71857 feat: add main features
Agents for developpement added + frontend add + backend added. Git viewer created + agent and template creator + layout and project creator
2026-06-06 01:27:01 +02:00

8 lines
229 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capability set for the IdeA main window.",
"windows": ["main"],
"permissions": ["core:default", "dialog:allow-open"]
}