mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-03 19:31:34 +00:00
* fix(linux): harden Quick Chat widget lifecycle * fix(linux): retry stale widget cleanup before reveal
19 lines
517 B
TOML
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",
|
|
]
|