Conversation
This was referenced Jul 30, 2026
Collaborator
|
Thanks for the focused Slack routing change. Current Suggested changes
Automated hermes-sweeper 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.
Summary
Add
slack.natural_thread_channels, a per-channel routing control for Slack workspaces that need mention-to-start, then natural thread replies in selected collaboration channels while keeping strict mention-only behavior everywhere else.The option is empty by default and does not change existing installations.
Problem
The existing controls operate at the wrong scope for this workflow:
strict_mention: falseorthread_require_mention: falseweakens thread gating across the whole Slack profile.free_response_channelsalso admits unmentioned top-level messages, so it cannot express “mention to start.”require_mention_channelstightens channels; it does not provide a channel-scoped exception to strict thread gating.Multi-agent and shared-workspace deployments therefore have to choose between repetitive mentions in designated collaboration threads or profile-wide auto-follow behavior in unrelated channels.
Behavior
For a listed channel:
For every unlisted channel, the existing
strict_mentionandthread_require_mentionbehavior is unchanged.Changes
natural_thread_channelsfromconfig.yamlinto the Slack adapter.Related mention-routing PRs
Validation
git diff --check: passedThe Slack-wide suite retains 37 existing non-failing asynchronous mock cleanup warnings.