You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(devtools): restore plugin marketplace and harden event bus connection (#466)
The plugin marketplace rendered empty ("No additional plugins available")
because the `mounted` -> `package-json-read` round-trip could be lost:
- ClientEventBus.emitToServer silently dropped events emitted while the
WebSocket was still connecting. They are now buffered and flushed once the
socket opens.
- The marketplace re-requests package.json on every open and retries until it
arrives, so re-opening always re-fetches the plugin list.
- The basic React example reconnects to the server bus (connectToServerBus).
- Added TanStack AI Devtools to the plugin marketplace registry.
0 commit comments