- Adiciona chat-hub explicitamente nas capabilities do Tauri - Adiciona .resizable(false) nas janelas de chat e hub - Corrige problema de comandos invoke nao funcionando no hub 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
32 lines
876 B
JSON
32 lines
876 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for all windows",
|
|
"windows": ["main", "chat-*", "chat-hub"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:event:default",
|
|
"core:event:allow-listen",
|
|
"core:event:allow-unlisten",
|
|
"core:event:allow-emit",
|
|
"core:window:default",
|
|
"core:window:allow-close",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-show",
|
|
"core:window:allow-set-focus",
|
|
"dialog:allow-open",
|
|
"opener:default",
|
|
"store:default",
|
|
"store:allow-load",
|
|
"store:allow-set",
|
|
"store:allow-get",
|
|
"store:allow-save",
|
|
"store:allow-delete",
|
|
"updater:default",
|
|
"process:default",
|
|
"notification:default",
|
|
"notification:allow-notify",
|
|
"notification:allow-request-permission",
|
|
"notification:allow-is-permission-granted"
|
|
]
|
|
}
|