Below is a structure from my config:
"list": [ { "id": "main", "default": true, "name": "C.O.R.T.E.X", "workspace": "/home/node/.openclaw/workspace", "agentDir": "/home/node/.openclaw/agents/main/agent", "model": { "primary": "groq/meta-llama/llama-4-scout-17b-16e-instruct" }, "subagents": { "allowAgents": ["*"] }, "tools": { "profile": "messaging", "deny": ["canvas", "browser", "exec"], "elevated": { "enabled": true }, "allow": ["group:sessions"] } },
I'm seeing the following warnings when I restart the gateway:
9:42:24 AM info gateway/ws webchat connected conn=81cfdbc3-0488-472b-855c-b745ee8d276c remote=10.42.2.222 client=openclaw-control-ui webchat v2026.4.14 9:42:59 AM warn tools tools.profile (messaging) allowlist contains unknown entries (edit). These entries are shipped core tools but unavailable in the current runtime/provider/model/config. 9:42:59 AM warn tools agents.main.tools.allow allowlist contains unknown entries (group:sessions). These entries won't match any tool unless the plugin is enabled. 9:48:49 AM info gateway/ws webchat disconnected code=1001 reason=n/a conn=81cfdbc3-0488-472b-855c-b745ee8d276c
Not sure what is going wrong here? why is it not recognizing group:sessions?