Skip to content

Commit 6e3c7f8

Browse files
chore(release): v1.21.2 [skip ci]
1 parent cb340fe commit 6e3c7f8

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agent-comms",
33
"description": "Cross-harness LLM agent communication mesh — rooms, DMs, and presence",
4-
"version": "1.21.1",
4+
"version": "1.21.2",
55
"author": {
66
"name": "ExaDev"
77
},

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.21.2](https://github.com/ExaDev/agent-comms/compare/v1.21.1...v1.21.2) (2026-05-30)
2+
3+
### Bug Fixes
4+
5+
* **bridge:** buffer all delivery events for idle-Claude fallback ([cb340fe](https://github.com/ExaDev/agent-comms/commit/cb340fe61a2bbc3054231f57aac51bfc840eeb51))
6+
17
## [1.21.1](https://github.com/ExaDev/agent-comms/compare/v1.21.0...v1.21.1) (2026-05-30)
28

39
### Chores

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub](https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=white)](https://github.com/ExaDev/agent-comms)
44
[![npm](https://img.shields.io/badge/npm-CB3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/agent-comms)
5-
[![version](https://img.shields.io/badge/version-1.21.1-blue)](https://github.com/ExaDev/agent-comms/releases/tag/v1.21.1)
5+
[![version](https://img.shields.io/badge/version-1.21.2-blue)](https://github.com/ExaDev/agent-comms/releases/tag/v1.21.2)
66
[![CI](https://img.shields.io/github/actions/workflow/status/ExaDev/agent-comms/ci.yml?branch=main)](https://github.com/ExaDev/agent-comms/actions)
77

88
Cross-harness communication mesh for LLM agents: rooms, DMs, presence, and visibility over TCP with zero filesystem dependencies.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-comms",
3-
"version": "1.21.1",
3+
"version": "1.21.2",
44
"description": "Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and real-time push delivery over TCP",
55
"type": "module",
66
"packageManager": "pnpm@10.33.0",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/ExaDev/agent-comms",
88
"source": "github"
99
},
10-
"version": "1.21.1",
10+
"version": "1.21.2",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "agent-comms",
15-
"version": "1.21.1",
15+
"version": "1.21.2",
1616
"transport": {
1717
"type": "stdio"
1818
}

0 commit comments

Comments
 (0)