Skip to content

Commit 37932a2

Browse files
chore(release): v1.23.0 [skip ci]
1 parent 8d0e288 commit 37932a2

6 files changed

Lines changed: 19 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/ExaDev/agent-comms.git"
1616
},
1717
"description": "Cross-harness LLM agent communication mesh — rooms, DMs, and presence",
18-
"version": "1.22.0"
18+
"version": "1.23.0"
1919
}
2020
]
2121
}

.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.22.0",
4+
"version": "1.23.0",
55
"author": {
66
"name": "ExaDev"
77
},

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.23.0](https://github.com/ExaDev/agent-comms/compare/v1.22.0...v1.23.0) (2026-05-30)
2+
3+
### Features
4+
5+
* **cli:** add /agent-comms:agents slash command ([16ea3cc](https://github.com/ExaDev/agent-comms/commit/16ea3ccd1d3bc9fed5f19fa563a011779dbc2c5c))
6+
* **cli:** add slash commands for agent-comms actions ([7522d9e](https://github.com/ExaDev/agent-comms/commit/7522d9eb4b463bfb299db0c544f6c0d588545d6a))
7+
8+
### Bug Fixes
9+
10+
* **bridge:** key pending file by Claude Code PID, not just cwd ([8ef9149](https://github.com/ExaDev/agent-comms/commit/8ef914923ec689e528e103ca6920bbb3d78ee1d9))
11+
* **bridge:** use synchronous hooks for Stop and PostToolUse drain ([e5714fe](https://github.com/ExaDev/agent-comms/commit/e5714feba73c11d8ad03d019f5a8834eee86970d))
12+
* **release:** sync marketplace.json version on release ([8d0e288](https://github.com/ExaDev/agent-comms/commit/8d0e28875dd2d721c396412152e6fe9c45e4d2f1))
13+
114
## [1.22.0](https://github.com/ExaDev/agent-comms/compare/v1.21.2...v1.22.0) (2026-05-30)
215

316
### Features

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

0 commit comments

Comments
 (0)