Files
hermes-agent/gateway
kshitijk4poor 9fc7f17906 fix(gateway): steering an addressed message into a running turn keeps the silence fallback
Busy steer (the busy-mode and priority paths, and /steer) pushes a new message
into the running turn, which then answers it without a turn of its own.
Redirect already folded the message's reply_expected into the turn; steer
did not, so an unaddressed opener steered by an @mention could still end
on a bare silence marker. All of them now go through _fold_into_running_turn.

Also: stale comments on MessageEvent and the queued-terminal silence
verdict, and a crash-recovery case for an unaddressed row.
2026-09-26 07:21:49 +05:30
..