From d26d7660d669091004acd3d8d7fb56fdac3d1396 Mon Sep 17 00:00:00 2001 From: Yoni Davidson Date: Tue, 15 Sep 2026 11:04:25 +0300 Subject: [PATCH] chore: refresh harness wiring for 0.21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 0.21.1 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 fa953de6..57454e8f 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.21.0" + "version": "0.21.1" } diff --git a/.opencode/plugin/agentcomm.ts b/.opencode/plugin/agentcomm.ts index 3c18225a..b5c63ff6 100644 --- a/.opencode/plugin/agentcomm.ts +++ b/.opencode/plugin/agentcomm.ts @@ -1,4 +1,4 @@ -// Generated by `agentcomm install` (agentcomm 0.21.0) — commit it so every +// Generated by `agentcomm install` (agentcomm 0.21.1) — 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.