Skip to content

v0.9.2 — Rename to @fozikio/cortex-engine

Choose a tag to compare

@idapixl idapixl released this 19 Mar 22:05
· 179 commits to master since this release
5d5ddac

What's Changed

Package renamed from cortex-engine to @fozikio/cortex-engine.

  • Scoped under the @fozikio npm organization
  • @huggingface/transformers moved to optional peerDependency (fixes BundlePhobia size reporting)
  • Added try/catch with helpful error message when transformers is missing
  • Updated all docs, skills, and install commands to use the scoped package name

Migration

npm uninstall cortex-engine
npm install @fozikio/cortex-engine

Import paths remain the same — just the package name changed.

Full Changelog: v0.9.1...v0.9.2