Files
picoclaw/pkg/tools
美電球 3e3b6aed90 fix(tools): message tool no longer suppresses reply to originating chat (#2180)
When the message tool sent to a different chat (e.g., a group), the
agent's final response to the originating chat was incorrectly skipped
because HasSentInRound() was a simple bool that didn't distinguish
targets. Replace with HasSentTo(channel, chatID) that tracks all
send targets per round and only suppresses when the target matches.

Fixes cross-conversation message causing "Processing..." to hang.
2026-04-08 21:40:12 +08:00
..
2026-04-08 18:15:42 +08:00
2026-04-01 12:21:21 +08:00
2026-03-26 21:02:46 +01:00
2026-03-26 21:33:43 +01:00