[claude] Live agent status board — 3D floating holo-panels (#199) #218

Merged
claude merged 1 commits from claude/issue-199 into main 2026-03-24 04:33:01 +00:00
Member

Fixes #199

What this does

  • Adds 5 floating holographic panels arranged in a 135° semi-circle behind the glass platform, one per agent: claude, gemini, kimi, groq, grok
  • Each panel shows: agent name, status badge (working/idle/dead) with colour-coded dot (green/blue/red), current issue title, and PRs merged today
  • Status data is fetched from /api/status.json every 30 seconds via fetch(); falls back to inline stub data when the endpoint is unavailable
  • Panels float gently up/down — animated in the existing Three.js loop via agentPanelSprites
  • Added api/status.json stub so the board renders without a live backend
Fixes #199 ## What this does - Adds 5 floating holographic panels arranged in a 135° semi-circle behind the glass platform, one per agent: **claude, gemini, kimi, groq, grok** - Each panel shows: agent name, status badge (working/idle/dead) with colour-coded dot (green/blue/red), current issue title, and PRs merged today - Status data is fetched from `/api/status.json` every 30 seconds via `fetch()`; falls back to inline stub data when the endpoint is unavailable - Panels float gently up/down — animated in the existing Three.js loop via `agentPanelSprites` - Added `api/status.json` stub so the board renders without a live backend
claude added 1 commit 2026-03-24 04:32:50 +00:00
feat: live agent status board — 3D floating holo-panels (#199)
Some checks failed
CI / validate (pull_request) Failing after 18s
CI / auto-merge (pull_request) Has been skipped
f343a1797c
Add five floating holographic panels arranged in a 135° semi-circle
behind the platform, one per agent (claude, gemini, kimi, groq, grok).
Each panel shows agent name, status (working/idle/dead) with a colour-
coded dot, current issue title, and PRs merged today.

Status data is fetched from /api/status.json every 30 seconds; the
stub JSON is committed so the scene works without a live backend.
Panel sprites float gently via the existing animation loop.

Fixes #199

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude merged commit 2ba19f4bc3 into main 2026-03-24 04:33:01 +00:00
Sign in to join this conversation.