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

docmd-assistant v0.1.2 introduces dynamic LLM options resolution, removes hardcoded provider fallbacks, and exports version metadata.

Key Changes & Enhancements

Dynamic Provider Options

  • Removed hardcoded model fallbacks inside runAiplugTurn. Model selection delegates directly to aiplug adapters or user options.
  • Added support for ambient provider option overrides.

Dynamic Engine Header Identification

  • Exported ENGINE_VERSION string constant (0.1.2).
  • Automatically attaches X-Docmd-Plugin: docmd-assistant/<version> headers to all outgoing relay HTTP requests for telemetry and backend routing.

Node.js Compatibility

  • Updated minimum Node.js engine requirement to >=20.0.0.

Upgrade

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