Skip to content

Commit ec693ff

Browse files
chore(release): v1.16.0 [skip ci]
1 parent fc54d6f commit ec693ff

5 files changed

Lines changed: 20 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.15.1",
4+
"version": "1.16.0",
55
"author": {
66
"name": "ExaDev"
77
},

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.16.0](https://github.com/ExaDev/agent-comms/compare/v1.15.1...v1.16.0) (2026-05-27)
2+
3+
### Features
4+
5+
* sequential port discovery for standalone PWA mesh discovery ([d23ba26](https://github.com/ExaDev/agent-comms/commit/d23ba26faf55b6a2bf7e52666c3cc415437300e9))
6+
7+
### Bug Fixes
8+
9+
* prettier formatting and void expression in main.tsx ([c318dca](https://github.com/ExaDev/agent-comms/commit/c318dca674954a4046e087581a1913bd1b306d25))
10+
* wrap void-returning callback in braces for no-confusing-void-expression ([b8ef5df](https://github.com/ExaDev/agent-comms/commit/b8ef5df06c9052c4c199ffbad72005540c8574c1))
11+
12+
### Styles
13+
14+
* prettier formatting ([fc54d6f](https://github.com/ExaDev/agent-comms/commit/fc54d6f3ae51830ef50ce541c5f8a02063a780fc))
15+
116
## [1.15.1](https://github.com/ExaDev/agent-comms/compare/v1.15.0...v1.15.1) (2026-05-27)
217

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

0 commit comments

Comments
 (0)