mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 07:08:38 +00:00
feat(heartbeat): add directPolicy and restore default direct delivery
This commit is contained in:
@@ -1238,6 +1238,10 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"Shows degraded/error heartbeat alerts when true so operator channels surface problems promptly. Keep enabled in production so broken channel states are visible.",
|
||||
"channels.defaults.heartbeat.useIndicator":
|
||||
"Enables concise indicator-style heartbeat rendering instead of verbose status text where supported. Use indicator mode for dense dashboards with many active channels.",
|
||||
"agents.defaults.heartbeat.directPolicy":
|
||||
'Controls whether heartbeat delivery may target direct/DM chats: "allow" (default) permits DM delivery and "block" suppresses direct-target sends.',
|
||||
"agents.list.*.heartbeat.directPolicy":
|
||||
'Per-agent override for heartbeat direct/DM delivery policy; use "block" for agents that should only send heartbeat alerts to non-DM destinations.',
|
||||
"channels.telegram.configWrites":
|
||||
"Allow Telegram to write config in response to channel events/commands (default: true).",
|
||||
"channels.telegram.botToken":
|
||||
|
||||
Reference in New Issue
Block a user