| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| evolver-windows-x64.exe.sha256 | 2026-05-09 | 90 Bytes | |
| SHA256SUMS.txt | 2026-05-09 | 432 Bytes | |
| evolver-linux-arm64.sha256 | 2026-05-09 | 86 Bytes | |
| evolver-windows-x64.exe | 2026-05-09 | 120.4 MB | |
| evolver-darwin-arm64 | 2026-05-09 | 65.8 MB | |
| evolver-darwin-arm64.sha256 | 2026-05-09 | 87 Bytes | |
| evolver-darwin-x64 | 2026-05-09 | 71.0 MB | |
| evolver-darwin-x64.sha256 | 2026-05-09 | 85 Bytes | |
| evolver-linux-arm64 | 2026-05-09 | 104.1 MB | |
| evolver-linux-x64 | 2026-05-09 | 104.5 MB | |
| evolver-linux-x64.sha256 | 2026-05-09 | 84 Bytes | |
| README.md | 2026-05-09 | 863 Bytes | |
| v1.80.7 source code.tar.gz | 2026-05-09 | 1.6 MB | |
| v1.80.7 source code.zip | 2026-05-09 | 1.7 MB | |
| Totals: 14 Items | 469.1 MB | 0 | |
v1.80.7
Bug fixes / UX
- Resolved confusion reported in #531: the opencode adapter generates a server plugin (event hooks), and opencode's TUI "Plugins" tab only lists TUI plugins (registered via tui.json). Server plugins are auto-loaded from .opencode/plugins/ and run silently. The install message now spells this out so users do not assume the plugin failed to load.
- Added
evolver setup-hooks --platform=opencode --verify(read-only). Reports plugin file presence, evolver-managed marker, requireability, hook script presence, and AGENTS.md section. Returns non-zero exit code on any failed check. - Install result now includes
plugin_pathfor downstream tooling.
Compatibility
- No runtime behavior change for the plugin itself; existing installations continue to work without re-installing.