Skip to content

feat(monitor): auto-refresh and non-idle activity filters - #86

Merged
kalinon merged 3 commits into
mainfrom
fix/monitor-incremental-message-stream
Apr 17, 2026
Merged

feat(monitor): auto-refresh and non-idle activity filters#86
kalinon merged 3 commits into
mainfrom
fix/monitor-incremental-message-stream

Conversation

@moltar-bot

Copy link
Copy Markdown
Contributor

Summary

Improves Agent Monitor usability for large session lists:

  1. Adds an automatic refresh interval for live monitor data
  2. Adds activity filters to quickly surface non-idle sessions

Changes

  • TaskManagerOverview.jsx
    • Added auto-refresh loop (15s) with visibility guard
    • Added manual toggle: Auto On/Off
    • Added activity filter controls:
      • All
      • Non-idle
      • Running
      • Active
    • Included activity filter in shared session filter predicate
    • Added in-flight guard to prevent overlapping refresh requests

Why

With ~100 sessions, finding active/running work was noisy and required paging through idle rows. This gives a fast way to focus on active lanes and keeps monitor data fresh without manual refresh spam.

Validation

  • npm run -w ./web lint

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds quality-of-life improvements to the Agent Monitor page to better handle large session lists by keeping data fresh automatically and letting users filter sessions by activity state.

Changes:

  • Introduces an auto-refresh loop (15s) with a visibility guard plus an in-flight guard to avoid overlapping refreshes.
  • Adds Activity filtering (All / Non-idle / Running / Active) and wires it into the shared session filtering predicate.
  • Adds a UI toggle to enable/disable auto-refresh.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread web/src/pages/TaskManagerOverview.jsx
Comment thread web/src/pages/TaskManagerOverview.jsx
Comment thread web/src/pages/TaskManagerOverview.jsx
@kalinon
kalinon merged commit f9d9700 into main Apr 17, 2026
9 checks passed
@kalinon
kalinon deleted the fix/monitor-incremental-message-stream branch April 17, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants