Skip to content

feat: add auto_respond_from_bots toggle for monitored bot auto-response#213

Closed
the3mi wants to merge 2 commits intoopenabdev:mainfrom
the3mi:feat/toggle-monitored-bot-auto-respond
Closed

feat: add auto_respond_from_bots toggle for monitored bot auto-response#213
the3mi wants to merge 2 commits intoopenabdev:mainfrom
the3mi:feat/toggle-monitored-bot-auto-respond

Conversation

@the3mi
Copy link
Copy Markdown
Contributor

@the3mi the3mi commented Apr 11, 2026

Summary

Adds a toggle to enable/disable auto-response to monitored bots without needing a mention.

Config

[discord]
auto_respond_from_bots = true   # default: false
monitored_bot_ids = ["1486215276163760208"]
  • auto_respond_from_bots = false (default): skip all bot messages (backward compatible)
  • auto_respond_from_bots = true: respond to monitored_bot_ids without mention

Use Case

Enables CI → Discord → OpenAB auto-response pipeline.

@the3mi the3mi requested a review from thepagent as a code owner April 11, 2026 12:39
- Add auto_respond_from_bots config flag (default: false)
- When false: skip all bot messages (original behavior)
- When true: respond to monitored_bot_ids without mention
@the3mi the3mi force-pushed the feat/toggle-monitored-bot-auto-respond branch from a7c30fe to 9fbe076 Compare April 11, 2026 13:00
Add monitored_bot_ids config. Bots in this list can trigger
responses without needing a mention. Other bots are still skipped.
@the3mi the3mi closed this Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant