entroly

Entroly 1.0.77

Entroly 1.0.77 improves context economics, observability, privacy-safe product health, parser-backed code intelligence, and local-model discovery.

User-visible changes

Install or upgrade

pip install -U entroly==1.0.77
npm install -g entroly@1.0.77

Container users can pull ghcr.io/juyterman1000/entroly:1.0.77 after the coordinated publication workflow completes.

Compatibility and migration

No data migration is required. Existing CLI, SDK, MCP, proxy, npm/WASM, and OpenClaw entry points remain supported. Nemotron support uses Ollama’s local OpenAI-compatible route; it is not a bespoke NVIDIA adapter.

Privacy and network boundaries

Entroly sends no analytics by default. Enabling product-health reporting does not authorize collection of prompts, files, conversations, or retrieved content. Local Ollama inference can keep model prompts on the device, but agent tools and separately configured providers retain their own network boundaries.

Verification

entroly verify-claims
python benchmarks/language_symbol_coverage.py \
  --baseline-ref 2eeecb8733103fe7234133f48b105f271662b219 \
  --output benchmarks/results/language_symbol_coverage.json --check

The language result is one valid representative sample per mapped language. It does not prove complete grammar coverage, call resolution, data flow, model answer quality, or token savings.

Rollback and uninstall

Pin the previous packages with pip install entroly==1.0.76 and npm install -g entroly@1.0.76, or remove them with pip uninstall entroly and npm uninstall -g entroly. Container users can return to the immutable 1.0.76 image tag.