docmd-assistant v0.1.5 introduces browser page context transmission in Relay Mode and handling for server-driven unconfigured response payloads.
Key Features
Page URL and Title Context
In Relay Mode, runRelayTurn automatically sends browser location (pageUrl) and page title (pageTitle) metadata with every turn request, allowing backend AI relays to deliver page-aware answers without manual context configuration.
Unconfigured Relay State Response
Added support for parsing { unconfigured: true } responses returned by cloud relay gateways, enabling client UIs to display guided onboarding dialogs automatically.
Upgrade
npm
pnpm
npm install docmd-assistant@0.1.5
pnpm add docmd-assistant@0.1.5