Final reference page for the Grid dashboard direction after the May 15, 2026 mockup pass. The office mockups remain as visual references, while the agent section points at the real v2 sprite sheets currently wired into the dashboard renderer.
These are the implementation decisions the dashboard should preserve when Grid themes or new provider art are added.
agent_type
claude_code uses orange Claude art, codex uses yellow
Codex art, gemini uses blue Gemini art, api_gpt uses green
API GPT art, and api_other uses purple API Other art.
model_tier
small maps to the ball form, medium maps to the baseline
humanoid, and large maps to the larger humanoid. Missing or unknown
tiers normalize to medium.
char.scale to make tier size differences; the v2 sheets carry the
visible small/medium/large differences.
2912x2496 with 416x832 frames, seven columns,
and three direction rows. Left-facing motion is drawn by flipping the right-facing
row.
Source of truth:
dashboard/src/assets/agents/v2/. Renderer wiring lives in
dashboard/src/characters/sprites.ts, with tier normalization in
dashboard/src/characters/types.ts.
Current reference for the three implemented providers and all tier forms. Small is ball-form, medium is baseline humanoid, and large is the larger humanoid treatment.
| Provider | Small tier | Medium tier | Large tier | Renderer behavior |
|---|---|---|---|---|
claude_code |
claude-small-ball.png | claude-medium-humanoid.png | claude-large-humanoid.png | Deterministic v2 sheet selected by normalized tier. |
codex |
codex-small-ball.png | codex-medium-humanoid.png | codex-large-humanoid.png | Deterministic v2 sheet selected by normalized tier. |
gemini |
gemini-small-ball.png | gemini-medium-humanoid.png | gemini-large-humanoid.png | Deterministic v2 sheet selected by normalized tier. |
api_gpt |
api-gpt-small-ball.png | api-gpt-medium-humanoid.png | api-gpt-large-humanoid.png | Deterministic v2 sheet selected by normalized tier. |
api_other |
api-other-small-ball.png | api-other-medium-humanoid.png | api-other-large-humanoid.png | Deterministic v2 sheet selected by normalized tier. |
These mockups are no longer the source for agent art, but they remain the visual reference for Grid office projection, wall readability, and keeping the treatment inside the existing dashboard shell.
Main Grid office reference: the dashboard frame stays familiar and only the Office canvas becomes the stylized Grid view.