InternalPluginConfig
Server-side per-plugin configuration (not sent to the plugin process).
This is distinct from config which is plugin-facing. InternalPluginConfig
stores settings that Codex uses internally to control its own behavior when
interacting with the plugin.
Uses #[serde(default)] on all fields so missing/new fields are backward-compatible.
searchResultsLimitinteger,null<int32>nullable
Maximum results returned by metadata search (None = plugin default)
Possible values: >= 0
InternalPluginConfig
{
"searchResultsLimit": 0
}