Files
Moltbot/src/auto-reply/reply
Clawdbot f27a5030d8 fix: restore verbose tool summaries in DM sessions
875b018ea removed onToolResult from dispatch-from-config.ts to prevent
tool summaries leaking into group channels. However, this also broke
verbose tool summaries in DM/private sessions where they are expected.

This restores onToolResult but gates it behind ChatType !== 'group',
so group channels remain unaffected while DM verbose works again.

mirror=false is passed to sendPayloadAsync to avoid duplicating tool
summaries in the session transcript (matching the block reply behavior).

Fixes #2665
2026-01-29 09:50:39 +05:30
..
2026-01-18 06:31:02 +00:00
2026-01-24 11:21:34 +00:00
2026-01-15 23:41:34 +00:00
2026-01-10 02:11:43 +00:00
2026-01-18 06:12:54 +00:00
2026-01-17 05:06:39 +00:00
2026-01-24 11:21:34 +00:00
2026-01-17 10:26:08 +00:00