NEXO 7.10.1 — README cleanup over v7.10.0

Published 2026-04-26. Patch release over v7.10.0.

v7.10.0 removed every code path of the LLM proxy override (the opt-in llm_endpoint.json + auth_provider.json + wire aliases nexo-max/nexo-high/nexo-medium/nexo-low/nexo-mini + Idempotency-Key) introduced in 7.9.28 → 7.9.34, because NEXO Desktop's commercial model changed to a wrapper over the user's own Claude Code subscription. That revert was complete in src/, tests/, and docs/.

What 7.10.0 did not catch: a residual section in README.md (around line 1096), titled Custom LLM endpoint (advanced), that still documented the override path as a current feature, including the Idempotency-Key proxy semantics and a pointer to the now-deleted docs/api/override-files.md. The npm tarball for 7.10.0 therefore still mentioned the proxy as if it existed.

v7.10.1 deletes that section. The repo-wide grep that 7.10.0 advertised as 0-hits is now actually 0-hits in the published tarball as well, not just in the source tree.

Verification

Repo-wide grep across src/, docs/, tests/, scripts/, bin/ and README.md for nexo-max, nexo-high, nexo-medium, nexo-low, nexo-mini, llm_endpoint.json, auth_provider.json, NEXO_PROXY, nexo-desktop.com/api/proxy, _apply_llm_endpoint_override, is_override_mode, resolve_api_base_url, resolve_auth_token, NEXO_RAW_ANTHROPIC, _override_force_disabled, _CONCRETE_TO_ALIAS returns 0 hits outside the historical changelog/blog narration of "what was removed in 7.10.0".

Full changelog entry →