From f51c32a2ed1479047cf72ca8b55d3437b87a744d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=A4=E3=83=8E=20Lin?= Date: Wed, 18 Mar 2026 17:23:13 +0800 Subject: [PATCH] Update README.md Add notes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 09f5178..207fe20 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,10 @@ To enable Agent Tool: 1. Ensure `enableAgentTool` is `true` (default) 2. Add `cursor_agent` or `group:plugins` to `tools.allow` in OpenClaw configuration + +**If you are using multiple agents:** + +Please Adding cursor_agent to the global tools.allow in openclaw.json is not sufficient for agents to use the tool. Each agent that needs access you must also have cursor_agent listed in its own tools.alsoAllow array under agents.list[].tools.alsoAllow. Without this, the plugin registers successfully (visible in startup logs), but the agent cannot invoke the cursor_agent tool at runtime. ## Architecture