Skip to content

Releases: ek33450505/claude-code-dashboard

v2.0.0 — Agent Constellation 3D + Swarm Page

11 Apr 00:16

Choose a tag to compare

What's New

Agent Constellation (/constellation)

Live 3D force-directed graph of all 17 CAST agents built with Three.js + react-force-graph-3d. Nodes sized by activity, colored by model tier (Sonnet/Haiku/Opus), with glowing spheres and dispatch edge particles. Task satellites orbit active agents showing real-time task progress.

Swarm Page (/swarm)

Swarm session management with SwarmCard, TeammateRow, MessageFeed, and TokenChart components. View active and past Agent Teams swarm sessions with per-teammate token spend.

New API Routes

  • GET /api/constellation/graph — pre-aggregated graph data (nodes, edges, tasks)
  • GET /api/swarm/sessions — swarm session list
  • GET /api/swarm/sessions/:id — session detail with teammate runs
  • GET /api/swarm/sessions/:id/messages — teammate message feed

Dependencies

  • react-force-graph-3d, three, d3-force, d3-selection, d3-drag, d3-zoom

Version

  • package.json bumped from 1.0.0 → 2.0.0

Requires CAST v5.0+ for swarm/constellation data.