fix: keep plugin allowlist PR independently buildable

Co-authored-by: Codex noreply@openai.com
This commit is contained in:
viyatb-oai
2026-05-06 19:57:38 -07:00
parent 641f65a858
commit 106296cb8d

View File

@@ -1275,6 +1275,7 @@ impl PluginRequestProcessor {
| MarketplaceError::PluginNotFound { .. }
| MarketplaceError::PluginNotAvailable { .. }
| MarketplaceError::PluginsDisabled
| MarketplaceError::MarketplaceBlocked { .. }
| MarketplaceError::InvalidPlugin(_) => invalid_request(err.to_string()),
MarketplaceError::Io { .. } => internal_error(format!("failed to {action}: {err}")),
}