Suki’s Headless Web SDK versioning policy is based on the semantic versioning standard. For example, in version 1.2.3, 1 is the major version, 2 is the minor version, and 3 is the patch version. When we release a new Headless Web SDK version for new features or bug fixes, we increment one of these three version components depending on the type of change introduced.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.
Enhancements
- Session type detection: Added
sessionTypeproperty to theuseAmbientSessionhook. This property indicates whether a session was submitted while online or offline. Use it to display appropriate UI indicators and handle offline sessions differently in your application.