Files
Dirigent/dist/whispergate
zhi fb2cbaa5b3 fix: only process assistant messages in before_message_write
before_message_write fires for both user (incoming) and assistant
(outgoing) messages. Without a role check, end symbols from other
agents' incoming messages incorrectly trigger turn advances.

Add role check to skip non-assistant messages early.
2026-03-02 11:20:39 +00:00
..