chore(core): regenerate config schema

This commit is contained in:
viyatb-oai
2026-02-19 15:50:53 -08:00
parent 608635c4c4
commit 577d7a95fd

View File

@@ -642,6 +642,7 @@
"type": "boolean"
},
"allow_unix_sockets": {
"description": "When `requirements.toml` sets `experimental_network.allow_unix_sockets`, values here may further narrow access but must stay within the managed socket allowlist (subset semantics).",
"items": {
"type": "string"
},
@@ -651,6 +652,7 @@
"type": "boolean"
},
"allowed_domains": {
"description": "When `requirements.toml` sets `experimental_network.allowed_domains`, values here may further narrow access but must stay within the managed allowlist (subset semantics).",
"items": {
"type": "string"
},
@@ -663,6 +665,7 @@
"type": "boolean"
},
"denied_domains": {
"description": "When `requirements.toml` sets `experimental_network.denied_domains`, managed entries are always enforced. Values here can add more denied domains but cannot remove the managed ones (floor semantics).",
"items": {
"type": "string"
},