docs: explain per-agent exec node binding

This commit is contained in:
Peter Steinberger
2026-01-18 08:15:12 +00:00
parent 2a86504723
commit ad4f4388f4
2 changed files with 15 additions and 0 deletions

View File

@@ -41,6 +41,13 @@ Notes:
- `tools.exec.ask` (default: `on-miss`)
- `tools.exec.node` (default: unset)
Per-agent node binding (use the agent list index in config):
```bash
clawdbot config get agents.list
clawdbot config set agents.list[0].tools.exec.node "node-id-or-name"
```
## Session overrides (`/exec`)
Use `/exec` to set **per-session** defaults for `host`, `security`, `ask`, and `node`.