NEXO 7.20.11 — whole-device roots and automatic evidence
Published 2026-05-13. Patch release over v7.20.10.
Why this release exists
Local memory cannot depend on a narrow list of hand-picked folders or on an agent remembering to query it manually. v7.20.11 makes Local Context cover real volume roots safely and inject relevant local evidence into the working context before NEXO acts.
What changed
- Whole-device root discovery. Default roots now start from system volume roots and mounted/removable/network volumes while keeping explicit roots additive.
- Noise stays out. System folders, caches, app bundles, dependency trees, NEXO Desktop product artifacts and secrets are filtered before extraction or query evidence.
- Automatic evidence injection. `nexo_heartbeat`, `nexo_task_open` and `nexo_pre_action_context` include Local Context assets, relevant excerpts and graph relations when the current task matches indexed files.
Validation
pytest -q tests/test_local_context.py tests/test_local_context_pre_action.py tests/test_hot_context.py tests/test_local_index_service_runtime.py tests/test_cron_sync.py tests/test_windows_wsl_bridge_contract.py
# 98 passed