mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 02:20:22 +00:00
feat(approvals): auto-enable native chat approvals
This commit is contained in:
@@ -31477,7 +31477,7 @@
|
||||
"network"
|
||||
],
|
||||
"label": "Slack Exec Approvals",
|
||||
"help": "Slack-native exec approval routing and approver authorization. Enable this only when Slack should act as an explicit exec-approval client for the selected workspace account.",
|
||||
"help": "Slack-native exec approval routing and approver authorization. When unset, OpenClaw auto-enables DM-first native approvals if approvers can be resolved for this workspace account.",
|
||||
"hasChildren": true
|
||||
},
|
||||
{
|
||||
@@ -31545,7 +31545,7 @@
|
||||
"network"
|
||||
],
|
||||
"label": "Slack Exec Approvals Enabled",
|
||||
"help": "Enable Slack exec approvals for this account. When false or unset, Slack messages/buttons cannot approve exec requests.",
|
||||
"help": "Controls Slack native exec approvals for this account: unset or \"auto\" enables DM-first native approvals when approvers can be resolved, true forces native approvals on, and false disables them.",
|
||||
"hasChildren": false
|
||||
},
|
||||
{
|
||||
@@ -35444,7 +35444,7 @@
|
||||
"network"
|
||||
],
|
||||
"label": "Telegram Exec Approvals",
|
||||
"help": "Telegram-native exec approval routing and approver authorization. Enable this only when Telegram should act as an explicit exec-approval client for the selected bot account.",
|
||||
"help": "Telegram-native exec approval routing and approver authorization. When unset, OpenClaw auto-enables DM-first native approvals if approvers can be resolved for the selected bot account.",
|
||||
"hasChildren": true
|
||||
},
|
||||
{
|
||||
@@ -35512,7 +35512,7 @@
|
||||
"network"
|
||||
],
|
||||
"label": "Telegram Exec Approvals Enabled",
|
||||
"help": "Enable Telegram exec approvals for this account. When false or unset, Telegram messages/buttons cannot approve exec requests.",
|
||||
"help": "Controls Telegram native exec approvals for this account: unset or \"auto\" enables DM-first native approvals when approvers can be resolved, true forces native approvals on, and false disables them.",
|
||||
"hasChildren": false
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user