cortext v1.1.7
v1.1.7
Patch release for the model-asset cutover and package readiness.
Highlights
- Removes the stale public
models_dirAPI from C++, C API, and bindings. - Uses bundled package model assets by default for Python and Node installs.
- Builds cross-architecture Zig native libraries for Python and Node packages.
- Builds installable Zig CLI artifacts for Linux, macOS, and Windows on x64 and arm64.
- Moves tools from the examples switch to the tools build path.
- Refreshes Python and npm READMEs with install, quickstart, LLM usage, runtime asset, and troubleshooting guidance.
Verification
ctest --test-dir build-codex-clean -R cortext_tests --output-on-failure --timeout 900- Python wheel smoke: import
augmem.cortext, createCortext(':memory:'),embed_text(...)returns 1280-dim unit vector. - npm tarball smoke: install
@augmem/cortext, createnew Cortext(':memory:'),embedText(...)returns 1280-dim unit vector. - Native Linux CLI artifact smoke:
cortext_cli --help.
Notes
The Python wheel and npm tarball include the default AIST GGUF asset, so they are large. If a registry rejects the upload due file-size policy, use the GitHub release artifact while the registry limit is adjusted.