agent-relay-server 0.4.32 → 0.4.34

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,6 +110,7 @@ Both integrations share the same provider env vars:
110
110
  | `AGENT_RELAY_PROFILE` | unset | Named profile loaded from the profiles file |
111
111
  | `AGENT_RELAY_PROFILES_FILE` | `~/.config/agent-relay/profiles.json` | JSON profile file |
112
112
  | `AGENT_RELAY_APPROVAL` | `open` | Approval mode: `open`, `guarded`, `read-only` |
113
+ | `AGENT_RELAY_DISABLED` | unset | Set to `1` to bypass provider hooks, monitors, and launcher shims |
113
114
 
114
115
  Profiles preconfigure labels, tags, capabilities, channels, approval mode, and meta fields:
115
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-relay-server",
3
- "version": "0.4.32",
3
+ "version": "0.4.34",
4
4
  "description": "Lightweight HTTP message relay for inter-agent communication across machines",
5
5
  "module": "src/index.ts",
6
6
  "type": "module",