mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 20:21:11 +00:00
* feat(linux): expand Quick Chat agent controls * docs(linux): document Quick Chat controls * fix(agents): keep avatar summary additive * refactor(linux): trim Quick Chat dead Default impl and speculative focus-failure recovery * fix(linux): destroy the Quick Chat window when hide fails after a rejected focus grab * fix(linux): fail Quick Chat sends when the pinned agent vanishes; classify avatar-only identities as config-derived * docs(linux): note the accepted cache-fresh send-validation tradeoff * style: satisfy no-map-spread and rustfmt in Quick Chat parity surfaces
16 lines
410 B
TOML
16 lines
410 B
TOML
[[permission]]
|
|
identifier = "allow-quickchat"
|
|
description = "Enables Quick Chat agents, shortcut settings, send, hide, and dashboard commands."
|
|
commands.allow = [
|
|
"quickchat_agents",
|
|
"quickchat_hide",
|
|
"quickchat_identity",
|
|
"quickchat_ready",
|
|
"quickchat_select_agent",
|
|
"quickchat_send",
|
|
"quickchat_set_expanded",
|
|
"quickchat_set_shortcut",
|
|
"quickchat_shortcut",
|
|
"quickchat_show_dashboard",
|
|
]
|