Create agent status board showing which agents are currently active #131
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Implement this feature/improvement for the Nexus.
Keep changes minimal and focused. Follow existing conventions in app.js.
Files: app.js, style.css, index.html (as needed)
PR created: #176
Added an agent status board HUD panel (bottom-left) showing Timmy, Kimi, and Perplexity with live active/idle status indicators. Active agents pulse green; idle agents show dim. Status updates on WebSocket player-joined, player-left, and chat-message events when an agentId is present.