Update computer use allow guidance
Point rearm-required Computer Use guidance at /computer-use on and remove the old confirm/free-run wording so the Agent Zero plugin matches the new CLI access model.
Alessandro committed
May 22, 2026 at 16:20 UTC
5464ead7ceba296024ab4d982a56c95fc75893ce
2 files changed
+3
-3
plugins/_a0_connector/skills/host-computer-use/SKILL.md
+1
-1
@@ -47,7 +47,7 @@ Arguments:
47
48
Availability, backend support, and trust mode are checked when the tool runs. If no CLI is connected or local computer use is disabled, tell the user what to enable instead of using the server environment.
49
50
-If any tool result contains `COMPUTER_USE_REARM_REQUIRED` or `status=rearm required`, stop the computer-use sequence immediately. Do not retry `start_session`, do not call `capture`, and do not use shell, vision, or screenshot fallbacks to bypass it. Tell the user that the A0 CLI has Computer Use configured but the installed desktop-control backend is not armed; they should run `/computer-use rearm` in the A0 CLI and approve the platform permission prompt if shown.
50
+If any tool result contains `COMPUTER_USE_REARM_REQUIRED` or `status=rearm required`, stop the computer-use sequence immediately. Do not retry `start_session`, do not call `capture`, and do not use shell, vision, or screenshot fallbacks to bypass it. Tell the user that the A0 CLI has Computer Use configured but the installed desktop-control backend is not armed; they should run `/computer-use on` in the A0 CLI and approve the platform permission prompt if shown.
51
52
## Core Loop
53
plugins/_a0_connector/tools/computer_use_remote.py
+2
-2
@@ -322,8 +322,8 @@ class ComputerUseRemote(Tool):
322
return (
323
"COMPUTER_USE_REARM_REQUIRED: "
324
f"{detail} Stop using computer_use_remote for now; ask the user to re-arm "
325
- "Computer Use in the A0 CLI with Confirm with User, approve the platform "
326
- "permission prompt if shown, then switch back to Free Run if desired. "
325
+ "Computer Use in the A0 CLI with /computer-use on and approve the platform "
326
+ "permission prompt if shown. "
327
"Do not retry or use screenshot fallbacks."
328
)
329
if code: