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

Highlights

docmd-search v0.1.2 updates the project index directory name for static hosting compatibility, patches security vulnerabilities in core dependencies, and aligns Node.js engine bounds.

  • Static Host Compatibility: Renamed the default project index output folder from .docmd-search to _docmd-search. Static hosting providers (such as GitHub Pages, Vercel, Netlify, and CloudFront) filter out dotfiles (.), which caused 404 errors when fetching manifest.json and index batches.
  • Global Cache Preserved: User-level global settings and model files remain stored in ~/.docmd-search/ to share ONNX weights across projects.

Security Patches & Dependency Updates

  • Patched Vulnerabilities: Updated dependencies (adm-zip, protobufjs, and sharp) to address upstream security advisories.
  • Node.js Requirement: Set minimum Node.js engine requirement to >=20.0.0.

Upgrade

upgrade
npm install docmd-search@0.1.2