chore(hermes): respond to all telegram messages - #2391
Conversation
|
Run failed. View the logs →
|
|
Warning Indent Zero is shutting down on August 7th. Please migrate over to Indent 2.0 to continue getting PR reviews.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Disabled knowledge base sources:
📝 WalkthroughSummary by CodeRabbit
WalkthroughBoth Hermes Telegram configuration templates now set ChangesTelegram mention configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |

Sets
require_mention: falsein the Hermes Telegram config so the agent responds to all messages in group threads (e.g. the みうら thread), not just when mentioned.\n\n- config/hermes/config.tpl.yaml\n- config/hermes/config.template.yamlSummary by cubic
Hermes Telegram agent now responds to all group messages. Previously it replied only when mentioned; setting
telegram.require_mention: falsechanges behavior to reply to every message in Telegram groups, which may increase noise and token usage.telegram.require_mention: trueif noise becomes an issue.Written for commit 739532f. Summary will update on new commits.