hermes-agent/plugins/platforms
annguyenNous 9405cdc8dd fix(ntfy): prevent echo loop by tagging outgoing messages
When publish_topic equals the subscribe topic, the agent's own replies
are echoed back by ntfy as incoming messages, creating an infinite
reply spiral.

Fix: tag outgoing messages with X-Tags: hermes-agent header, and skip
incoming messages that carry this tag. This is zero-config — works
automatically regardless of topic configuration.

Fixes NousResearch/hermes-agent#34447
2026-05-29 13:17:46 -07:00
..
discord fix(discord): skip backfill for auto-created threads and update test fakes 2026-05-28 04:52:02 -07:00
google_chat fix(google_chat): harden oauth credential persistence with atomic private writes (#24788) 2026-05-24 17:58:52 -07:00
irc chore: prune unused imports and duplicate import redefinitions 2026-05-28 22:26:25 -07:00
line chore: prune unused imports and duplicate import redefinitions 2026-05-28 22:26:25 -07:00
mattermost refactor(gateway): migrate Mattermost adapter to bundled plugin 2026-05-24 18:05:33 -07:00
ntfy fix(ntfy): prevent echo loop by tagging outgoing messages 2026-05-29 13:17:46 -07:00
simplex fix(plugins): widen masked secret prompt to plugin setup wizards 2026-05-25 01:20:33 -07:00
teams chore: ruff auto-fix PLR6201 resweep — tuple → set in membership tests (#27355) 2026-05-17 02:29:41 -07:00