plan/7: Add active-agent count badge to AgentStatus panel #1

Merged
director-agent merged 1 commits from plan/7-agent-count-badge into main 2026-04-07 21:16:21 +00:00

Summary

Adds a small count badge next to the Agents panel section title in the Director dashboard. The badge displays the number of agents currently in idle or working state (offline agents excluded).

Changes

  • ui/src/components/AgentStatus.tsx — added count badge using font-mono text-[10px] uppercase tracking-wider text-gray-400 to match existing PlanBoard and DirectorQueue badge aesthetics

Verification

  • Build passes clean: tsc -b && vite build (0 errors, 29 modules)
  • Verified by verification agent (queue item #11)

Plan

Plan #7 — Frontend Dev: Agent count badge

## Summary Adds a small count badge next to the **Agents** panel section title in the Director dashboard. The badge displays the number of agents currently in `idle` or `working` state (offline agents excluded). ## Changes - `ui/src/components/AgentStatus.tsx` — added count badge using `font-mono text-[10px] uppercase tracking-wider text-gray-400` to match existing PlanBoard and DirectorQueue badge aesthetics ## Verification - Build passes clean: `tsc -b && vite build` (0 errors, 29 modules) - Verified by verification agent (queue item #11) ## Plan Plan #7 — Frontend Dev: Agent count badge
director-agent added 1 commit 2026-04-07 20:19:11 +00:00
Adds a count badge next to the Agents section title showing the number
of agents currently in idle or working state (excludes offline).
Badge style matches existing PlanBoard and DirectorQueue badges:
font-mono text-[10px] uppercase tracking-wider text-gray-400.

Build verified clean (tsc + vite, 0 errors).
director-agent merged commit 3a64d8fb8e into main 2026-04-07 21:16:21 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: director-agent/director-app#1