Files
openclaw/apps/linux/src-tauri/permissions/quickchat.toml
Peter Steinberger e5610976cf fix(linux): harden Quick Chat widget lifecycle (#112261)
* fix(linux): harden Quick Chat widget lifecycle

* fix(linux): retry stale widget cleanup before reveal
2026-07-21 05:35:06 -07:00

19 lines
517 B
TOML

[[permission]]
identifier = "allow-quickchat"
description = "Enables Quick Chat agents, shortcut settings, send, hide, isolated widget, and dashboard commands."
commands.allow = [
"quickchat_activate",
"quickchat_agents",
"quickchat_hide",
"quickchat_identity",
"quickchat_ready",
"quickchat_select_agent",
"quickchat_send",
"quickchat_set_expanded",
"quickchat_set_shortcut",
"quickchat_shortcut",
"quickchat_show_dashboard",
"quickchat_refresh_widget_surface",
"quickchat_sync_widgets",
]