feat: default telegram reaction level minimal

This commit is contained in:
Peter Steinberger
2026-01-16 20:35:43 +00:00
parent aaa310c047
commit 470add877c
5 changed files with 9 additions and 8 deletions

View File

@@ -506,7 +506,7 @@ Provider options:
- `channels.telegram.actions.sendMessage`: gate Telegram tool message sends.
- `channels.telegram.actions.deleteMessage`: gate Telegram tool message deletes.
- `channels.telegram.reactionNotifications`: `off | own | all` — control which reactions trigger system events (default: `off` when not set).
- `channels.telegram.reactionLevel`: `off | ack | minimal | extensive` — control agent's reaction capability (default: `ack` when not set).
- `channels.telegram.reactionLevel`: `off | ack | minimal | extensive` — control agent's reaction capability (default: `minimal` when not set).
Related global options:
- `agents.list[].groupChat.mentionPatterns` (mention gating patterns).