Conversation
The previous fix for burst processing used a too-narrow time window (now - chat_debounce_delay_s) when scanning for prior mentions, which always excluded the very messages it was meant to recover. Replaced it with a chain walk bounded by chat_history_depth that breaks on the bot's own reply or another invoker, so a tagged-then-untagged burst no longer silently drops. Known commands are skipped in the chain walk so a follow-up after /command@bot does not inherit the command's @-tag while the command's reply is still racing into the DB. Renamed the helper to __has_unanswered_bot_mention to match what it actually computes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Build 24930922825 complete for e1149da. # Valid until a new build
docker pull appifyhub/the-agent:latest_beta
docker pull appifyhub/the-agent:5.9.2.beta |
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.
v5.9.2 — The Agent Hears the Signal More Clearly 👁️🗨️
A sharper release for conversations under pressure: this version helps The Agent recognize mentions more reliably and respond to commands more smoothly, even when messages arrive in bursts.
The latest update tightens how The Agent listens in busy moments. When multiple messages hit at once, The Agent is now less likely to miss a direct mention or fumble a command. In other words, the signal cuts through the noise more cleanly now.
That means a smoother experience in fast-moving chats, fewer awkward misses, and a more dependable response when The Agent is called upon. Small change on the surface, stronger pulse underneath. ⚡
What's improved
The network never really sleeps. Now, The Agent listens a little better in the dark.