Files
openclaw/apps/linux/src-tauri/permissions/quickchat.toml
Peter Steinberger 90b4a12ee9 feat(linux): Quick Chat agent switcher, avatars, per-agent routing, and configurable shortcut (#110285)
* 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
2026-07-18 03:44:49 +01:00

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",
]