Skip to content

Improve thread behavior: Auto-exit after reply or provide configurable thread participation logic #76

@timramone

Description

@timramone

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)

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions