v0.9.4 is live! — Read the latest technical documentation and migration guides.

docmd-assistant v0.1.1 addresses relay turn handling and payload serialisation for custom API endpoints.

Key Changes & Fixes

Flexible Relay Response Parsing

  • Updated runRelayTurn response parsing to support data.text in addition to data.reply and data.message.
  • Ensures compatibility with custom backend proxy gateways returning standard text response schemas.

Conditional Provider Payload Attachment

  • Provider and model names are now attached to relay POST payloads only when explicitly configured in AssistantOptions.

Upgrade

npm
pnpm
npm install docmd-assistant@0.1.1
pnpm add docmd-assistant@0.1.1