From 17beb50901e08c84ca3621dc433140b7f1904ce1 Mon Sep 17 00:00:00 2001 From: Yoni Davidson Date: Sun, 9 Aug 2026 11:42:59 +0300 Subject: [PATCH] chore: refresh harness wiring for 0.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 0.21.0 CLI rewrote its own wiring on first connect, as install is designed to — version stamps only, no behavior change. Committing it keeps `agentcomm install --check` clean for the next session in this repo. --- .claude/skills/agentcomm/.claude-plugin/plugin.json | 2 +- .opencode/plugin/agentcomm.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/skills/agentcomm/.claude-plugin/plugin.json b/.claude/skills/agentcomm/.claude-plugin/plugin.json index 180e7f93..fa953de6 100644 --- a/.claude/skills/agentcomm/.claude-plugin/plugin.json +++ b/.claude/skills/agentcomm/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "agentcomm", "description": "Puts every Claude Code session in this repo on the agentcomm message bus.", - "version": "0.20.0" + "version": "0.21.0" } diff --git a/.opencode/plugin/agentcomm.ts b/.opencode/plugin/agentcomm.ts index e73c740f..3c18225a 100644 --- a/.opencode/plugin/agentcomm.ts +++ b/.opencode/plugin/agentcomm.ts @@ -1,4 +1,4 @@ -// Generated by `agentcomm install` (agentcomm 0.20.0) — commit it so every +// Generated by `agentcomm install` (agentcomm 0.21.0) — commit it so every // OpenCode session in this repo joins the bus. `agentcomm install` rewrites // this file, so local edits belong in a second plugin file next to it: // OpenCode auto-loads every *.ts in .opencode/plugin/ and they compose.