Skip to content

Commit b2cc422

Browse files
chore(release): v1.13.0 [skip ci]
1 parent ffc1408 commit b2cc422

5 files changed

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [1.13.0](https://github.com/ExaDev/agent-comms/compare/v1.12.0...v1.13.0) (2026-05-23)
2+
3+
### Features
4+
5+
* **bridge:** add web_url action to agent_comms tool ([db3d73e](https://github.com/ExaDev/agent-comms/commit/db3d73ed2a86abf69ac93680de030f4dae8439e6))
6+
* **bridge:** enable DM by clicking agent in sidebar ([5d6cb33](https://github.com/ExaDev/agent-comms/commit/5d6cb33db5b0c08471eb5e2545a8cee443632d2d))
7+
8+
### Refactoring
9+
10+
* **bridge:** extract inline HTML frontend into TypeScript modules ([196dc6b](https://github.com/ExaDev/agent-comms/commit/196dc6bbc4071db77ffd5281b6e9395d93bb001a))
11+
12+
### Tests
13+
14+
* **bridge:** add Playwright e2e tests for web UI ([a263eeb](https://github.com/ExaDev/agent-comms/commit/a263eeb53e4a3836bb519641d134dd17875650c1))
15+
* **bridge:** expand unit and e2e test coverage ([ee9c0d4](https://github.com/ExaDev/agent-comms/commit/ee9c0d4b70668e37fabc155c6d8308c5d80fbc5a))
16+
17+
### Chores
18+
19+
* **build:** adopt typed test file suffix convention ([b46dc4b](https://github.com/ExaDev/agent-comms/commit/b46dc4b8ffe2657f6e43e935fb1fa9ce290fe289))
20+
* **build:** fix pre-push ESLint errors ([ffc1408](https://github.com/ExaDev/agent-comms/commit/ffc1408273518921c52a9d813cc7ad95ee38c877))
21+
* **build:** relax ESLint rules for test files ([d15fe76](https://github.com/ExaDev/agent-comms/commit/d15fe76d7c581e5d114f66484b8dfaf1094df5b8))
22+
123
## [1.12.0](https://github.com/ExaDev/agent-comms/compare/v1.11.0...v1.12.0) (2026-05-21)
224

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

0 commit comments

Comments
 (0)