Added
- Reconnect functionality in YjsProvider: the WebSocket sync provider can now be manually reconnected, enabling recovery from dropped connections without a full page reload.
- Token cache bypass on reconnect: when reconnecting, the Clerk JWT token is fetched fresh (bypassing the local cache) to prevent authentication failures due to expired or stale tokens.