Let agents follow a thread after a mention#2113
Closed
austin-e wants to merge 4 commits into
Closed
Conversation
added 2 commits
July 19, 2026 00:04
Co-authored-by: npub19lzjypg34zx5a8s5ldhf8qf3t7utyl2acvnwagmacf0j6q0uk2rqgvqphn <2fc5220511a88d4e9e14fb6e9381315fb8b27d5dc326eea37dc25f2d01fcb286@will.communities.buzz.xyz> Signed-off-by: npub19lzjypg34zx5a8s5ldhf8qf3t7utyl2acvnwagmacf0j6q0uk2rqgvqphn <2fc5220511a88d4e9e14fb6e9381315fb8b27d5dc326eea37dc25f2d01fcb286@will.communities.buzz.xyz>
Co-authored-by: npub19lzjypg34zx5a8s5ldhf8qf3t7utyl2acvnwagmacf0j6q0uk2rqgvqphn <2fc5220511a88d4e9e14fb6e9381315fb8b27d5dc326eea37dc25f2d01fcb286@will.communities.buzz.xyz> Signed-off-by: npub19lzjypg34zx5a8s5ldhf8qf3t7utyl2acvnwagmacf0j6q0uk2rqgvqphn <2fc5220511a88d4e9e14fb6e9381315fb8b27d5dc326eea37dc25f2d01fcb286@will.communities.buzz.xyz>
Author
|
Closing for local product testing before review. I will reopen after the interaction has been tried. |
Co-authored-by: npub19lzjypg34zx5a8s5ldhf8qf3t7utyl2acvnwagmacf0j6q0uk2rqgvqphn <2fc5220511a88d4e9e14fb6e9381315fb8b27d5dc326eea37dc25f2d01fcb286@will.communities.buzz.xyz> Signed-off-by: npub19lzjypg34zx5a8s5ldhf8qf3t7utyl2acvnwagmacf0j6q0uk2rqgvqphn <2fc5220511a88d4e9e14fb6e9381315fb8b27d5dc326eea37dc25f2d01fcb286@will.communities.buzz.xyz>
Author
|
Reopened after local validation. I also fixed a missing test import found when running the full Desktop test suite. Final verification:
|
Co-authored-by: npub19lzjypg34zx5a8s5ldhf8qf3t7utyl2acvnwagmacf0j6q0uk2rqgvqphn <2fc5220511a88d4e9e14fb6e9381315fb8b27d5dc326eea37dc25f2d01fcb286@will.communities.buzz.xyz> Signed-off-by: npub19lzjypg34zx5a8s5ldhf8qf3t7utyl2acvnwagmacf0j6q0uk2rqgvqphn <2fc5220511a88d4e9e14fb6e9381315fb8b27d5dc326eea37dc25f2d01fcb286@will.communities.buzz.xyz>
Author
|
Closing again so the updated thread-follow behavior can be tried locally before review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this changes
Adds an optional conversation setting for an agent: Stay in thread after a mention.
When enabled, an authorized @mention opens a one-hour follow window for that one thread. Later messages in that thread are delivered to the agent as context without another @mention. Messages in every other thread and elsewhere in the channel are ignored.
This does not make the agent reply to every message. It only keeps the agent informed. The agent still decides when a response is useful.
Where to change it
In the agent editor, open Advanced settings and choose either:
Safety limits
Implementation
thread-followas a harness subscription mode.Verification
Passed:
cargo test --manifest-path desktop/src-tauri/Cargo.tomlcould not run in this environment because CMake is not installed andaudiopus_sysneeds it to build bundled Opus.