plan/7: Add active-agent count badge to AgentStatus panel #1
Reference in New Issue
Block a user
Delete Branch "plan/7-agent-count-badge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
idleorworkingstate (offline agents excluded).Changes
ui/src/components/AgentStatus.tsx— added count badge usingfont-mono text-[10px] uppercase tracking-wider text-gray-400to match existing PlanBoard and DirectorQueue badge aestheticsVerification
tsc -b && vite build(0 errors, 29 modules)Plan
Plan #7 — Frontend Dev: Agent count badge