Skip to content

v0.18.0

Choose a tag to compare

@hueyexe hueyexe released this 15 Sep 05:56
· 5 commits to main since this release

OpenCode v2 Support

The plugin now runs natively on both OpenCode hosts — V1 and V2 — from one package.

  • Dual entrypoint: V1 hosts load server(), V2 hosts load Plugin.define setup — all 14 tools shared, zero logic forks
  • V2 native notifications: teammate reports arrive as persistent synthetic system lines, not fake user turns
  • Terminal companion (./tui): live sidebar with member status + task counts; team_view switches sessions only when explicitly asked (navigate: true) — agents never hijack your client
  • Teammates get all 9 member tools on V2 (results/status/view were permission-blocked — live-caught and fixed)
  • Code Mode access for read-only teammates (explore) so they can reach team tools through execute
  • Registry rehydration across restarts + once-per-hour nudges — teams no longer freeze silently
  • Worktree spawn → branch preservation → merge verified end-to-end live
  • Eval harness: bun run eval:smoke drives the full lifecycle against a real server (default model GLM 5.3 Flash on Workers AI, ~$0.02/run)
  • Docs current: dual-host architecture, install syntax for both hosts, skill v1.2.0

Full Changelog: v0.17.0...v0.18.0