Commits
Detects when the model responds to a Discord message with
conversational text but fails to call discord_send. Injects a
system reminder so the next turn actually delivers the message.
This is a common hallucination pattern — the model writes a reply
'in its head' and calls wait/rest instead, leaving the Discord
user in silence.
so that when the model fucks up it doesn't make weird broken reply refs
Detects when the model responds to a Discord message with
conversational text but fails to call discord_send. Injects a
system reminder so the next turn actually delivers the message.
This is a common hallucination pattern — the model writes a reply
'in its head' and calls wait/rest instead, leaving the Discord
user in silence.