docs(tools): document slash-delimited config schema lookup paths

This commit is contained in:
Vincent Koc
2026-03-06 08:52:42 -05:00
parent 9fed9f1302
commit e88f6605ec

View File

@@ -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.<id>`, 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.