0.0.4-beta.7
Archived release notes for localnest-mcp@0.0.4-beta.7.
Channel
Archived beta
This page is frozen for users who need the exact beta.7 package behavior and install notes.
Successor
Current release is 0.0.5
Use the current release page when you want the latest stable contract and post-fix runtime behavior.
Use case
Release comparison
Keep this page for install comparisons, support checks, and beta.7-specific debugging.
Open current releaseSwitch back to the current release notes for
0.0.5.Install by versionUse the version matrix when you need exact npm install commands.Summary
0.0.4-beta.7 hardened the install path, moved the local runtime to Hugging Face Transformers, and tightened release/package validation around sqlite-vec and bundled skill delivery.
Key Changes
- enforced sqlite-vec extension auto-detection and explicit extension-path support for global installs
- switched embeddings and reranking from
@xenova/transformersto@huggingface/transformers - updated setup/config defaults to
huggingfacewhile keeping backward compatibility for olderxenovaconfigs - removed the earlier
prebuild-installwarning path from the default dependency graph - published
npm-shrinkwrap.jsonto stabilize package installs and transitive dependency resolution - refreshed docs and bundled skill guidance around the canonical
localnestsetup flow
Practical Impact
This was the beta where the package/runtime contract moved to the Hugging Face stack and the install surface became much closer to a clean global npm install, while preserving compatibility for existing configs.
Known Context
- one upstream deprecation warning could still appear from the ONNX runtime dependency chain
- beta.8 later focused on regression fixes and release hardening after beta.7 package validation
When to Use This Page
- debugging a machine pinned to
0.0.4-beta.7 - comparing beta.7 install/runtime behavior against beta.8
- checking when the Hugging Face runtime became the shipped default