Skip to content

v2.49.0

Choose a tag to compare

@aebrer aebrer released this 31 Jul 16:31
· 43 commits to master since this release
8bad569

Dashboard: Complete Subagent Panel

The dashboard session view no longer silently hides background subagents after the first four. Every retained subagent is now available from a compact panel that matches the task tracker on desktop and mobile.

What changed

  • Every subagent remains accessible. The four-agent presentation cap is gone; the panel lists the full retained collection.
  • Bounded overflow. Large groups scroll within a fixed-height panel instead of taking over the session dock.
  • Consistent collapse behavior. Native <details>/<summary> semantics reuse the task tracker's indicator and keyboard interaction; the panel starts collapsed on mobile.
  • Useful ordering and context. Agents appear newest-first with full running/done counts, status, agent type, task summary, Dispatch Arbiter routing details, and drill-in navigation.
  • Expanded regression coverage. Tests cover more than four agents, ordering, counts, navigation, desktop collapse behavior, and the mobile collapsed default.

Implemented by Acters in PR 419.