Skip to content

Commit 5e4072e

Browse files
chore(release): v1.19.3 [skip ci]
1 parent 5c594e4 commit 5e4072e

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.19.2",
4+
"version": "1.19.3",
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.19.3](https://github.com/ExaDev/agent-comms/compare/v1.19.2...v1.19.3) (2026-05-27)
2+
3+
### Bug Fixes
4+
5+
* **core:** remove spurious async from synchronous methods ([5c594e4](https://github.com/ExaDev/agent-comms/commit/5c594e4479b2caaeb020ff7423cb770dae5677b6))
6+
17
## [1.19.2](https://github.com/ExaDev/agent-comms/compare/v1.19.1...v1.19.2) (2026-05-27)
28

39
### Bug Fixes

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.19.2-blue)](https://github.com/ExaDev/agent-comms/releases/tag/v1.19.2)
5+
[![version](https://img.shields.io/badge/version-1.19.3-blue)](https://github.com/ExaDev/agent-comms/releases/tag/v1.19.3)
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.19.2",
3+
"version": "1.19.3",
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.19.2",
10+
"version": "1.19.3",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "agent-comms",
15-
"version": "1.19.2",
15+
"version": "1.19.3",
1616
"transport": {
1717
"type": "stdio"
1818
}

0 commit comments

Comments
 (0)