Three Fixes: Consistent Agent States, Newest-First Event Logs, and a Clean Sign-Out
June 28, 2026 · InfraScout Team
This release is a small roundup of three fixes that smooth over rough edges you may have hit recently: agent status labels and filters that now agree wherever you look, event log reads that return what "last N" actually means, and a sign-out that lands somewhere sensible instead of bouncing you in a loop. Each one is short, but together they remove a few daily annoyances.
Agent status labels and filters that agree
Agent status used to behave differently depending on where you looked. The same status filter could return results in the regular agents view but come up empty in the admin agent management view, and a status badge could disagree with the filter you'd just applied. That made it hard to trust what you were seeing — was the agent really in that state, or was the screen just out of step with itself?
This release unifies the status model across both surfaces, so a filter and the badge always match. The most visible change: an agent that is reachable for commands now consistently reads "Connected" everywhere — in the details modal and the inventory view — instead of sometimes showing "Online." Filters now behave the same whether you're an end user or an admin, so the result you get is the result you'd expect.
"Last N" event log entries now mean the newest N
When an AI assessment asked a Windows agent for the last N event log entries, it was returning the oldest N matching events instead of the newest. On a busy log, "the last 5 entries" could be events from days ago — the exact opposite of what you'd want when you're looking for what just happened.
That's now fixed. A request for the last N entries returns the newest N, ordered newest-first, which is the natural reading of "last N." This matters because it changes what an assessment actually sees: when a playbook reaches for recent Security or Application events to reason about, it now gets the most recent activity rather than stale history.
A clean sign-out
Signing out of the web app used to drop you into an endless loop: you'd sign out, get bounced straight back to the sign-in screen, and repeat. There was no clear stopping point and no obvious way to confirm you'd actually signed out.
Now signing out lands you on a dedicated signed-out page with a clear "Sign in again" button. The loop is gone, the state is unambiguous, and signing back in takes you straight to the dashboard.
Questions or feedback? Reach us at info@infrascout.cloud.