You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/acp-agents.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,10 @@ Notes:
150
150
-`--bind here` only works on channels that advertise current-conversation binding; OpenClaw returns a clear unsupported message otherwise. Bindings persist across gateway restarts.
151
151
- On Discord, `spawnAcpSessions` is only required when OpenClaw needs to create a child thread for `--thread auto|here` — not for `--bind here`.
152
152
- If you spawn to a different ACP agent without `--cwd`, OpenClaw inherits the **target agent's** workspace by default. Missing inherited paths (`ENOENT`/`ENOTDIR`) fall back to the backend default; other access errors (e.g. `EACCES`) surface as spawn errors.
153
+
- Gateway management commands stay local in bound conversations. In
154
+
particular, `/acp ...` commands are handled by OpenClaw even when normal
155
+
follow-up text routes to the bound ACP session; `/status` and `/unfocus` also
156
+
stay local whenever command handling is enabled for that surface.
153
157
154
158
### Thread-bound sessions
155
159
@@ -159,6 +163,8 @@ When thread bindings are enabled for a channel adapter, ACP sessions can be boun
159
163
- Follow-up messages in that thread route to the bound ACP session.
160
164
- ACP output is delivered back to the same thread.
161
165
- Unfocus/close/archive/idle-timeout or max-age expiry removes the binding.
166
+
-`/acp close`, `/acp cancel`, `/acp status`, `/status`, and `/unfocus` are
167
+
Gateway commands, not prompts to the ACP harness.
162
168
163
169
Thread binding support is adapter-specific. If the active channel adapter does not support thread bindings, OpenClaw returns a clear unsupported/unavailable message.
0 commit comments