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.