Download Latest Version v1.87.2 source code.tar.gz (2.2 MB)
Email in envelope

Get an email when there's a new version of Evolver

Home / v1.87.1
Name Modified Size InfoDownloads / Week
Parent folder
SHA256SUMS.txt 2026-05-27 432 Bytes
evolver-windows-x64.exe.sha256 2026-05-27 90 Bytes
evolver-windows-x64.exe 2026-05-27 126.2 MB
evolver-linux-arm64 2026-05-27 109.9 MB
evolver-linux-arm64.sha256 2026-05-27 86 Bytes
evolver-linux-x64.sha256 2026-05-27 84 Bytes
evolver-darwin-arm64 2026-05-27 71.7 MB
evolver-darwin-arm64.sha256 2026-05-27 87 Bytes
evolver-darwin-x64 2026-05-27 76.8 MB
evolver-darwin-x64.sha256 2026-05-27 85 Bytes
evolver-linux-x64 2026-05-27 110.4 MB
README.md 2026-05-27 1.8 kB
v1.87.1 source code.tar.gz 2026-05-27 2.2 MB
v1.87.1 source code.zip 2026-05-27 2.3 MB
Totals: 14 Items   499.5 MB 1

Fixed

  • evolver setup-hooks now ships _memoryFiltering.js alongside the generated session hooks (#547). A fresh setup-hooks --platform=codex against @evomap/evolver@1.87.0 left .codex/hooks/ without _memoryFiltering.js, so the generated evolver-session-start.js crashed immediately with Error: Cannot find module './_memoryFiltering' on first run. Both copyHookScripts (install) and removeHookScripts (uninstall) now include the helper, and a new regression suite scans every require('./_*') in the source adapter scripts and asserts both install and uninstall cover them, so the next helper added but forgotten will fail loud at test time instead of silently shipping broken.

Thanks to @rendigua for the Windows reproduction on the official 1.87.0 install path, and to @mvanhorn for #550 — an independent fix with the same diagnosis on the same day.

Changed

  • recallVerifier default flipped from on to off (#136). Client-side publish→recall round-trip verification is no longer enabled by default. The Hub /a2a/fetch contract is strict (unknown asset_id → empty results, 0 cost), so the round-trip check was redundant as a default safety net. Operators who want end-to-end SLA observability can opt in with EVOLVE_RECALL_VERIFY=1. No code paths removed; only the default changed.

Install

:::bash
npm i -g @evomap/evolver@latest
# or pinned:
npm i -g @evomap/evolver@1.87.1

Notes

This is a stable patch on top of 1.87.0. Internal proxy / router improvements that have already merged on main will ship in a subsequent release.

Source: README.md, updated 2026-05-27