Skip to content

Commit 828afd3

Browse files
committed
docs(config): refresh generated baseline
1 parent 28f48a2 commit 828afd3

File tree

2 files changed

+261
-1
lines changed

2 files changed

+261
-1
lines changed

docs/.generated/config-baseline.json

Lines changed: 242 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47309,6 +47309,127 @@
4730947309
"help": "Explicitly allows this plugin to request provider/model overrides in background subagent runs. Keep false unless the plugin is trusted to steer model selection.",
4731047310
"hasChildren": false
4731147311
},
47312+
{
47313+
"path": "plugins.entries.deepgram",
47314+
"kind": "plugin",
47315+
"type": "object",
47316+
"required": false,
47317+
"deprecated": false,
47318+
"sensitive": false,
47319+
"tags": [
47320+
"advanced"
47321+
],
47322+
"label": "@openclaw/deepgram-provider",
47323+
"help": "OpenClaw Deepgram media-understanding provider (plugin: deepgram)",
47324+
"hasChildren": true
47325+
},
47326+
{
47327+
"path": "plugins.entries.deepgram.config",
47328+
"kind": "plugin",
47329+
"type": "object",
47330+
"required": false,
47331+
"deprecated": false,
47332+
"sensitive": false,
47333+
"tags": [
47334+
"advanced"
47335+
],
47336+
"label": "@openclaw/deepgram-provider Config",
47337+
"help": "Plugin-defined config payload for deepgram.",
47338+
"hasChildren": false
47339+
},
47340+
{
47341+
"path": "plugins.entries.deepgram.enabled",
47342+
"kind": "plugin",
47343+
"type": "boolean",
47344+
"required": false,
47345+
"deprecated": false,
47346+
"sensitive": false,
47347+
"tags": [
47348+
"advanced"
47349+
],
47350+
"label": "Enable @openclaw/deepgram-provider",
47351+
"hasChildren": false
47352+
},
47353+
{
47354+
"path": "plugins.entries.deepgram.hooks",
47355+
"kind": "plugin",
47356+
"type": "object",
47357+
"required": false,
47358+
"deprecated": false,
47359+
"sensitive": false,
47360+
"tags": [
47361+
"advanced"
47362+
],
47363+
"label": "Plugin Hook Policy",
47364+
"help": "Per-plugin typed hook policy controls for core-enforced safety gates. Use this to constrain high-impact hook categories without disabling the entire plugin.",
47365+
"hasChildren": true
47366+
},
47367+
{
47368+
"path": "plugins.entries.deepgram.hooks.allowPromptInjection",
47369+
"kind": "plugin",
47370+
"type": "boolean",
47371+
"required": false,
47372+
"deprecated": false,
47373+
"sensitive": false,
47374+
"tags": [
47375+
"access"
47376+
],
47377+
"label": "Allow Prompt Injection Hooks",
47378+
"help": "Controls whether this plugin may mutate prompts through typed hooks. Set false to block `before_prompt_build` and ignore prompt-mutating fields from legacy `before_agent_start`, while preserving legacy `modelOverride` and `providerOverride` behavior.",
47379+
"hasChildren": false
47380+
},
47381+
{
47382+
"path": "plugins.entries.deepgram.subagent",
47383+
"kind": "plugin",
47384+
"type": "object",
47385+
"required": false,
47386+
"deprecated": false,
47387+
"sensitive": false,
47388+
"tags": [
47389+
"advanced"
47390+
],
47391+
"label": "Plugin Subagent Policy",
47392+
"help": "Per-plugin subagent runtime controls for model override trust and allowlists. Keep this unset unless a plugin must explicitly steer subagent model selection.",
47393+
"hasChildren": true
47394+
},
47395+
{
47396+
"path": "plugins.entries.deepgram.subagent.allowedModels",
47397+
"kind": "plugin",
47398+
"type": "array",
47399+
"required": false,
47400+
"deprecated": false,
47401+
"sensitive": false,
47402+
"tags": [
47403+
"access"
47404+
],
47405+
"label": "Plugin Subagent Allowed Models",
47406+
"help": "Allowed override targets for trusted plugin subagent runs as canonical \"provider/model\" refs. Use \"*\" only when you intentionally allow any model.",
47407+
"hasChildren": true
47408+
},
47409+
{
47410+
"path": "plugins.entries.deepgram.subagent.allowedModels.*",
47411+
"kind": "plugin",
47412+
"type": "string",
47413+
"required": false,
47414+
"deprecated": false,
47415+
"sensitive": false,
47416+
"tags": [],
47417+
"hasChildren": false
47418+
},
47419+
{
47420+
"path": "plugins.entries.deepgram.subagent.allowModelOverride",
47421+
"kind": "plugin",
47422+
"type": "boolean",
47423+
"required": false,
47424+
"deprecated": false,
47425+
"sensitive": false,
47426+
"tags": [
47427+
"access"
47428+
],
47429+
"label": "Allow Plugin Subagent Model Override",
47430+
"help": "Explicitly allows this plugin to request provider/model overrides in background subagent runs. Keep false unless the plugin is trusted to steer model selection.",
47431+
"hasChildren": false
47432+
},
4731247433
{
4731347434
"path": "plugins.entries.device-pair",
4731447435
"kind": "plugin",
@@ -49075,6 +49196,127 @@
4907549196
"help": "Explicitly allows this plugin to request provider/model overrides in background subagent runs. Keep false unless the plugin is trusted to steer model selection.",
4907649197
"hasChildren": false
4907749198
},
49199+
{
49200+
"path": "plugins.entries.groq",
49201+
"kind": "plugin",
49202+
"type": "object",
49203+
"required": false,
49204+
"deprecated": false,
49205+
"sensitive": false,
49206+
"tags": [
49207+
"advanced"
49208+
],
49209+
"label": "@openclaw/groq-provider",
49210+
"help": "OpenClaw Groq media-understanding provider (plugin: groq)",
49211+
"hasChildren": true
49212+
},
49213+
{
49214+
"path": "plugins.entries.groq.config",
49215+
"kind": "plugin",
49216+
"type": "object",
49217+
"required": false,
49218+
"deprecated": false,
49219+
"sensitive": false,
49220+
"tags": [
49221+
"advanced"
49222+
],
49223+
"label": "@openclaw/groq-provider Config",
49224+
"help": "Plugin-defined config payload for groq.",
49225+
"hasChildren": false
49226+
},
49227+
{
49228+
"path": "plugins.entries.groq.enabled",
49229+
"kind": "plugin",
49230+
"type": "boolean",
49231+
"required": false,
49232+
"deprecated": false,
49233+
"sensitive": false,
49234+
"tags": [
49235+
"advanced"
49236+
],
49237+
"label": "Enable @openclaw/groq-provider",
49238+
"hasChildren": false
49239+
},
49240+
{
49241+
"path": "plugins.entries.groq.hooks",
49242+
"kind": "plugin",
49243+
"type": "object",
49244+
"required": false,
49245+
"deprecated": false,
49246+
"sensitive": false,
49247+
"tags": [
49248+
"advanced"
49249+
],
49250+
"label": "Plugin Hook Policy",
49251+
"help": "Per-plugin typed hook policy controls for core-enforced safety gates. Use this to constrain high-impact hook categories without disabling the entire plugin.",
49252+
"hasChildren": true
49253+
},
49254+
{
49255+
"path": "plugins.entries.groq.hooks.allowPromptInjection",
49256+
"kind": "plugin",
49257+
"type": "boolean",
49258+
"required": false,
49259+
"deprecated": false,
49260+
"sensitive": false,
49261+
"tags": [
49262+
"access"
49263+
],
49264+
"label": "Allow Prompt Injection Hooks",
49265+
"help": "Controls whether this plugin may mutate prompts through typed hooks. Set false to block `before_prompt_build` and ignore prompt-mutating fields from legacy `before_agent_start`, while preserving legacy `modelOverride` and `providerOverride` behavior.",
49266+
"hasChildren": false
49267+
},
49268+
{
49269+
"path": "plugins.entries.groq.subagent",
49270+
"kind": "plugin",
49271+
"type": "object",
49272+
"required": false,
49273+
"deprecated": false,
49274+
"sensitive": false,
49275+
"tags": [
49276+
"advanced"
49277+
],
49278+
"label": "Plugin Subagent Policy",
49279+
"help": "Per-plugin subagent runtime controls for model override trust and allowlists. Keep this unset unless a plugin must explicitly steer subagent model selection.",
49280+
"hasChildren": true
49281+
},
49282+
{
49283+
"path": "plugins.entries.groq.subagent.allowedModels",
49284+
"kind": "plugin",
49285+
"type": "array",
49286+
"required": false,
49287+
"deprecated": false,
49288+
"sensitive": false,
49289+
"tags": [
49290+
"access"
49291+
],
49292+
"label": "Plugin Subagent Allowed Models",
49293+
"help": "Allowed override targets for trusted plugin subagent runs as canonical \"provider/model\" refs. Use \"*\" only when you intentionally allow any model.",
49294+
"hasChildren": true
49295+
},
49296+
{
49297+
"path": "plugins.entries.groq.subagent.allowedModels.*",
49298+
"kind": "plugin",
49299+
"type": "string",
49300+
"required": false,
49301+
"deprecated": false,
49302+
"sensitive": false,
49303+
"tags": [],
49304+
"hasChildren": false
49305+
},
49306+
{
49307+
"path": "plugins.entries.groq.subagent.allowModelOverride",
49308+
"kind": "plugin",
49309+
"type": "boolean",
49310+
"required": false,
49311+
"deprecated": false,
49312+
"sensitive": false,
49313+
"tags": [
49314+
"access"
49315+
],
49316+
"label": "Allow Plugin Subagent Model Override",
49317+
"help": "Explicitly allows this plugin to request provider/model overrides in background subagent runs. Keep false unless the plugin is trusted to steer model selection.",
49318+
"hasChildren": false
49319+
},
4907849320
{
4907949321
"path": "plugins.entries.huggingface",
4908049322
"kind": "plugin",

docs/.generated/config-baseline.jsonl

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{"generatedBy":"scripts/generate-config-doc-baseline.ts","recordType":"meta","totalPaths":5576}
1+
{"generatedBy":"scripts/generate-config-doc-baseline.ts","recordType":"meta","totalPaths":5594}
22
{"recordType":"path","path":"acp","kind":"core","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"ACP","help":"ACP runtime controls for enabling dispatch, selecting backends, constraining allowed agent targets, and tuning streamed turn projection behavior.","hasChildren":true}
33
{"recordType":"path","path":"acp.allowedAgents","kind":"core","type":"array","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"ACP Allowed Agents","help":"Allowlist of ACP target agent ids permitted for ACP runtime sessions. Empty means no additional allowlist restriction.","hasChildren":true}
44
{"recordType":"path","path":"acp.allowedAgents.*","kind":"core","type":"string","required":false,"deprecated":false,"sensitive":false,"tags":[],"hasChildren":false}
@@ -4177,6 +4177,15 @@
41774177
{"recordType":"path","path":"plugins.entries.copilot-proxy.subagent.allowedModels","kind":"plugin","type":"array","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Plugin Subagent Allowed Models","help":"Allowed override targets for trusted plugin subagent runs as canonical \"provider/model\" refs. Use \"*\" only when you intentionally allow any model.","hasChildren":true}
41784178
{"recordType":"path","path":"plugins.entries.copilot-proxy.subagent.allowedModels.*","kind":"plugin","type":"string","required":false,"deprecated":false,"sensitive":false,"tags":[],"hasChildren":false}
41794179
{"recordType":"path","path":"plugins.entries.copilot-proxy.subagent.allowModelOverride","kind":"plugin","type":"boolean","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Allow Plugin Subagent Model Override","help":"Explicitly allows this plugin to request provider/model overrides in background subagent runs. Keep false unless the plugin is trusted to steer model selection.","hasChildren":false}
4180+
{"recordType":"path","path":"plugins.entries.deepgram","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"@openclaw/deepgram-provider","help":"OpenClaw Deepgram media-understanding provider (plugin: deepgram)","hasChildren":true}
4181+
{"recordType":"path","path":"plugins.entries.deepgram.config","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"@openclaw/deepgram-provider Config","help":"Plugin-defined config payload for deepgram.","hasChildren":false}
4182+
{"recordType":"path","path":"plugins.entries.deepgram.enabled","kind":"plugin","type":"boolean","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Enable @openclaw/deepgram-provider","hasChildren":false}
4183+
{"recordType":"path","path":"plugins.entries.deepgram.hooks","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Plugin Hook Policy","help":"Per-plugin typed hook policy controls for core-enforced safety gates. Use this to constrain high-impact hook categories without disabling the entire plugin.","hasChildren":true}
4184+
{"recordType":"path","path":"plugins.entries.deepgram.hooks.allowPromptInjection","kind":"plugin","type":"boolean","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Allow Prompt Injection Hooks","help":"Controls whether this plugin may mutate prompts through typed hooks. Set false to block `before_prompt_build` and ignore prompt-mutating fields from legacy `before_agent_start`, while preserving legacy `modelOverride` and `providerOverride` behavior.","hasChildren":false}
4185+
{"recordType":"path","path":"plugins.entries.deepgram.subagent","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Plugin Subagent Policy","help":"Per-plugin subagent runtime controls for model override trust and allowlists. Keep this unset unless a plugin must explicitly steer subagent model selection.","hasChildren":true}
4186+
{"recordType":"path","path":"plugins.entries.deepgram.subagent.allowedModels","kind":"plugin","type":"array","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Plugin Subagent Allowed Models","help":"Allowed override targets for trusted plugin subagent runs as canonical \"provider/model\" refs. Use \"*\" only when you intentionally allow any model.","hasChildren":true}
4187+
{"recordType":"path","path":"plugins.entries.deepgram.subagent.allowedModels.*","kind":"plugin","type":"string","required":false,"deprecated":false,"sensitive":false,"tags":[],"hasChildren":false}
4188+
{"recordType":"path","path":"plugins.entries.deepgram.subagent.allowModelOverride","kind":"plugin","type":"boolean","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Allow Plugin Subagent Model Override","help":"Explicitly allows this plugin to request provider/model overrides in background subagent runs. Keep false unless the plugin is trusted to steer model selection.","hasChildren":false}
41804189
{"recordType":"path","path":"plugins.entries.device-pair","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Device Pairing","help":"Generate setup codes and approve device pairing requests. (plugin: device-pair)","hasChildren":true}
41814190
{"recordType":"path","path":"plugins.entries.device-pair.config","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Device Pairing Config","help":"Plugin-defined config payload for device-pair.","hasChildren":true}
41824191
{"recordType":"path","path":"plugins.entries.device-pair.config.publicUrl","kind":"plugin","type":"string","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Gateway URL","help":"Public WebSocket URL used for /pair setup codes (ws/wss or http/https).","hasChildren":false}
@@ -4305,6 +4314,15 @@
43054314
{"recordType":"path","path":"plugins.entries.googlechat.subagent.allowedModels","kind":"plugin","type":"array","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Plugin Subagent Allowed Models","help":"Allowed override targets for trusted plugin subagent runs as canonical \"provider/model\" refs. Use \"*\" only when you intentionally allow any model.","hasChildren":true}
43064315
{"recordType":"path","path":"plugins.entries.googlechat.subagent.allowedModels.*","kind":"plugin","type":"string","required":false,"deprecated":false,"sensitive":false,"tags":[],"hasChildren":false}
43074316
{"recordType":"path","path":"plugins.entries.googlechat.subagent.allowModelOverride","kind":"plugin","type":"boolean","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Allow Plugin Subagent Model Override","help":"Explicitly allows this plugin to request provider/model overrides in background subagent runs. Keep false unless the plugin is trusted to steer model selection.","hasChildren":false}
4317+
{"recordType":"path","path":"plugins.entries.groq","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"@openclaw/groq-provider","help":"OpenClaw Groq media-understanding provider (plugin: groq)","hasChildren":true}
4318+
{"recordType":"path","path":"plugins.entries.groq.config","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"@openclaw/groq-provider Config","help":"Plugin-defined config payload for groq.","hasChildren":false}
4319+
{"recordType":"path","path":"plugins.entries.groq.enabled","kind":"plugin","type":"boolean","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Enable @openclaw/groq-provider","hasChildren":false}
4320+
{"recordType":"path","path":"plugins.entries.groq.hooks","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Plugin Hook Policy","help":"Per-plugin typed hook policy controls for core-enforced safety gates. Use this to constrain high-impact hook categories without disabling the entire plugin.","hasChildren":true}
4321+
{"recordType":"path","path":"plugins.entries.groq.hooks.allowPromptInjection","kind":"plugin","type":"boolean","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Allow Prompt Injection Hooks","help":"Controls whether this plugin may mutate prompts through typed hooks. Set false to block `before_prompt_build` and ignore prompt-mutating fields from legacy `before_agent_start`, while preserving legacy `modelOverride` and `providerOverride` behavior.","hasChildren":false}
4322+
{"recordType":"path","path":"plugins.entries.groq.subagent","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Plugin Subagent Policy","help":"Per-plugin subagent runtime controls for model override trust and allowlists. Keep this unset unless a plugin must explicitly steer subagent model selection.","hasChildren":true}
4323+
{"recordType":"path","path":"plugins.entries.groq.subagent.allowedModels","kind":"plugin","type":"array","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Plugin Subagent Allowed Models","help":"Allowed override targets for trusted plugin subagent runs as canonical \"provider/model\" refs. Use \"*\" only when you intentionally allow any model.","hasChildren":true}
4324+
{"recordType":"path","path":"plugins.entries.groq.subagent.allowedModels.*","kind":"plugin","type":"string","required":false,"deprecated":false,"sensitive":false,"tags":[],"hasChildren":false}
4325+
{"recordType":"path","path":"plugins.entries.groq.subagent.allowModelOverride","kind":"plugin","type":"boolean","required":false,"deprecated":false,"sensitive":false,"tags":["access"],"label":"Allow Plugin Subagent Model Override","help":"Explicitly allows this plugin to request provider/model overrides in background subagent runs. Keep false unless the plugin is trusted to steer model selection.","hasChildren":false}
43084326
{"recordType":"path","path":"plugins.entries.huggingface","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"@openclaw/huggingface-provider","help":"OpenClaw Hugging Face provider plugin (plugin: huggingface)","hasChildren":true}
43094327
{"recordType":"path","path":"plugins.entries.huggingface.config","kind":"plugin","type":"object","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"@openclaw/huggingface-provider Config","help":"Plugin-defined config payload for huggingface.","hasChildren":false}
43104328
{"recordType":"path","path":"plugins.entries.huggingface.enabled","kind":"plugin","type":"boolean","required":false,"deprecated":false,"sensitive":false,"tags":["advanced"],"label":"Enable @openclaw/huggingface-provider","hasChildren":false}

0 commit comments

Comments
 (0)