v105.0.3lumaweave2026-06-04
HistoryTab renders overrides without race
Fixed useState+useEffect race in HistoryTab by deriving overrides via useSyncExternalStore, matching the override system's reactivity pattern.
v105.0.32026-06-04
- ·Overrides now visible on first render (no empty flash)
- ·HistoryTab derives state synchronously (no useState mirror race)
- ·All 7 history spoke tests pass