Skip to content

Commit 1361f26

Browse files
chore(release): v1.16.1 [skip ci]
1 parent e76698f commit 1361f26

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.16.0",
4+
"version": "1.16.1",
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.16.1](https://github.com/ExaDev/agent-comms/compare/v1.16.0...v1.16.1) (2026-05-27)
2+
3+
### Bug Fixes
4+
5+
* skip REST API calls entirely on standalone PWA ([e76698f](https://github.com/ExaDev/agent-comms/commit/e76698f267b8045aadafa775387f588a9aac509b))
6+
17
## [1.16.0](https://github.com/ExaDev/agent-comms/compare/v1.15.1...v1.16.0) (2026-05-27)
28

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

0 commit comments

Comments
 (0)