Add Slack passive listening bug fix to May 2026 changelog#498
Open
promptless[bot] wants to merge 7 commits into
Open
Add Slack passive listening bug fix to May 2026 changelog#498promptless[bot] wants to merge 7 commits into
promptless[bot] wants to merge 7 commits into
Conversation
Documents fix for intermittent message drops in passive-listening channels.
|
|
||
| * **Slack Passive Listening Reliability:** Fixed an issue where standalone messages in passive-listening channels were intermittently not triggering documentation updates. Thread replies in bot-initiated threads were unaffected. | ||
|
|
||
| * **Bot-Authored Commit Evaluation:** Fixed Promptless skipping GitHub commits authored by bot accounts—such as paper-style editors and headless writers that push human-written content under a bot identity—regardless of the diff. Promptless now evaluates these commits based on the diff content, just as it does for human-authored commits. PR and issue comments from bot accounts remain filtered as before. |
Contributor
Author
There was a problem hiding this comment.
PR #3295 fixes the slack_thread_has_newer_user_messages function in runtime/triggers/slack/listen.py which wasn't filtering by timestamp. The exec plan in the PR describes the bug: standalone user messages in passive-listening channels were intermittently dropped since April 2026 when Slack returned the parent message in the replies response.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Documents the new event-type badges on GitHub PR trigger cards in the Triggers & Analysis tab.
Add changelog entry and update setup quickstart to reflect the new capability to connect multiple GitHub documentation repositories during onboarding instead of just one.
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.
Open this suggestion in Promptless to view citations and reasoning process
Documents the fix for intermittent message drops in passive-listening Slack channels. This bug was introduced in April 2026 and affected standalone channel messages (the primary use case for passive listening). Thread replies in bot-initiated threads were not affected.
Trigger Events
Tip: Adjust how proactive or focused Promptless is in Agent Settings ⚙️