> ## 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.

# Headless Web SDK Changelog

> Headless Web SDK product updates and announcements

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.

<Update label="v0.2.3" description="May 2026" tag="LATEST" tags={["Bug Fixes"]}>
  ### Bug fixes

  * Minor bug fixes.
</Update>

<Update label="v0.2.2" description="Jan 2026" tags={["Enhancements"]}>
  ### Enhancements

  * **Session type detection**: Added `sessionType` property to the `useAmbientSession` hook. 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.
</Update>

<Update label="v0.1.1" description="Dec 2025" tags={["New Features"]}>
  ### New features

  * **Initial beta release**: First release of the Suki Headless Web SDK. Build custom ambient intelligence integrations with complete control over your user interface. Currently in **beta** stage for you to try out and provide feedback.
</Update>
