github tickernelz/opencode-mem v2.14.1

5 hours ago

Fixes

  • Prevent OpenCode/Bun plugin loader bundling from eagerly traversing @huggingface/transformers internals during plugin startup.
  • Keep local embedding backend lazy-loaded so @huggingface/transformers is only imported when local embeddings are actually used.
  • Pin @huggingface/transformers to the tested 4.0.1 version instead of floating to newer package layouts.

Verification

  • bun run typecheck
  • bun run build
  • bun test ./tests/package-dependencies.test.ts ./tests/plugin-bundle-boundary.test.ts ./tests/plugin-loader-contract.test.ts ./tests/opencode-provider.test.ts
  • npm pack + fresh install smoke test confirmed opencode-mem@2.14.1, @huggingface/transformers@4.0.1, no static HF import in dist/services/embedding.js, and dist/plugin.js imports successfully.

Full Changelog: v2.14.0...v2.14.1

Don't miss a new opencode-mem release

NewReleases is sending notifications on new releases.