diff --git a/codex-rs/core/config.schema.json b/codex-rs/core/config.schema.json index 07f49a3cd6..d5eb20079d 100644 --- a/codex-rs/core/config.schema.json +++ b/codex-rs/core/config.schema.json @@ -487,6 +487,9 @@ "plugin_hooks": { "type": "boolean" }, + "plugin_install_list_tool": { + "type": "boolean" + }, "plugin_sharing": { "type": "boolean" }, @@ -4273,6 +4276,9 @@ "plugin_hooks": { "type": "boolean" }, + "plugin_install_list_tool": { + "type": "boolean" + }, "plugin_sharing": { "type": "boolean" },