mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 19:08:22 -06:00
93ebdfa8e0
* docs(gateway): document portal tool gating and tighten its description Portals need no dedicated config key, but nothing said so: add an availability section covering the coding-profile/group:ui default, sandbox and owner-only gating, tools.deny recipes, and the fact that portal listeners inherit the Gateway bind interfaces. The group:ui roster in config-tools was also missing portal and dashboard. The tool description named the exec tool, which repo policy forbids because gating can remove it and leave a dangling reference; it now states the capability instead, and is ~18% shorter. * docs(gateway): use the global tools policy for the fleet-wide portal deny The canonical fleet-wide knob is top-level tools.deny, not the agent defaults layer; match the json5 style the tools docs already use.