Skip to content

Release Candidate v5.9.2#369

Merged
milosmns merged 2 commits intoreleasefrom
main
Apr 25, 2026
Merged

Release Candidate v5.9.2#369
milosmns merged 2 commits intoreleasefrom
main

Conversation

@milosmns
Copy link
Copy Markdown
Contributor

@milosmns milosmns commented Apr 25, 2026

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 Agent now detects mentions more reliably during bursts of activity
  • The Agent handles commands more smoothly when messages come in quickly
  • The Agent feels more dependable in busy conversations

The network never really sleeps. Now, The Agent listens a little better in the dark.

milosmns and others added 2 commits April 25, 2026 14:26
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>
@milosmns milosmns self-assigned this Apr 25, 2026
@milosmns milosmns added the Release Releases and Release Candidates label Apr 25, 2026
@github-actions
Copy link
Copy Markdown
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

@milosmns milosmns merged commit a902084 into release Apr 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release Releases and Release Candidates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant