hermes-agent/scripts/whatsapp-bridge
Teknium d028a94b83
fix(whatsapp): skip reply prefix in bot mode — only needed for self-chat (#3931)
The WhatsApp bridge prepends '⚕ *Hermes Agent*\n────────────\n' to
every outgoing message. In self-chat mode this is necessary to
distinguish the bot's responses from the user's own messages. In bot
mode the messages already come from a different number, making the
prefix redundant and cluttered.

Now only prepends the prefix when WHATSAPP_MODE is 'self-chat' (the
default). Bot mode messages are sent clean.
2026-03-30 02:55:33 -07:00
..
allowlist.js fix(whatsapp): resolve LID↔phone aliases in allowlist matching (#3830) 2026-03-29 18:21:50 -07:00
allowlist.test.mjs fix(whatsapp): resolve LID↔phone aliases in allowlist matching (#3830) 2026-03-29 18:21:50 -07:00
bridge.js fix(whatsapp): skip reply prefix in bot mode — only needed for self-chat (#3931) 2026-03-30 02:55:33 -07:00
package-lock.json add full support for whatsapp 2026-02-25 21:04:36 -08:00
package.json add full support for whatsapp 2026-02-25 21:04:36 -08:00