mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
3f88ad2c90
The e2e-demos probe writes per-demo rows keyed as e2e:<slug>/<featureId> but resolveCell looked up e2e_smoke:<slug>/<featureId>. The mismatch caused every per-demo depth chip to show gray (no data), leaving cells stuck at D2. Fix: read the e2e dimension the probe actually writes.