Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/skills/agentcomm/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion .opencode/plugin/agentcomm.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading