agent-relay-server 0.4.14 → 0.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,7 +111,7 @@ The plugin or sidecar registers the agent and injects messaging context:
111
111
 
112
112
  ```
113
113
  Agent Relay active. Your agent ID: macmini2-cli-myproject-a1b2c3
114
- Relay URL: http://localhost:4850 | Server: 0.4.13 | Plugin: 0.4.13
114
+ Relay URL: http://localhost:4850 | Server: 0.4.15 | Plugin: 0.4.15
115
115
  Approval mode: open
116
116
  ```
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-relay-server",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "description": "Lightweight HTTP message relay for inter-agent communication across machines",
5
5
  "module": "src/index.ts",
6
6
  "type": "module",