You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the bot is invoked in a thread (via mention or reply), it starts replying to all subsequent messages in that thread, regardless of whether it's directly addressed again. This can lead to noisy or unintended replies in conversations that continue after the bot's help is no longer needed.
Right now, the only way to stop it is to explicitly use an "exit" command like stop listening. This is easy to forget and puts an unnecessary burden on users.
Suggested Improvement: introduce a way to automatically exit or ignore thread messages after a certain condition is met — for example:
Stop listening after the bot has replied once, unless it's directly mentioned again (add a configurable option to control this behavior, e.g. autoExitThreadsAfterReply: true)