This release adds event monitoring, offline handling improvements, and user feedback collection to the Web SDK.Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
What’s enhanced
Enhancements
Web SDK 2.0.4Event monitoring: We’ve added six new authentication events and five new ambient session lifecycle events to theEmitterEvents type for login, registration, token refresh, and session state changes.Learn more in EmitterEvents.Web SDK 2.0.4Offline handling: We’ve added a 15-second buffer before transitioning to offline mode to handle temporary connection problems.Web SDK 2.0.4User feedback: We’ve added the ability to collect user feedback on AI-generated content directly through the SDK.Why it matters: More events let you build richer UI and analytics. The offline buffer reduces false offline transitions. User feedback supports model improvement and quality monitoring.