Skip to content

v1.80.7

Latest

Choose a tag to compare

@autogame-17 autogame-17 released this 09 May 10:56

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_path for downstream tooling.

Compatibility

  • No runtime behavior change for the plugin itself; existing installations continue to work without re-installing.