| Name | Modified | Size | Downloads / 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-hooksnow ships_memoryFiltering.jsalongside the generated session hooks (#547). A freshsetup-hooks --platform=codexagainst@evomap/evolver@1.87.0left.codex/hooks/without_memoryFiltering.js, so the generatedevolver-session-start.jscrashed immediately withError: Cannot find module './_memoryFiltering'on first run. BothcopyHookScripts(install) andremoveHookScripts(uninstall) now include the helper, and a new regression suite scans everyrequire('./_*')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
recallVerifierdefault flipped from on to off (#136). Client-side publish→recall round-trip verification is no longer enabled by default. The Hub/a2a/fetchcontract is strict (unknownasset_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 withEVOLVE_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.