Skip to content

Releases: yonidavidson/agentcomm

v0.16.10 — OpenCode update nudge

Choose a tag to compare

@yonidavidson yonidavidson released this 12 Jul 16:03
b7aa9b3

OpenCode plugin: install + auto-update nudge

Install from this release's tarball (no clone, no npm registry):

{ "plugin": ["https://github.com/yonidavidson/agentcomm/releases/download/v0.16.10/agentcomm-opencode-0.16.10.tgz"] }

New in 0.16.10: the plugin checks once a day for a newer release and, when behind, prints an "agentcomm-opencode update available: vX → vY" notice in-session (like omp/pi) — telling you which version to put in the URL. OpenCode caches plugins by URL, so the version in the URL is what triggers the upgrade.

The agentcomm-opencode-0.16.10.tgz asset is attached automatically by the release workflow.

v0.16.9 — OpenCode plugin (install from release tarball)

Choose a tag to compare

@yonidavidson yonidavidson released this 12 Jul 15:44
dfbbbd4

OpenCode support: install from this release's tarball

OpenCode installs the agentcomm plugin from the attached .tgz — no git clone, no npm registry:

{ "plugin": ["https://github.com/yonidavidson/agentcomm/releases/download/v0.16.9/agentcomm-opencode-0.16.9.tgz"] }

Then agentcomm init --harness opencode writes AGENTS.md and puts every OpenCode session on the repo bus (auto-register, inbox guard, mid-turn digests) in-process.

Also in 0.16.9

  • agentcomm init --harness opencode (and neutral --harness agents) — no more initializing "as codex".
  • Website + README cover Claude Code, Codex, and OpenCode consistently.

The agentcomm-opencode-0.16.9.tgz asset is attached automatically by the release workflow.