Skip to content

Commit f2dfd52

Browse files
committed
chore(release): v9.1.3
1 parent b8dfd7d commit f2dfd52

20 files changed

Lines changed: 52 additions & 41 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8888
- Remove `--port`/`--foreground` from `up` invocations; set `AGENT_RELAY_BROKER_PORT` in place of `AGENT_RELAY_DASHBOARD_PORT` to pin the broker port.
8989
- Dashboard assets are no longer managed by `agent-relay uninstall`; delete any leftover `~/.agentworkforce/relay/dashboard` directory manually.
9090

91+
## [9.1.3] - 2026-06-26
92+
93+
### Added
94+
95+
- Node-only delivery for relaycast v5.0.1
96+
97+
### Changed
98+
99+
- Wrap relaycast-sdk in hosted communicate transport
100+
- Wrap relaycast engine SDK in hosted transport
101+
91102
## [9.1.2] - 2026-06-24
92103

93104
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/monorepo",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"private": true,
55
"description": "Agent Relay monorepo",
66
"type": "module",

packages/brand/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/brand",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "Shared brand tokens, CSS variables, and color system for Agent Relay and associated properties",
55
"main": "brand.css",
66
"style": "brand.css",

packages/broker-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-darwin-arm64",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "agent-relay-broker binary for darwin arm64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/broker-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-darwin-x64",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "agent-relay-broker binary for darwin x64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/broker-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-linux-arm64",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "agent-relay-broker binary for linux arm64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/broker-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-linux-x64",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "agent-relay-broker binary for linux x64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/broker-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-win32-x64",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "agent-relay-broker binary for win32 x64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-relay",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "Real-time agent-to-agent communication system",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -43,12 +43,12 @@
4343
"pack:validate": "npm pack --dry-run"
4444
},
4545
"dependencies": {
46-
"@agent-relay/cloud": "9.1.2",
47-
"@agent-relay/config": "9.1.2",
48-
"@agent-relay/fleet": "9.1.2",
49-
"@agent-relay/harness-driver": "9.1.2",
50-
"@agent-relay/sdk": "9.1.2",
51-
"@agent-relay/utils": "9.1.2",
46+
"@agent-relay/cloud": "9.1.3",
47+
"@agent-relay/config": "9.1.3",
48+
"@agent-relay/fleet": "9.1.3",
49+
"@agent-relay/harness-driver": "9.1.3",
50+
"@agent-relay/sdk": "9.1.3",
51+
"@agent-relay/utils": "9.1.3",
5252
"@modelcontextprotocol/sdk": "^1.0.0",
5353
"@relaycast/sdk": "^4.1.6",
5454
"@relayflows/cli": "^1.0.1",

packages/cloud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/cloud",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "Cloud SDK for Agent Relay — auth, workflow execution, and provider connections",
55
"type": "module",
66
"main": "dist/index.js",
@@ -43,7 +43,7 @@
4343
"test:watch": "vitest"
4444
},
4545
"dependencies": {
46-
"@agent-relay/config": "9.1.2",
46+
"@agent-relay/config": "9.1.3",
4747
"@aws-sdk/client-s3": "3.1020.0",
4848
"ignore": "^7.0.5",
4949
"tar": "^7.5.10"

0 commit comments

Comments
 (0)