cortext v1.1.8
Patch release for PyPI/npm registry packaging.
- PyPI and npm packages now ship cross-platform native libraries/addons without embedding the large AIST GGUF model.
- Python and Node wrappers resolve a bundled/local model when present, otherwise download and checksum-verify q8_0 into the user cache on first engine creation.
- Package READMEs document install, first-use model cache behavior, LLM usage, durable-write behavior, and troubleshooting.
- Python package builder now clears stale egg-info/build metadata before wheel creation.
- Includes Zig-built
cortext_cliarchives for Linux, macOS, and Windows x64/aarch64.