agent-relay-server 0.4.32 → 0.4.33
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.
- package/README.md +1 -0
- 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
|
|