Skip to content

Commit fc67c13

Browse files
committed
chore(release): v6.3.5
1 parent 8fd21a0 commit fc67c13

30 files changed

Lines changed: 77 additions & 65 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8787
- The PTY watchdog marks agents with pending delivery work as blocked-on-send instead of idle.
8888
- PTY `worker_stream` events preserve multi-byte UTF-8 characters split across read chunks instead of emitting `U+FFFD` replacement glyphs.
8989

90+
## [6.3.5] - 2026-05-21
91+
92+
### Product Perspective
93+
#### User-Facing Features & Improvements
94+
- **Add --broker-name override to `agent-relay up` (#939)** (#939)
95+
96+
### Technical Perspective
97+
#### Releases
98+
- v6.3.5
99+
100+
---
101+
90102
## [6.3.4] - 2026-05-21
91103

92104
### Product Perspective

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-relay",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "Real-time agent-to-agent communication system",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -132,14 +132,14 @@
132132
},
133133
"homepage": "https://github.com/AgentWorkforce/relay#readme",
134134
"dependencies": {
135-
"@agent-relay/cloud": "6.3.4",
136-
"@agent-relay/config": "6.3.4",
137-
"@agent-relay/hooks": "6.3.4",
138-
"@agent-relay/sdk": "6.3.4",
139-
"@agent-relay/telemetry": "6.3.4",
140-
"@agent-relay/trajectory": "6.3.4",
141-
"@agent-relay/user-directory": "6.3.4",
142-
"@agent-relay/utils": "6.3.4",
135+
"@agent-relay/cloud": "6.3.5",
136+
"@agent-relay/config": "6.3.5",
137+
"@agent-relay/hooks": "6.3.5",
138+
"@agent-relay/sdk": "6.3.5",
139+
"@agent-relay/telemetry": "6.3.5",
140+
"@agent-relay/trajectory": "6.3.5",
141+
"@agent-relay/user-directory": "6.3.5",
142+
"@agent-relay/utils": "6.3.5",
143143
"@aws-sdk/client-s3": "3.1020.0",
144144
"@modelcontextprotocol/sdk": "^1.0.0",
145145
"@relayauth/core": "^0.1.2",

packages/acp-bridge/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/acp-bridge",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "ACP (Agent Client Protocol) bridge for Agent Relay - expose relay agents to ACP-compatible editors like Zed",
55
"type": "module",
66
"main": "dist/index.js",
@@ -46,7 +46,7 @@
4646
"access": "public"
4747
},
4848
"dependencies": {
49-
"@agent-relay/sdk": "6.3.4",
49+
"@agent-relay/sdk": "6.3.5",
5050
"@agentclientprotocol/sdk": "^0.12.0"
5151
},
5252
"devDependencies": {

packages/agent/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/agent",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
1919
"typecheck": "tsc -p tsconfig.json --noEmit"
2020
},
2121
"dependencies": {
22-
"@agent-relay/events": "6.3.4",
22+
"@agent-relay/events": "6.3.5",
2323
"@relaycast/sdk": "1.1.2",
2424
"@relayfile/sdk": "^0.7.2"
2525
},

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": "6.3.4",
3+
"version": "6.3.5",
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": "6.3.4",
3+
"version": "6.3.5",
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": "6.3.4",
3+
"version": "6.3.5",
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": "6.3.4",
3+
"version": "6.3.5",
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": "6.3.4",
3+
"version": "6.3.5",
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": "6.3.4",
3+
"version": "6.3.5",
44
"description": "agent-relay-broker binary for win32 x64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

0 commit comments

Comments
 (0)