From e88f6605ec9768005f57e4ec5fd4f208b2fb4a6a Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 6 Mar 2026 08:52:42 -0500 Subject: [PATCH] docs(tools): document slash-delimited config schema lookup paths --- docs/tools/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tools/index.md b/docs/tools/index.md index c12cf5f68c5..2418cf88688 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -461,7 +461,8 @@ Core actions: Notes: -- `config.schema.lookup` expects a targeted dot path such as `gateway.auth` or `agents.list.*.heartbeat`. +- `config.schema.lookup` expects a targeted config path such as `gateway.auth` or `agents.list.*.heartbeat`. +- Paths may include slash-delimited plugin ids when addressing `plugins.entries.`, for example `plugins.entries.pack/one.config`. - Use `delayMs` (defaults to 2000) to avoid interrupting an in-flight reply. - `config.schema` remains available to internal Control UI flows and is not exposed through the agent `gateway` tool. - `restart` is enabled by default; set `commands.restart: false` to disable it.