mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 10:57:26 +00:00
docs: clarify node host PATH override behavior
This commit is contained in:
@@ -75,8 +75,8 @@ Example:
|
||||
OpenClaw prepends `env.PATH` after profile sourcing via an internal env var (no shell interpolation);
|
||||
`tools.exec.pathPrepend` applies here too.
|
||||
- `host=node`: only non-blocked env overrides you pass are sent to the node. `env.PATH` overrides are
|
||||
rejected for host execution. Headless node hosts accept `PATH` only when it prepends the node host
|
||||
PATH (no replacement). macOS nodes drop `PATH` overrides entirely.
|
||||
rejected for host execution and ignored by node hosts. If you need additional PATH entries on a node,
|
||||
configure the node host service environment (systemd/launchd) or install tools in standard locations.
|
||||
|
||||
Per-agent node binding (use the agent list index in config):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user